-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior
Milestone
Description
Bug report
Consul input plugin with InfluxDB output doesn't report all data in case of collecting data from service with more than one check configured. Status from only one (randomly choosed per probe/timestamp) check is written to influxdb database.
Also, if any service is in maintenance mode (which is in fact temporarily configured 'critical' check on this service), this information is not always written to influxdb.
System info:
[Include Telegraf version, operating system name, and other relevant details]
Telegraf - version 1.0.0
InfluxDB - version 0.13.0
Consul - version 0.6.4
OS: Ubuntu 14.04.5 LTS
Steps to reproduce:
- Configure telegraf with Consul input and InfluxDB output plugin.
- Monitor consul service with more than one check defined.
Expected behavior:
Write consul service's all checks status in InfluxDB.
Actual behavior:
Write status of only one check per service per probe/timestamp in InfluxDB.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior