Skip to content

NTP

Auto-Discovery
Health Check
Metrics
Logs

Agent uses a NTP check if the service listen on port 123.

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 NTP running outside a container
- type: "ntp"
address: "127.0.0.1"
port: 123
# For an additional NTP running outside a container
- type: "ntp"
instance: "NAME_ASSOCIATED_WITH_YOUR_ADDITIONAL_SERVICE"
address: "127.0.0.1"
port: 124
# For an NTP running in a Docker container
- type: "ntp"
instance: "CONTAINER_NAME"
address: "172.17.0.2"
port: 123

Only the metric from service check is produced:

MetricDescription
service_statusStatus of NTP