check_icingastats

check_icingastats

Description

Detailed documentation on Icinga performance graphing can be found in the official docs: http://docs.icinga.org/latest/en/perfgraphs.html

Configuration

Tell it where the icingastats binary lives. If you prefer to keep your command lines clean, you can edit the default setting in the plugin itself:

# vim check_icingastats
EXEC="/path/to/your/binary/icingastats"

Otherwise, you can change EXEC per command line option, too:

 command_line    $USER1$/check_icingastats --EXEC /path/to/your/binary/icingastats ...

Help

See the output of "check_icingastats --help" for more information on the available options and parameters.