sensu-auditor

Parse through sensu logs and upload to elasticsearch


License
Other
Install
pip install sensu-auditor==0.0.1.1

Documentation

Sensu Auditor

Features

  • Group checks into groups
  • Uploads
  • Aggregates Downtime
    • Total Downtime
    • Group Downtime
    • Check Downtime

Howto

pip install sensu-auditor

Edit the config file at /etc/default/sensu-auditor.ini

Example Config Ini File

[DEFAULT]
log_location = /var/log/sensu/
days = 30

[User]
log_location = ~/logs/

[Groups]
development = DEV-consul-check, DEV-docker-check, DEV-load-balancer, DEV-rabbit-alive
production = PROD-disk-check

Install as a cronjob

kibana