Skip to content

Commit 5afd6ef

Browse files
authored
Merge pull request #546 from not24get/master
Fix the issue #545
2 parents a9f8936 + 25ea4b8 commit 5afd6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/etc/snmp/snmptrapd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
disableAuthorization @SNMP_DISABLE_AUTHORIZATION@
22
createUser -e 0x@SNMP_ENGINEID@ @SNMP_USER@ @SNMP_AUTH_PROTO@ @SNMP_AUTH@ @SNMP_PRIV_PROTO@ @SNMP_PRIV@
3-
authUser @SNMP_PROCESSING_TYPE@ @SNMP_USER@ @SNMP_SECURITY_LEVEL@
3+
authUser @SNMP_PROCESSING_TYPE@ @SNMP_USER@ @SNMP_SECURITY_LEVEL@
44
authCommunity @SNMP_PROCESSING_TYPE@ @LIBRENMS_SNMP_COMMUNITY@
55
traphandle default /opt/librenms/snmptrap.php

0 commit comments

Comments
 (0)