Nagiohdear
Rudimentary config parser/generator for Nagios.
Build Status:
master:
develop:
Overview
Nagiohdear is a very naiive config parser and generator for Nagios config files. It handles only string types and doesn't know how to handle malformed or weird files.
Documentation
Take a look at docs/. There's some HTML lumps in there generated with docco. These lumps are also hosted on github.
Testing
I'm using vows for testing. The tests are in the "test" directory.
Example Usage
This code is also in example.js.
#!/usr/bin/env node var fs = nagiohdear = ; fs;
License
3-clause BSD. A copy is included with the source.
Contact
- GitHub (http://github.com/deoxxa)
- Twitter (http://twitter.com/deoxxa)
- Email (deoxxa@fknsrs.biz)