]> granicus.if.org Git - icinga2/blob - etc/icinga2/constants.conf.cmake
Add some manubulon snmp plugins
[icinga2] / etc / icinga2 / constants.conf.cmake
1 /**
2  * This file defines global constants which can be used in
3  * the other configuration files.
4  */
5
6 /* The directory which contains the plugins from the Monitoring Plugins project. */
7 const PluginDir = "@ICINGA2_PLUGINDIR@"
8
9
10 /* The directory which contains the Manubulon plugins from http://nagios.manubulon.com/index_snmp.html. */
11 const ManubulonPluginDir = "@ICINGA2_PLUGINDIR@"
12
13 /* Our local instance name. By default this is the server's hostname as returned by `hostname --fqdn`.
14  * This should be the common name from the API certificate.
15  */
16 //const NodeName = "localhost"
17
18 /* Our local zone name. */
19 const ZoneName = NodeName