Historique | Voir | Annoter | Télécharger (3,52 ko)
Unify shebang for python scripts
Fix multiple python code issues (detected by flake8)
Plugin monit_parser: fix style issues
Category Tree: Reduce number of categoriesmonit -> muninnova -> cloud (nova)powermta -> mail (powermta)redis -> search (redis) and system (redis)
Add optional preemptive HTTP Basic Authentication to HTTP request in order tosupport monit configuration like "set httpd port 2812 allow munin:s3cr3tread-only"
[monit_parser] change input format to XML; retrieve via URL (Closes: #558)
[monit_parser] implement memory alloaction unit parsing
Previously monit seems to have output memory usage in kilobytes withouta unit. Somewhen this seemed to have changed to an (optional?) suffix(e.g. MB). Thus the new scaling may differ from the previous scaling,...
[monit_parser] improve code structure
[monit_parser] add documentation (Closes: #548)
[monit_parser] use python2/3 compatible 'print' style
[monit_parser] replace 'commands' module with 'subprocess'
necessary for python3 support
[monit_parser] fix whitespace issues
Missing condition
print statements need variables
Not using memory is a warning condition
When a daemon fails `-nan` is its memory usage.
- have some dirs