COLUBRIS-SYSLOG-MIB
24 objects
Colubris Networks Syslog MIB module.
Imported Objects
| COLUBRIS-SMI | colubrisMgmtV2 |
| COLUBRIS-TC | ColubrisNotificationEnable |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.8744.5.3 | IdentitycolubrisSyslogMIB | Colubris Networks Syslog MIB module. | ||
| 1.3.6.1.4.1.8744.5.3.1 | NodecolubrisSyslogMIBObjects | |||
| 1.3.6.1.4.1.8744.5.3.1.1 | NodesyslogConfig | |||
| 1.3.6.1.4.1.8744.5.3.1.1.1 | ScalarsyslogSeverityNotificationEnabled | read-write | current | Specifies if syslogSeverityNotification events are generated. |
| 1.3.6.1.4.1.8744.5.3.1.1.2 | ScalarsyslogRegExMatchNotificationEnabled | read-write | current | Specifies if syslogRegExMatchNotification events are generated. |
| 1.3.6.1.4.1.8744.5.3.1.1.3 | ScalarsyslogSeverityLevel | read-write | current | Specifies the severity level of messages that the syslog daemon will log. Only messages with a severity level equal to or greater than syslogSeverityLevel will… |
| 1.3.6.1.4.1.8744.5.3.1.1.4 | ScalarsyslogTrapSeverityLevel | read-write | current | Specifies the severity level of messages that will generate a syslogSeverityNotification notification. For example, a value of error(4) means that messages wit… |
| 1.3.6.1.4.1.8744.5.3.1.1.5 | ScalarsyslogMessageRegEx | read-write | current | Specifies the regular expression that will trigger a syslogRegExMatchNotification. When set to an empty string, there is no attempt to match the syslog message… |
| 1.3.6.1.4.1.8744.5.3.1.2 | NodesyslogMessage | |||
| 1.3.6.1.4.1.8744.5.3.1.2.1 | ScalarsyslogMsgNumber | accessible-for-notify | current | A unique ID representing a message in the system log. |
| 1.3.6.1.4.1.8744.5.3.1.2.2 | ScalarsyslogMsgFacility | accessible-for-notify | current | A string representing the facility that sent the message. |
| 1.3.6.1.4.1.8744.5.3.1.2.3 | ScalarsyslogMsgSeverity | accessible-for-notify | current | The severity level of the message in the system log. |
| 1.3.6.1.4.1.8744.5.3.1.2.4 | ScalarsyslogMsgText | accessible-for-notify | current | The message itself as logged in the system log. |
| 1.3.6.1.4.1.8744.5.3.2 | NodecolubrisSyslogMIBNotificationPrefix | |||
| 1.3.6.1.4.1.8744.5.3.2.0 | NodecolubrisSyslogMIBNotifications | |||
| 1.3.6.1.4.1.8744.5.3.2.0.1 | NotificationsyslogSeverityNotification | current | Sent when the device generated a syslog message that is of the right severity level. This severity level is set by syslogTrapSeverityLevel. | |
| 1.3.6.1.4.1.8744.5.3.2.0.2 | NotificationsyslogRegExMatchNotification | current | Sent when the device generated a syslog message that matches the regular expression specified in syslogMessageRegEx. | |
| 1.3.6.1.4.1.8744.5.3.3 | NodecolubrisSyslogMIBConformance | |||
| 1.3.6.1.4.1.8744.5.3.3.1 | NodecolubrisSyslogMIBCompliances | |||
| 1.3.6.1.4.1.8744.5.3.3.1.1 | CompliancecolubrisSyslogMIBCompliance | current | The compliance statement for entities which implement the Colubris Networks Syslog MIB. | |
| 1.3.6.1.4.1.8744.5.3.3.2 | NodecolubrisSyslogMIBGroups | |||
| 1.3.6.1.4.1.8744.5.3.3.2.1 | GroupcolubrisSyslogMIBGroup | current | A collection of objects providing the Syslog MIB capability. | |
| 1.3.6.1.4.1.8744.5.3.3.2.2 | GroupcolubrisSyslogNotificationGroup | current | A collection of supported notifications. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| SyslogSeverity | INTEGER { emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8) } | current | Indicates the severity of a syslog message. NOTE: This values is the actual value the syslog daemon uses, plus 1. For example: the value for debug severity will be 8 instead of 7. |