daemon

package
v1.0.0-beta7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2021 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CliCommand = cli.Command{
	Name:  "daemon",
	Usage: "Manage OpenNMS Daemons",
	Subcommands: []cli.Command{
		{
			Name:         "reload",
			Usage:        "Request reload the configuration of a given OpenNMS daemon",
			ArgsUsage:    "<daemonName>",
			Action:       reloadDaemon,
			BashComplete: reloadBashComplete,
			Flags: []cli.Flag{
				cli.StringFlag{
					Name:  "configFile, f",
					Usage: "Configuration File (used by a few daemons)",
				},
			},
		},
		{
			Name:   "list",
			Usage:  "Show a list of reloadable daemons",
			Action: showReloadableDaemons,
		},
	},
}

CliCommand the CLI command to manage events

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL