[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