Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nfsstat/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ files:
- name: disable_missing_mountpoints_warning
required: false
description: |
If false, no warning is logged if host has check enabled but no NFS mount point is found.
If true, no warning is logged if host has check enabled but no NFS mount point is found.
value:
type: boolean
default: false
Expand Down
2 changes: 1 addition & 1 deletion nfsstat/datadog_checks/nfsstat/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ instances:

-
## @param disable_missing_mountpoints_warning - boolean - optional - default: false
## If false, no warning is logged if host has check enabled but no NFS mount point is found.
## If true, no warning is logged if host has check enabled but no NFS mount point is found.
#
# disable_missing_mountpoints_warning: false

Expand Down
Loading