File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ details.
62
62
# # To add paths when translating with netsnmp, use the MIBDIRS environment variable
63
63
# path = ["/usr/share/snmp/mibs"]
64
64
# #
65
- # # Deprecated in 1.20.0; no longer running snmptranslate
66
65
# # Timeout running snmptranslate command
66
+ # # Used by the netsnmp translator only
67
67
# timeout = "5s"
68
68
# # Snmp version; one of "1", "2c" or "3".
69
69
# version = "2c"
Original file line number Diff line number Diff line change 14
14
## To add paths when translating with netsnmp, use the MIBDIRS environment variable
15
15
# path = ["/usr/share/snmp/mibs"]
16
16
##
17
- ## Deprecated in 1.20.0; no longer running snmptranslate
18
17
## Timeout running snmptranslate command
18
+ ## Used by the netsnmp translator only
19
19
# timeout = "5s"
20
20
## Snmp version; one of "1", "2c" or "3".
21
21
# version = "2c"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ func (l wrapLog) Print(args ...interface{}) {
43
43
44
44
type SnmpTrap struct {
45
45
ServiceAddress string `toml:"service_address"`
46
- Timeout config.Duration `toml:"timeout" deprecated:"1.20.0;1.35.0;unused option" `
46
+ Timeout config.Duration `toml:"timeout"`
47
47
Version string `toml:"version"`
48
48
Translator string `toml:"-"`
49
49
Path []string `toml:"path"`
You can’t perform that action at this time.
0 commit comments