mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix SYNSO-UPSMIB incorrect syntax (#9653)
The SYNSO-UPSMIB had an incorrect import statement that would cause the snmptrapd service to fail/not start with a 'Cannot find module' error.
This commit is contained in:
committed by
Tony Murray
parent
30c325fa4f
commit
b7591339eb
@ -8,7 +8,7 @@ IMPORTS
|
||||
enterprises, IpAddress
|
||||
FROM RFC1155-SMI
|
||||
DisplayString
|
||||
FROM RFC1213;
|
||||
FROM RFC1213-MIB;
|
||||
|
||||
|
||||
synso OBJECT IDENTIFIER ::= {enterprises 9557}
|
||||
@ -1139,4 +1139,4 @@ syupsBadBattery NOTIFICATION-TYPE
|
||||
present."
|
||||
::= { syupsTraps 7 }
|
||||
|
||||
END
|
||||
END
|
||||
|
Reference in New Issue
Block a user