lobr
(lobr)
February 7, 2022, 12:15pm
#1
Hello,
currently we are using Icinga2 in combination with a single InfluxDB instance.
Since we had some downtimes on that InfluxDB-node, we want to implement a time series DB HA cluster.
Timescale does support that, InfluxDB does not seem to have HA.
But as far as I am informed icinga2 does not support timescaleDB right know?
opened 06:04PM - 31 May 21 UTC
enhancement
needs-sponsoring
## Is your feature request related to a problem? Please describe.
icinga2 sup… ports influxdb for its timeseries data (performance metrics), but it would be nice if it supported timescaleDB. The reason for the request is that timescaleDB appears to be the only opensource tsdb (time series db) that supports HA. and since Icinga2 supports HA via master _> master, it would be nice if the timeseries data could also be HA
timescale DB is based on postgresql
## Describe the solution you'd like
Add a "feature" to icinga2 to enable timescaleDB to be a destination for performance metrics
## Describe alternatives you've considered
influxDB only supports HA in the enterprise (paid) version.
## Additional context
Add any other context or screenshots about the feature request here.
Al2Klimov
(Grandmaster)
February 8, 2022, 2:11pm
#2
Confirmed. And adding it isn’t planned, yet.
lobr
(lobr)
February 9, 2022, 12:14pm
#3
What is the best open source practice when replication of a time series db is required?
Using influxdb with influxdb-relay?