A Nagios tool for auditing purpose. This tool reads the nagios status file (status.dat) and provides a report of servers and services which needs to be taken care. It reports the servers and services which are not in OK state, notifications disabled, acknowledged and are in scheduled downtime.
The output is generated in tab seperated csv format which can be easily imported to MS Excel or other spreadsheet applications.
pip install nagios-audit
nagios-audit --input_file ~/Downloads/status.dat --output_file ~/tmp/test.csv