nagios-audit

Nagios CLI utility for auditing purposes.


Keywords
Monitoring, auditing, nagios
License
MIT
Install
pip install nagios-audit==1.0.6

Documentation

nagios-audit

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.

Installation

pip install nagios-audit

Usage

nagios-audit --input_file ~/Downloads/status.dat  --output_file ~/tmp/test.csv