COLLECTD-NAGIOS(1) | collectd | COLLECTD-NAGIOS(1) |
collectd-nagios - Nagios plugin for querying collectd
collectd-nagios -s socket -n value_spec -H hostname [options]
This small program is the glue between collectd and nagios. collectd collects various performance statistics which it provides via the "unixsock plugin", see collectd-unixsock(5). This program is called by Nagios, connects to the UNIX socket and reads the values from collectd. It then returns OKAY, WARNING or CRITICAL depending on the values and the ranges provided by Nagios.
The following arguments and options are required and understood by collectd-nagios. The order of the arguments generally doesn't matter, as long as no argument is passed more than once.
The tilde sign (~) can be used to explicitly specify infinity. If ~ is used as a min value, negative infinity is used. In case of max, it is interpreted as positive infinity.
If the first character of the range is the at sign (@), the meaning of the range will be inverted. I. e. all values within the range will yield a warning or critical status, while all values outside the range will result in a success status.
min (and the colon) may be omitted, min is then assumed to be zero. If max (but not the trailing colon) is omitted, max is assumed to be positive infinity.
As usual for Nagios plugins, this program writes a short, one line status message to STDOUT and signals success or failure with its return value. It exits with a return value of 0 for success, 1 for warning and 2 for critical. If the values are not available or some other error occurred, it returns 3 for unknown.
collectd(1), collectd.conf(5), collectd-unixsock(5), <http://nagios.org/>
Florian Forster <octo at collectd.org>
2023-02-20 | 5.12.0.git |