Added an check_munin script I had lying around.
If your nagios isntallation uses munin as a passive datasource a check_dummy script is normally installed for the active checks.
This script is a replacement and will be able to query your munin-node to get current values. This is great to manually run a check.
It might evolve to be the main cli for munin
Adding a cli for munin
Merge pull request #23 from lkarsten/master
Further development on munin-node-from-hell (UTF8, plugins in warnings, verbosity decided runtime)
last arg is the config file
verbose mode as runtime flag
Add UTF8 plugins
- chmod +x
- adding a CGI for a JSON-ified datafile
moar plugins
fix typos
use a different category for always_XX
clean up alarm plugins, fix typo in graphtest
Add a simple graph testing plugin, and use critical instead of alarm
Add munin-node-from-hell, a quite unfriendly munin node
Pushing pmmn over here, in an attempt to merge all the various munin tools scattered around the internet