mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added support DELL-NETWORKING-PRODUCTS-MIB (os: dell-net) * dell-net - created mempool, removed flash (not enough data points) * dell-net - updated yaml sysObjectIDs * dell-net - added sensors, fixed sensors * clean up * dell-net added Tx/Rx indicators * dell-net - regroup Lanes * dell-net remove Lane quotes, removed random files * dell-net - updated Model description per requester * added rules to ignore 0 values * restricted discovery match * merge dellNet into os: dnos * typo * remove dell-net test files
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
-- DELL-NETWORKING-SYSLOG-MIB: Syslog mib
|
|
|
|
-- Dell Networking OS Syslog Proprietary MIB Definition
|
|
|
|
-- This SNMP Management Information Specification
|
|
-- explains the proprietary MIB implemented for the Syslog support.
|
|
|
|
DELL-NETWORKING-SYSLOG-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
|
|
FROM SNMPv2-SMI
|
|
OBJECT-GROUP, MODULE-COMPLIANCE
|
|
FROM SNMPv2-CONF
|
|
dellNetMgmt FROM DELL-NETWORKING-SMI;
|
|
|
|
dellNetSyslogMib MODULE-IDENTITY
|
|
LAST-UPDATED "201410230000Z"
|
|
ORGANIZATION "Dell Inc."
|
|
CONTACT-INFO "support.dell.com"
|
|
DESCRIPTION
|
|
"The Dell Networking OS Private MIB for Syslog support."
|
|
REVISION "201410230000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB module."
|
|
|
|
::= { dellNetMgmt 30 }
|
|
|
|
--*************************************************************************************
|
|
-- Traps
|
|
--**************************************************************************************
|
|
|
|
dellNetSyslogNotifications OBJECT IDENTIFIER ::= { dellNetSyslogMib 1 }
|
|
dellNetSyslogTraps OBJECT IDENTIFIER ::= { dellNetSyslogNotifications 1 }
|
|
|
|
dellNetSyslogServerNotReachableTrap NOTIFICATION-TYPE
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This trap is sent when syslog server is not reachable.
|
|
It works for syslog servers configured as TCP or TLS"
|
|
::= { dellNetSyslogTraps 1 }
|
|
|
|
dellNetSyslogServerReachableTrap NOTIFICATION-TYPE
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This trap is sent when syslog server is reachable.
|
|
It works for syslog servers configured as TCP or TLS"
|
|
::= { dellNetSyslogTraps 2 }
|
|
|
|
END
|
|
|