mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 13:14:32 +02:00
parent
ca51fe8c56
commit
a222442e70
@ -6,8 +6,10 @@
|
|||||||
/* The directory which contains the plugins from the Monitoring Plugins project. */
|
/* The directory which contains the plugins from the Monitoring Plugins project. */
|
||||||
const PluginDir = "/usr/lib/nagios/plugins"
|
const PluginDir = "/usr/lib/nagios/plugins"
|
||||||
|
|
||||||
/* Our local instance name. This should be the common name from the API certificate */
|
/* Our local instance name. By default this is the server's hostname as returned by `hostname --fqdn`.
|
||||||
const NodeName = "localhost"
|
* This should be the common name from the API certificate.
|
||||||
|
*/
|
||||||
|
//const NodeName = "localhost"
|
||||||
|
|
||||||
/* Our local zone name. */
|
/* Our local zone name. */
|
||||||
const ZoneName = NodeName
|
const ZoneName = NodeName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user