nagios_email_handler icon indicating copy to clipboard operation
nagios_email_handler copied to clipboard

Add a status.dat parser

Open avleen opened this issue 13 years ago • 0 comments

Being able to parse status.dat opens up a lot of future possibilities, where we'll be able to get or set data based on hostname or service status.

This should be relatively easy to do. A regex like this: ('{(.*?)}').group(1) would return each block. That could be easily translated into a useful object to do other cool things with.

avleen avatar Feb 27 '11 07:02 avleen