FSC-LOG3-MIB

File: FSC-LOG3-MIB.mib (21113 bytes)

Imported modules

RFC1213-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF
SNMPv2-TC SNMPv2-SMI

Imported symbols

mib-2 enterprises SnmpAdminString
NOTIFICATION-GROUP DateAndTime DisplayString
Counter64 Counter Gauge

Defined Types

Gauge32  
Gauge    

DateAndTime  
DisplayString    

SnmpAdminString  
DisplayString    

Counter16  
Counter    

Unsigned16  
Gauge    

UserID  
Unsigned16    

GroupID  
Unsigned16    

ProcessID  
Gauge    

MessageString  
OCTET STRING    

GlobalEntryLimit  
Gauge    

Log3EventEntry  
SEQUENCE    
  log3EventIndex Gauge
  log3EventComponentNumber Gauge
  log3EventModuleName DisplayString
  log3EventObjectID DisplayString
  log3EventErrorNumber Gauge
  log3EventErrorWeight INTEGER
  log3EventProcessId ProcessID
  log3EventReleaseVersion DisplayString
  log3EventSystemName DisplayString
  log3EventNodeName DisplayString
  log3EventFirstTime DateAndTime
  log3EventSequence Counter16
  log3EventRepeats Counter16
  log3EventLastTime DateAndTime
  log3EventUserID UserID
  log3EventUserName DisplayString
  log3EventGroupID GroupID
  log3EventGroupName DisplayString
  log3EventMessageText DisplayString

Defined Values

sni 1.3.6.1.4.1.231
OBJECT IDENTIFIER    

sniProductMibs 1.3.6.1.4.1.231.2
OBJECT IDENTIFIER    

fscLog3MIB 1.3.6.1.4.1.231.2.46
OBJECT IDENTIFIER    

log3Objects 1.3.6.1.4.1.231.2.46.1
OBJECT IDENTIFIER    

log3Notifications 1.3.6.1.4.1.231.2.46.2
OBJECT IDENTIFIER    

log3Conformance 1.3.6.1.4.1.231.2.46.3
OBJECT IDENTIFIER    

log3Config 1.3.6.1.4.1.231.2.46.1.1
OBJECT IDENTIFIER    

log3ConfigSubAgentVersion 1.3.6.1.4.1.231.2.46.1.1.1
Version of SNMP Agent
Status: mandatory Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

log3ConfigNotifyOperScope 1.3.6.1.4.1.231.2.46.1.1.2
Set of Notifications sent by the subagent: - unknown: The Information cannot be supplied. - other: The Information does not correspond to the other enumerated values. - all: The subagent sends notifications for all events. - local: The subagent sends notifications for all events concerning a subset of systems including the local node. - no: The subagent sends no notifications.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), all(3), local(4), no(5)  

log3ConfigNotifyAdminScope 1.3.6.1.4.1.231.2.46.1.1.3
The desired Scope of Information supplied by the subagent
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER all(3), local(4), no(5)  

log3ConfigGlobalEntryLimit 1.3.6.1.4.1.231.2.46.1.1.4
The maximum number of notification entries. A value of 0 means no limit
Status: mandatory Access: read-write
OBJECT-TYPE    
  GlobalEntryLimit  

log3Stats 1.3.6.1.4.1.231.2.46.1.2
OBJECT IDENTIFIER    

log3StatsCurrent 1.3.6.1.4.1.231.2.46.1.2.1
The number of event posted by the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

log3StatsMemory 1.3.6.1.4.1.231.2.46.1.2.2
The memory in bytes used by the agent, to hold event informations.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

log3StatsReceived 1.3.6.1.4.1.231.2.46.1.2.3
The number of event received by the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

log3Event 1.3.6.1.4.1.231.2.46.1.3
OBJECT IDENTIFIER    

log3EventTable 1.3.6.1.4.1.231.2.46.1.3.1
The table of events.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Log3EventEntry

log3EventEntry 1.3.6.1.4.1.231.2.46.1.3.1.1
log3 event data
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Log3EventEntry  

log3EventIndex 1.3.6.1.4.1.231.2.46.1.3.1.1.1
The index into the event list. MAX-ACCESS is not set to not-accessible, that the agent can send the Index in Notifications. This maybe helpfull for SNMP managers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

log3EventComponentNumber 1.3.6.1.4.1.231.2.46.1.3.1.1.2
A Number which uniquely identify a log3 Component. The Numbers are assigned by log3 number authority at FSC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

log3EventModuleName 1.3.6.1.4.1.231.2.46.1.3.1.1.3
A string which describes the module, which send log3 informations. One module may have more then one object. E.g. spool module may have objects printer1 and printer2.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

log3EventObjectID 1.3.6.1.4.1.231.2.46.1.3.1.1.4
A string which describe the modules object, which send log3 informations. E.g. printer1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

log3EventErrorNumber 1.3.6.1.4.1.231.2.46.1.3.1.1.5
A integer which describes the error code.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

log3EventErrorWeight 1.3.6.1.4.1.231.2.46.1.3.1.1.6
A integer which describes the components error priority. Components should use syslog(3) priority. Compoments which use illegal priorities above debug(8) are mapped to other(9). A components error priority maybe FATAL, but this does not implies that the error is FATAL for the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7), debug(8), other(9)  

log3EventProcessId 1.3.6.1.4.1.231.2.46.1.3.1.1.7
The system OS process ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ProcessID  

log3EventReleaseVersion 1.3.6.1.4.1.231.2.46.1.3.1.1.8
Components release and version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

log3EventSystemName 1.3.6.1.4.1.231.2.46.1.3.1.1.9
Event reporting system name. If a system reports log3 events to a other system, which collect all log3 events, this is the name of the system, where the events occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

log3EventNodeName 1.3.6.1.4.1.231.2.46.1.3.1.1.10
log3 reporting system name. If a system reports log3 events to a other system, which collect all log3 events, this is the name of the system, which collect events from other systems.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

log3EventFirstTime 1.3.6.1.4.1.231.2.46.1.3.1.1.11
Time, where event first occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

log3EventSequence 1.3.6.1.4.1.231.2.46.1.3.1.1.12
a log3 internal sequence number. This number could be used to find the sequence of events, if more then one events happens in one second. log3 is responsible to hold this counter consistent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter16  

log3EventRepeats 1.3.6.1.4.1.231.2.46.1.3.1.1.13
If a event keep going and no other event happens meanwhile, the event will be counted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter16  

log3EventLastTime 1.3.6.1.4.1.231.2.46.1.3.1.1.14
Time, where event last occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

log3EventUserID 1.3.6.1.4.1.231.2.46.1.3.1.1.15
The host OS UserID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  UserID  

log3EventUserName 1.3.6.1.4.1.231.2.46.1.3.1.1.16
The user who log the event. This is the UserID, decoded by the host OS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

log3EventGroupID 1.3.6.1.4.1.231.2.46.1.3.1.1.17
The host OS GroupID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  GroupID  

log3EventGroupName 1.3.6.1.4.1.231.2.46.1.3.1.1.18
The group, where the user belong to. This is the log3GroupID, decoded by the host OS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

log3EventMessageText 1.3.6.1.4.1.231.2.46.1.3.1.1.19
This is the message, which the component will log. This message describe in detail what was happen. The component is responsible for the text content.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MessageString  

log3Traps 1.3.6.1.4.1.231.2.46.2.0
OBJECT IDENTIFIER    

log3EmergencyNotice 1.3.6.1.4.1.231.2.46.2.1
Information send to the management station.
TRAP-TYPE    

log3AlertNotice 1.3.6.1.4.1.231.2.46.2.2
Information send to the management station.
TRAP-TYPE    

log3CriticalNotice 1.3.6.1.4.1.231.2.46.2.3
Information send to the management station.
TRAP-TYPE    

log3ErrorNotice 1.3.6.1.4.1.231.2.46.2.4
Information send to the management station.
TRAP-TYPE    

log3WarningNotice 1.3.6.1.4.1.231.2.46.2.5
Information send to the management station.
TRAP-TYPE    

log3NoticeNotice 1.3.6.1.4.1.231.2.46.2.6
Information send to the management station.
TRAP-TYPE    

log3InformationalNotice 1.3.6.1.4.1.231.2.46.2.7
Information send to the management station.
TRAP-TYPE    

log3DebugNotice 1.3.6.1.4.1.231.2.46.2.8
Information send to the management station.
TRAP-TYPE    

log3OtherNotice 1.3.6.1.4.1.231.2.46.2.9
Information send to the management station.
TRAP-TYPE    

log3Compliances 1.3.6.1.4.1.231.2.46.3.1
OBJECT IDENTIFIER    

log3Groups 1.3.6.1.4.1.231.2.46.3.2
OBJECT IDENTIFIER    

log3Compliance 1.3.6.1.4.1.231.2.46.3.1.1
OBJECT IDENTIFIER    

log3ConfigGroup 1.3.6.1.4.1.231.2.46.3.2.1
OBJECT IDENTIFIER    

log3StatsGroup 1.3.6.1.4.1.231.2.46.3.2.2
OBJECT IDENTIFIER    

log3EventGroup 1.3.6.1.4.1.231.2.46.3.2.3
OBJECT IDENTIFIER    

log3NoticeGroup 1.3.6.1.4.1.231.2.46.3.2.4
OBJECT IDENTIFIER