Vincent Fournier ae360321c4 Modify Alignak container to use Alignak
Change-Id: Ibd2e1324e55028292f4a0cb9a000d680a6cf2703
2015-05-27 13:48:57 -04:00

19 lines
578 B
INI

## Module: mod-influxdb
## Loaded by: Broker
# Export host and service performance data and events to InfluxDB.
# InfluxDB is an open-source distributed time series database with no external
# dependencies. http://influxdb.com/
define module {
module_name mod-influxdb
module_type influxdb_perfdata
host influxdb
port 8086
user root
password root
database db
#use_udp 1 ; default value is 0, 1 to use udp
udp_port 4444
#tick_limit 300 ; Default value 300
}