diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-03-18 14:21:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-03-18 14:21:13 +0800 |
commit | ab2f491f758dcf9242393869fbba7b238e4356e3 (patch) | |
tree | a56f26cf205cbb2b99a59cad3fa52b77f79dd9ac /net-mgmt/Makefile | |
parent | f205b695efa851cd53972dc83808ba60a1317ca8 (diff) | |
download | freebsd-ports-gnome-ab2f491f758dcf9242393869fbba7b238e4356e3.tar.gz freebsd-ports-gnome-ab2f491f758dcf9242393869fbba7b238e4356e3.tar.zst freebsd-ports-gnome-ab2f491f758dcf9242393869fbba7b238e4356e3.zip |
check_multi is kind of a wrapper plugin which takes benefit of the
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
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 4634cd829c52..40a889d5860d 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -38,6 +38,7 @@ SUBDIR += cdpr SUBDIR += cfgstoragemk SUBDIR += cflowd + SUBDIR += check_multi SUBDIR += check_snmp_pkgvuln SUBDIR += chillispot SUBDIR += choparp |