/* 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 */
-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