nagios_parser icon indicating copy to clipboard operation
nagios_parser copied to clipboard

Ruby library for parsing Nagios status and config files

Results 4 nagios_parser issues
Sort by recently updated
recently updated
newest added

Nagios status files could contain '\n' in long_plugin_output field. Those values are interpreted as line breaks by the status parser, which leads to plugin output info after '\n' to being...

Nagios supports multiple occurrences of the "cfg_file" and "cfg_dir" directives. The parser should probably use an array for values when 2 or more instances of a key are encountered.

Parsing takes a huge amount of time (and by huge I mean a few seconds) with even a medium size status file. One thing I'm wanting to use this for...

The object parser is only pulling the first character for each field: Example: {"use"=>"e", "host_name"=>"5", "alias"=>"B", "address"=>"1", "hostgroups"=>"e", "parents"=>"5"}