The NFS integration collects metrics about mount points on the NFS client as it uses the nfsiostat
tool that displays NFS client per-mount statistics.
Follow the instructions below to install and configure this check for an Agent running on a host.
The NFSstat check is included in the Datadog Agent package, so you don't need to install anything else on your servers.
Edit the nfsstat.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent's configuration directory. Point to your nfsiostat binary script, or use the one included with the binary installer. See the sample nfsstat.d/conf.yaml for all available configuration options.
-
Collecting logs is disabled by default in the Datadog Agent, so to enable it in
datadog.yaml
, update this setting:logs_enabled: true
-
Add this configuration block to your
nfsstat.d/conf.yaml
file to start collecting your NFSstat Logs:logs: - type: file path: /var/log/messages source: nfsstat
Change the
path
parameter value and configure it for your environment. See the sample nfsstat.d/conf.yaml for all available configuration options.
Run the Agent's status
subcommand and look for nfsstat
under the Checks section.
See metadata.csv for a list of metrics provided by this check.
The Nfsstat check does not include any events.
The Nfsstat check does not include any service checks.
Need help? Contact Datadog support.