Commit graph

11 commits

Author SHA1 Message Date
Dirk Meyer
9b75ceb057 - use STAGEDIR 2013-10-06 15:19:24 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Emanuel Haupt
a1a4f024d4 - Convert to use shebangfix USES flag
- Trim header
- Use new options framework for DOCS
2013-05-07 10:00:57 +00:00
Dirk Meyer
7e53f84196 - drop maintainership
Feature safe: yes
2012-10-18 19:22:25 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dirk Meyer
d2a5a46507 LICENSE GPLv2 2010-06-04 13:49:15 +00:00
Dirk Meyer
20c278d630 - mirror distfile
the checksum of the traball from the MASTER_SITE keeps changing.
2009-03-19 18:42:04 +00:00
Dirk Meyer
0fa193c992 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
2009-03-18 06:21:13 +00:00