icinga2/etc/icinga2
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
..
conf.d Implement global modified attributes for the IcingaApplication class 2015-09-23 15:02:53 +02:00
features-available Add InfluxDB Writer 2016-05-03 14:12:51 +02:00
features-enabled Add missing files for the Windows installer. 2014-04-18 14:44:07 +02:00
repository.d Cli: Make sure to create & include 'repository.d' 2014-10-27 19:19:45 +01:00
scripts Remove bashisms from some of the shell scripts 2014-12-02 09:59:56 +01:00
win32 Include <nscp> in the default Windows config 2015-05-13 08:45:04 +02:00
zones.d Add missing file. 2014-05-13 13:26:57 +02:00
constants.conf.cmake Remove leading slash and extra blank line in constants.conf.cmake 2015-02-24 16:36:05 +01:00
icinga2.conf Implement config file management for the API 2015-07-23 17:57:24 +02:00
init.conf.cmake Remove superfluous config directive 2014-10-14 17:45:48 +02:00
zones.conf Documentation: Emphasize on global zone on all nodes 2014-06-12 14:33:59 +02:00