Skip to content

Add a status.dat parser #1

@avleen

Description

@avleen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions