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.
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.