From 9398d67a4bc88696e6aef17671af06da4ceb4b80 Mon Sep 17 00:00:00 2001 From: Markus Langer Date: Thu, 13 Jan 2022 12:04:47 +0100 Subject: [PATCH] corrected typo --- docs/configuration/integrations/node-exporter-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/integrations/node-exporter-config.md b/docs/configuration/integrations/node-exporter-config.md index 04a960c732a1..7399525940e2 100644 --- a/docs/configuration/integrations/node-exporter-config.md +++ b/docs/configuration/integrations/node-exporter-config.md @@ -148,7 +148,7 @@ the Agent is running on is a no-op. | network_route | Exposes network route statistics. | Linux | no | | nfs | Exposes NFS client statistics from /proc/net/rpc/nfs. This is the same information as nfsstat -c. | Linux | yes | | nfsd | Exposes NFS kernel server statistics from /proc/net/rpc/nfsd. This is the same information as nfsstat -s. | Linux | yes | -| ntp | Exposes local NTP daemon helath to check time. | any | no | +| ntp | Exposes local NTP daemon health to check time. | any | no | | nvme | Exposes NVMe statistics. | Linux | yes | | os | Exposes os-release information. | Linux | yes | | perf | Exposes perf based metrics (Warning: Metrics are dependent on kernel configuration and settings). | Linux | no |