Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Statusengine

Rating
0 votes
Favoured:
0
Current Version
3.2.0
Last Release Date
2017-10-31
Compatible With
  • Nagios 4.x
Owner
Hits
7559
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Statusengine is a project to process and store event data collected by Nagios. Statusengine will save all monitoring data to MySQL, CrateDB or Redis. It also has an inbuild performance data processor, which is able to save perfdata to Graphite, CrateDB, Elasticsearch and MySQL.
The Statusengine project build a ecosystem to extend your existing monitoring. At the moment, the project contains the following components:
- Broker Module:
A little C program gets loaded to the Monitoring Core. All event data will be encoded as JSON-Objects and send to a queue.
The queue will make sure, that your monitoring is still alive, even if the database is crashed or to slow.

- Worker:
Statusengine Worker fetch all events out of the queue and save them to a database (e.g. MySQL). The worker is written in PHP. In addition the worker process will also process performance data and support multiple performance data backends like Graphite, Elasticsearch, MySQL and CrateDB.

- Statusengine UI
A modern, responsive web interface built with AngularJS. Communicating via a JSON API to be easy extendable, also has simple support to render performance data.