You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup. Strange right. Does anything look wrong in the configuration?
shinken --version
shinken 2.0.2
influxdb -v
InfluxDB v0.8.8 (git: afde71e) (leveldb: 1.15)
shinken install mod-influxdb
pip install influxdb
## 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 influxdb
module_type influxdb_perfdata
host influxdb
port 8086
user apiuser
password password
database graphite
#use_udp 1 ; default value is 0, 1 to use udp
udp_port 4444
#tick_limit 300 ; Default value 300
}
It seems that a new series is added quite often see below:
Has anyone else seen this behavior?
The text was updated successfully, but these errors were encountered: