icinga2/etc
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
..
bash_completion.d Implement auto-completion for positional arguments 2014-10-17 15:54:46 +02:00
icinga Use Icinga 1.x Apache conf 2014-12-03 17:03:04 +01:00
icinga2 Add InfluxDB Writer 2016-05-03 14:12:51 +02:00
initsystem Add network.target to unit file 2016-01-14 10:11:38 +01:00
logrotate.d Re-add the 'su' directive to logrotate if supported 2016-03-29 14:59:06 +02:00
CMakeLists.txt Implement support for upgrading NSIS-based installations 2016-04-01 08:42:58 +02:00