Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
35
plugins/inputs/snmp_trap/sample.conf
Normal file
35
plugins/inputs/snmp_trap/sample.conf
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Receive SNMP traps
|
||||
[[inputs.snmp_trap]]
|
||||
## Transport, local address, and port to listen on. Transport must
|
||||
## be "udp://". Omit local address to listen on all interfaces.
|
||||
## example: "udp://127.0.0.1:1234"
|
||||
##
|
||||
## Special permissions may be required to listen on a port less than
|
||||
## 1024. See README.md for details
|
||||
##
|
||||
# service_address = "udp://:162"
|
||||
##
|
||||
## Path to mib files
|
||||
## Used by the gosmi translator.
|
||||
## To add paths when translating with netsnmp, use the MIBDIRS environment variable
|
||||
# path = ["/usr/share/snmp/mibs"]
|
||||
##
|
||||
## Timeout running snmptranslate command
|
||||
## Used by the netsnmp translator only
|
||||
# timeout = "5s"
|
||||
## Snmp version; one of "1", "2c" or "3".
|
||||
# version = "2c"
|
||||
## SNMPv3 authentication and encryption options.
|
||||
##
|
||||
## Security Name.
|
||||
# sec_name = "myuser"
|
||||
## Authentication protocol; one of "MD5", "SHA", "SHA224", "SHA256", "SHA384", "SHA512" or "".
|
||||
# auth_protocol = "MD5"
|
||||
## Authentication password.
|
||||
# auth_password = "pass"
|
||||
## Security Level; one of "noAuthNoPriv", "authNoPriv", or "authPriv".
|
||||
# sec_level = "authNoPriv"
|
||||
## Privacy protocol used for encrypted messages; one of "DES", "AES", "AES192", "AES192C", "AES256", "AES256C" or "".
|
||||
# priv_protocol = ""
|
||||
## Privacy password used for encrypted messages.
|
||||
# priv_password = ""
|
Loading…
Add table
Add a link
Reference in a new issue