InfluxDB
Auto-Discovery
Health Check
Metrics
Logs
Agent uses an HTTP check if the service listens on port 8086.
If some auto-detected parameters are wrong, you can manually override them
by adding the following to /etc/glouton/conf.d/99-local.conf:
service: [...]
# For an InfluxDB running outside a container - type: "influxdb" address: "127.0.0.1" port: 8086
# For an additional InfluxDB running outside a container - type: "influxdb" instance: "NAME_ASSOCIATED_WITH_YOUR_ADDITIONAL_SERVICE" address: "127.0.0.1" port: 8087
# For an InfluxDB running in a Docker container - type: "influxdb" instance: "CONTAINER_NAME" address: "172.17.0.2" port: 8086Only the metric from service check is produced:
| Metric | Description |
|---|---|
| service_status | Status of InfluxDB |