You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: