diff --git a/nfsstat/assets/configuration/spec.yaml b/nfsstat/assets/configuration/spec.yaml index bff5a15ae76c4..4a8b0907ed4c9 100644 --- a/nfsstat/assets/configuration/spec.yaml +++ b/nfsstat/assets/configuration/spec.yaml @@ -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 diff --git a/nfsstat/datadog_checks/nfsstat/data/conf.yaml.example b/nfsstat/datadog_checks/nfsstat/data/conf.yaml.example index 2835f7ca62bdd..ac438cfc6e899 100644 --- a/nfsstat/datadog_checks/nfsstat/data/conf.yaml.example +++ b/nfsstat/datadog_checks/nfsstat/data/conf.yaml.example @@ -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