Skip to content

Commit ae63e6d

Browse files
Merge pull request DataDog#679 from DataDog/mattw/snmpenforce
added to snmp yaml about enforcing coonstraints
2 parents cc2512c + 5943b95 commit ae63e6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/integrations/snmp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ To use the SNMP checks, edit the **snmp.yaml** file in your **conf.d** directory
3535
snmp_version: 2 # Only required for snmp v1, will default to 2
3636
timeout: 1 # second, by default
3737
retries: 5
38+
enforce_mib_constraints: true # if set to false we will not check the values
39+
# returned meet the MIB constraints. Defaults to True.
3840
tags:
3941
- location:front
4042
metrics:

0 commit comments

Comments
 (0)