Skip to content

Tool to create a CSV file from Nagios stat file. It could be helpful for auditing purposes.

Notifications You must be signed in to change notification settings

bingoarun/nagios-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool to create a CSV file from Nagios stat file. It could be helpful for auditing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages