chore: document deprecation of timeout (#10373)
This commit is contained in:
parent
aee267681a
commit
d8cc355113
|
|
@ -27,6 +27,7 @@ path onto the global path variable
|
|||
## Path to mib files
|
||||
# path = ["/usr/share/snmp/mibs"]
|
||||
##
|
||||
## Deprecated in 1.20.0; no longer running snmptranslate
|
||||
## Timeout running snmptranslate command
|
||||
# timeout = "5s"
|
||||
## Snmp version
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ var sampleConfig = `
|
|||
## Path to mib files
|
||||
# path = ["/usr/share/snmp/mibs"]
|
||||
##
|
||||
## Deprecated in 1.20.0; no longer running snmptranslate
|
||||
## Timeout running snmptranslate command
|
||||
# timeout = "5s"
|
||||
## Snmp version, defaults to 2c
|
||||
|
|
|
|||
Loading…
Reference in New Issue