CTRON-SYSLOG
Detailed view of the defined objects, syntax rules, and hierarchical paths.
39
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
39 total| Object Name |
|---|
ctSSA OBJECT IDENTIFIER .1.3.6.1.4.1.52.4497 |
RFC1155-SMI Unknown .1.3.6.1.4.1.52.4497 |
aapsLog OBJECT IDENTIFIER .1.3.6.1.4.1.52.4497.9 |
logWindow OBJECT IDENTIFIER .1.3.6.1.4.1.52.4497.9.1 |
logWindowTableTable of log entries SEQUENCE OF LogWindowEntry .1.3.6.1.4.1.52.4497.9.1.1 |
logWindowEntryEntry of logWindow Table LogWindowEntry .1.3.6.1.4.1.52.4497.9.1.1.1 |
ltIndexIndex (window position) of the entry in the current Log Snapshot.ro INTEGER .1.3.6.1.4.1.52.4497.9.1.1.1.1 |
ltLogStringString describing the event in the format: Time(DD:HH:MM:SS) +
Log Level(FREEZE/ERROR/CRITICAL/STATUS/INFO/DEBUG) + Log Client Name
+ Event String. Time is expressed as time since reset (not realtime).
This will change to realtime in the next iteration of this MIB.ro DisplayString .1.3.6.1.4.1.52.4497.9.1.1.1.2 |
ltWindowOperationrefresh(2) redisplays the contents of the current window table. pageUp(3)
moves the window one page up. pageDown(4) moves the window one page down.rw Enumeration .1.3.6.1.4.1.52.4497.9.1.2 |
ltWindowResetBy setting this object to one of the two available values moves the
beginning of the next window to log start or endrw Enumeration .1.3.6.1.4.1.52.4497.9.1.3 |
ltClientMatchStringSetting this object to a string value will filter out those clients that
do not contain that string as a prefix (case sensitive).rw DisplayString .1.3.6.1.4.1.52.4497.9.1.4 |
ltEventMatchStringSetting this object to a string value will filter out those logged events that
do not contain that string within the log entry (case sensitive).rw DisplayString .1.3.6.1.4.1.52.4497.9.1.5 |
serverConfig OBJECT IDENTIFIER .1.3.6.1.4.1.52.4497.9.2 |
scAutoFreezeAfter this value is enabled, the act of logging a FREEZE level message will prevent
any additional messages from being logged. The logging process can continue when
scAdminStatus is set to enableLogging(3).rw Enumeration .1.3.6.1.4.1.52.4497.9.2.1 |
scAdminStatusThis object controls the status of the message logging system and the log itself.
Setting this object to disableLogging(2) will prevent any clients from appending
messages to the log. EnableLogging(3) starts/resumes logging. Reset(5) initializes
the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.2.2 |
scLastChangeThe value of sysUpTime at the last change to scAdminStatus or scAutoFreeze.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.52.4497.9.2.3 |
clientConfigTableThis table provides the ability to configure which messages will be logged and
which will be displayed on a per client basis. SEQUENCE OF ClientConfigEntry .1.3.6.1.4.1.52.4497.9.3 |
clientConfigEntryEntry of the client table ClientConfigEntry .1.3.6.1.4.1.52.4497.9.3.1 |
ccClientIDUnique ID of the client entryro INTEGER .1.3.6.1.4.1.52.4497.9.3.1.1 |
ccClientNameName of the clientro DisplayString .1.3.6.1.4.1.52.4497.9.3.1.2 |
ccClientPersistentWhen enabled, client settings in this table are persistent across resets.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.3 |
ccClientLogStatusWhen disabled, this client does not append messages to the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.4 |
ccClientDisplayStatusWhen disabled, this client's messages are not displayed in the log window.
This does not prevent them from being logged.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.5 |
ccClientFreezeLogStatusWhen disabled, client's messages with this log level do not get appended to the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.6 |
ccClientFreezeDisplayStatusWhen disabled, client's messages with this log level do not get displayed in the log window.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.7 |
ccClientErrorLogStatusWhen disabled, client's messages with this log level do not get appended to the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.8 |
ccClientErrorDisplayStatusWhen disabled, client's messages with this log level do not get displayed in the log window.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.9 |
ccClientCriticalLogStatusWhen disabled, client's messages with this log level do not get appended to the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.10 |
ccClientCriticalDisplayStatusWhen disabled, client's messages with this log level do not get displayed in the log window.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.11 |
ccClientStatusLogStatusWhen disabled, client's messages with this log level do not get appended to the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.12 |
ccClientStatusDisplayStatusWhen disabled, client's messages with this log level do not get displayed in the log window.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.13 |
ccClientInfoLogStatusWhen disabled, client's messages with this log level do not get appended to the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.14 |
ccClientInfoDisplayStatusWhen disabled, client's messages with this log level do not get displayed in the log window.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.15 |
ccClientDebugLogStatusWhen disabled, client's messages with this log level do not get appended to the log.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.16 |
ccClientDebugDisplayStatusWhen disabled, client's messages with this log level do not get displayed in the log window.rw Enumeration .1.3.6.1.4.1.52.4497.9.3.1.17 |
recoveredLogTableTable that contains a the last 100 entries in the log recorded before the last
system shutdown, reset or a power failure. SEQUENCE OF RecoveredLogTableEntry .1.3.6.1.4.1.52.4497.9.4 |
recoveredLogTableEntryEntry of the recovered log table RecoveredLogTableEntry .1.3.6.1.4.1.52.4497.9.4.1 |
rlIndexUnique index of the recovered log entry. Entry with index 1 is the oldest entry in the log.ro INTEGER .1.3.6.1.4.1.52.4497.9.4.1.1 |
rlLogStringEvent string of this entry.ro DisplayString .1.3.6.1.4.1.52.4497.9.4.1.2 |