Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a status.dat parser #1

Open
avleen opened this issue Feb 27, 2011 · 0 comments
Open

Add a status.dat parser #1

avleen opened this issue Feb 27, 2011 · 0 comments

Comments

@avleen
Copy link
Owner

avleen commented Feb 27, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant