[Nagios-devel] Documentation issues

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Documentation issues

Post by Guest »

Hi,

I found two discrepancies between the current docs and nagios 3.0a4:

1) custom variables

define host {
...
_NSCLIENT_PORT 12489
...
}

- documentation says: $_HOST_NSCLIENT_PORT$
- working config: $_HOSTNSCLIENT_PORT$ (as ethan shows on his slides
at the Netways Nagios Conference last year)

I would prefer the documented style (easier to read), but only the second
form works.

2) contact {
...
can_submit_commands
...
}
is marked as required in the documentation, but it isn't.

Wolfgang
--
* http://www.swobspace.de





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected] (Wolfgang Barth
Locked