Documentation
¶
Index ¶
Constants ¶
View Source
const CorrelatorPrefix = "correlation"
CorrelatorPrefix the prefix for correlation engines
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
View Source
var DaemonMap = map[string]string{ "ackd": "Ackd", "alarmd": "alarmd", "bsmd": "Bsmd", "collectd": "Collectd", CorrelatorPrefix: "DroolsCorrelationEngine", "discoverd": "Discovery", "enlinkd": "Enlinkd", "eventd": "Eventd", "ticketd": "Ticketd", "syslogd": "syslogd", "trapd": "trapd", "telemetryd": "telemetryd", "nbi-email": "EmailNBI", "nbi-snmptrap": "SnmpTrapNBI", "nbi-syslog": "SyslogNBI", "notifd": "Notifd", "reportd": "Reportd", "pollerd": "Pollerd", "poller-backend": "PollerBackEnd", "provisiond": "Provisiond", "provisiond-snmp-asset": "Provisiond.SnmpAssetProvisioningAdapter", "provisiond-snmp-hardware-inventory": "Provisiond.SnmpHardwareInventoryProvisioningAdapter", "provisiond-wsman": "WsManAssetProvisioningAdapter", "scriptd": "Scriptd", "statsd": "Statsd", "tl1d": "Tl1d", "threshd": "Threshd", "translator": "Translator", "vacuumd": "Vacuumd", }
DaemonMap a map with reloadable daemons
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.