0fa193c992
Nagios 3.x capability to display multiple lines of plugin output. It calls multiple child plugins and displays their output in the long_plugin_output. A summary is given in the standard plugin output. The child return code with the highest severity becomes the parent (check_multi) plugin return code. The configuration is very simple: a NRPE-stylish config file contains a tag for each child plugin and then the check command line. check_multi can cover complex Business Process Views - using a builtin state evaluation mechanism. The second benefit is cluster monitoring with no need for extra services. All you need is provided by check_multi. LICENSE: GPL2 or later WWW: http://www.my-plugin.de/wiki/projects/check_multi/start
10 lines
512 B
Text
10 lines
512 B
Text
libexec/nagios/check_multi
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check_multi.cmd
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_example/download.cfg
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_example/download.cmd
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_example/download_my-plugin.cmd
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_example/download_sourceforge.cmd
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify_service_html
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cluster_example
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
@dirrmtry libexec/nagios
|