Simon Murray 79c1e883d1 Add InfluxDB Writer
Adds an Icinga2 object to directly interface with InfluxDB's native HTTP API.
This supports optional basic authorization, and TLS transport.  InfluxDB didn't
appear to like having the TLS stream kept open, so instead this object buffers
data points which are then flushed to InfluxDB as a batch write, either driven
by a configurable timeout or threshold.

As InfluxDB is a schema-less database the host and service templates are user
configurable allowing both the measurement field and tags to be set by the
end user via macro expansion.  This allows access to tag fields from arbitrary
data associated with host.vars or service.vars.  If a particular value is
unable to be resolved, the tag will be dropped and not transmitted to InfluxDB.

Also alters URL handling to omit array brackets when only a single value is
attached to a key, otherwise InfluxDB has a strop with non-standard syntax.

fixes #10480

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2016-05-03 14:12:51 +02:00
2016-04-13 09:32:08 +02:00
2016-01-12 08:29:59 +01:00
2016-05-03 14:12:51 +02:00
2016-05-03 14:12:51 +02:00
2016-04-11 10:57:16 +02:00
2016-05-03 14:12:51 +02:00
2016-03-29 14:52:48 +02:00
2016-04-20 15:36:02 +02:00
2016-04-15 21:17:11 +02:00
2016-05-03 14:12:51 +02:00
2016-04-21 12:32:26 +02:00
2016-01-12 08:29:59 +01:00
2015-03-17 15:05:47 +01:00
2012-05-10 12:06:41 +02:00
2012-05-10 12:06:41 +02:00
2016-04-21 12:32:26 +02:00
2016-04-21 12:32:26 +02:00
2013-11-03 13:45:26 +01:00
2013-10-22 13:14:25 +02:00
2016-04-20 18:41:17 +02:00
2015-07-07 10:12:18 +02:00

Icinga 2

About

Icinga 2 is an open source monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.

Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations.

More details online at www.icinga.org and inside the documentation.

Installation

Read the INSTALL.md file for more information about how to install it.

Documentation

The documentation is located in the doc/ directory. The latest documentation is also available on https://docs.icinga.org

Support

Check the project website at https://www.icinga.org for status updates and https://support.icinga.org if you want to contact us.

Description
The core of our monitoring platform with a powerful configuration language and REST API.
Readme 185 MiB
Languages
C++ 92.9%
CMake 2.8%
PLpgSQL 2%
C# 0.7%
Vim Script 0.5%
Other 1%