Corrected statement about pmmn.
As pmmn also uses the `plugins/` subdirectory per default.
clarified the header comment
Add plugins that fail on the node.
Fix crash on plugin execution error.
If a plugin failed to execute, pypmmn did not properly report the error andcrash. This resolves this bug.
Added a usage example to the README
Added a URL to the python metadata
.gitignore added
README clarification
Updated the README
Real timeout added. Version bump to beta1.
Minor fixes & docs & comments
Daemonizing and logging added, 'stdin mode' fixed
Quick-and-dirty TCP implementation (Needs cleanup)
Command line arguments added and handled.
Command line options added. Code restructured.
Initial commit of pypmmn
A port of pmmn to python.
Merge pull request #68 from lkarsten/master
Minor changes to munin-node-from-hell
many
minor stuff
Support multiple config files at once
Pmmn is now mature enough to be called 1.0.0
Adding basic spoolfetch plugin support
Adding copyright notice
fix hang when asking for unknown commands
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