- Support multiple values for
cfg_file
andcfg_dir
options. - Loose grammar to support more nagios configuration files. (alisonrosewarne)
- Unbreak on Ruby 1.9.x.
- Apply original diff from Mitsuru to strip comments. This catches more inline comments.
- Add NagiosParser::Resource parser to parse Nagios resource macro files.
- Add NagiosParser::Config parser to parse the Nagios main configuration file.
- Ignore inline comments starting with ';' in the object configuration files.
- Remove hardcoded status types to make the parser less strict.
- More Nagios 2.x/3.x status types. (mariussturm)
- Initial release