diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index dd8bb9b2b..9a3e844a2 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -157,10 +157,7 @@ The `constants.conf` configuration file can be used to define global constants: /* The directory which contains the plugins from the Monitoring Plugins project. */ const PluginDir = "/usr/lib/nagios/plugins" - /* Our local instance name. This should be the common name - * from the API certificate. Not required for a single - * instance setup. - */ + /* Our local instance name. This should be the common name from the API certificate */ const NodeName = "localhost" /* Our local zone name. */ diff --git a/etc/icinga2/constants.conf b/etc/icinga2/constants.conf index abcaf9341..f6fc32303 100644 --- a/etc/icinga2/constants.conf +++ b/etc/icinga2/constants.conf @@ -6,11 +6,10 @@ /* The directory which contains the plugins from the Monitoring Plugins project. */ const PluginDir = "/usr/lib/nagios/plugins" -/* Our local instance name. This should be the common name - * from the API certificate. Not required for a single - * instance setup. - */ -const NodeName = "localhost" +/* Our local instance name. By default this is the server's hostname as returned by `hostname --fqdn`. + * This should be the common name from the API certificate. +*/ +//const NodeName = "localhost" /* Our local zone name. */ const ZoneName = NodeName