Releasing Icingabeat

by | Mar 22, 2017

Today we are happy to announce the release of Icingabeat v1.0!icingabeat checkresults
Beats are lightweight data shippers. They are based on libbeat and written in Go. You install a Beat on your server to collect various data and forward it either to Logstash or directly to Elasticsearch. For example, there is Filebeat to read log files, Metricbeat to fetch metrics from operating systems or Packetbeat to inspect network packets. Icingabeat collects data from the Icinga API. It can open a stream to receive events and simultaneously poll the current status of Icinga 2 periodically.

icingabeat data correlationIn Icinga 2, an event is the result of a service check, a downtime, notification or anything else that is currently happening inside Icinga. The Icinga API is pretty verbose about these information. By configuring types and creating filters, you can limit the events you want to store. When storing check results for example, you can compare log entries to monitoring events. Storing notifications help you identify noisy services and reduce false alarms. By comparing notifications with downtimes or acknowledgements you can find out how long it took the operators to react on problems. There are plenty of use cases when you have the data stored in an index that you can query.
Elasticsearch uses the Apache Lucene engine and therefore its syntax is used to query the data. It’s not too complex and once learned you are pretty fast in finding what you are looking for. The visualisation methods provided by Kibana, the web interface for Elasticsearch, allow an accurate presentation of the information. When combining multiple visualisations in one dashboard you can create an overview over a certain topic.
icingabeat status
By polling the status of Icinga 2 you get an insight on how your monitoring environment is currently performing. The amount of host and service checks are metrics that give you a feeling about how your monitoring environment has grown over time. Checking the number of MySQL queries or the average execution time of plugins help you to find bottlenecks and make your Icinga 2 even faster.
Icingabeat is lightweight and easy to install, we provide packages for all common operating systems on the release page. Packages will soon be available through our repositories on packages.icinga.com. For your convenience, we’ve added some sample dashboards that you can import with the included import_dashboard script.

You May Also Like…

Subscribe to our Newsletter

A monthly digest of the latest Icinga news, releases, articles and community topics.