RM2-MIB

File: RM2-MIB.mib (16381 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
SNMPv2-SMI SNMPv2-TC

Imported symbols

NetworkAddress TimeTicks enterprises
Counter OBJECT-TYPE DisplayString
MODULE-IDENTITY ObjectName Integer32
Counter32 snmpModules TruthValue
DisplayString TestAndIncr TimeStamp
RowStatus

Defined Types

DUEntry  
SEQUENCE    
  duIndex INTEGER
  duFSName DisplayString
  duSize INTEGER
  duPctUsed INTEGER

FileEntry  
SEQUENCE    
  fmIndex INTEGER
  fmName DisplayString
  fmCurSize INTEGER
  fmThreshold INTEGER

ProcessEntry  
SEQUENCE    
  processIndex INTEGER
  processID INTEGER
  processName DisplayString
  processUpTime INTEGER
  processCPUUsageWarnMark INTEGER
  processCPUUsageAlarmMark INTEGER
  processCPUUsageCurrent INTEGER
  processMemUsageAlarmMark INTEGER
  processMemUsageCurrent INTEGER

Defined Values

lucent 1.3.6.1.4.1.1751
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.1751.1
OBJECT IDENTIFIER    

softSwitch 1.3.6.1.4.1.1751.1.1198
OBJECT IDENTIFIER    

resourceMonitor 1.3.6.1.4.1.1751.1.1198.4
OBJECT IDENTIFIER    

rm2 1.3.6.1.4.1.1751.1.1198.4.2
The MIB module for entities implementing the xxxx protocol.
MODULE-IDENTITY    

rmSystem 1.3.6.1.4.1.1751.1.1198.4.2.1
OBJECT IDENTIFIER    

rmDiskGrp 1.3.6.1.4.1.1751.1.1198.4.2.2
OBJECT IDENTIFIER    

rmCpuGrp 1.3.6.1.4.1.1751.1.1198.4.2.3
OBJECT IDENTIFIER    

rmFileGrp 1.3.6.1.4.1.1751.1.1198.4.2.4
OBJECT IDENTIFIER    

rmProcessGrp 1.3.6.1.4.1.1751.1.1198.4.2.5
OBJECT IDENTIFIER    

rmDescr 1.3.6.1.4.1.1751.1.1198.4.2.1.1
A textual description of the entity. This value should include the full name and version identification of the resource monitor software. It is mandatory that this only contain printable ASCII characters.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rmObjectID 1.3.6.1.4.1.1751.1.1198.4.2.1.2
An internal identification for this resource monitor.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rmUpTime 1.3.6.1.4.1.1751.1.1198.4.2.1.3
The time (in hundredths of a second) since the resource monitor deamon was last re-initialized.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rmNetAddress 1.3.6.1.4.1.1751.1.1198.4.2.1.4
The ip address of the host on which this deamon is running.
Status: current Access: read-only
OBJECT-TYPE    
  NetworkAddress  

rmControl 1.3.6.1.4.1.1751.1.1198.4.2.1.5
This is the settable field that in turn controls some of the functioning of the resource monitor. At present, this field is not used. It has been created for future expansion.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

diskPeriod 1.3.6.1.4.1.1751.1.1198.4.2.2.1
Defines disk monitoring frequency. Period in seconds. It is a settable field, so user can alter how frequently the file systems are checked for size limits.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..60  

diskUsageWarningPct 1.3.6.1.4.1.1751.1.1198.4.2.2.2
If disk usage exceeds this amount of percentage, a diskAttention trap will be emitted. severity: MAJOR
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..99  

diskUsageAlarmPct 1.3.6.1.4.1.1751.1.1198.4.2.2.3
If Disk usage exceeds this mount of percentage, a diskAlarm trap will be emitted. severity: CRITICAL
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..99  

duNumber 1.3.6.1.4.1.1751.1.1198.4.2.2.4
The number of file systems being monitored. (indicates the number of rows in diskUsageTable)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2048  

diskUsageTable 1.3.6.1.4.1.1751.1.1198.4.2.2.5
A list of file system entries. The number of entries is given by the value of duNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DUEntry

diskUsageEntry 1.3.6.1.4.1.1751.1.1198.4.2.2.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  DUEntry  

duIndex 1.3.6.1.4.1.1751.1.1198.4.2.2.5.1.1
A unique value for each disk slice. Goes from 1 to N
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2048  

duFSName 1.3.6.1.4.1.1751.1.1198.4.2.2.5.1.2
The name of the file system being monitored
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

duSize 1.3.6.1.4.1.1751.1.1198.4.2.2.5.1.3
The size of the file system in k bytes
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

duPctUsed 1.3.6.1.4.1.1751.1.1198.4.2.2.5.1.4
The percentage of the file system used up
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..99  

cpuPeriod 1.3.6.1.4.1.1751.1.1198.4.2.3.1
Defines cpu monitoring frequency. The CPU load and utilization are measure as per this frequency. Period can be either one, ten or fifteen minutes. Setting it to any other value will cause the set to fail (the old value will stay).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

cpuUtilization 1.3.6.1.4.1.1751.1.1198.4.2.3.2
The current cpu utilization percentage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..99  

cpuUtilWarningPct 1.3.6.1.4.1.1751.1.1198.4.2.3.3
If cpu utlization exceeds this percentage, a cpuUtilAttention trap will be emitted. severity: MAJOR
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..99  

cpuUtilAlarmPct 1.3.6.1.4.1.1751.1.1198.4.2.3.4
If CPU utilization exceeds this percentage, a cpuUtilAlarm trap will be emitted. severity: CRITICAL
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..99  

cpuLoad 1.3.6.1.4.1.1751.1.1198.4.2.3.5
The current value of cpu load. Note: Although the syntax is DisplayString, the real semantics should be floating point value of cpu load. For example: 0.3, 2.5, etc.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cpuLoadWarningThreshold 1.3.6.1.4.1.1751.1.1198.4.2.3.6
If cpu load exceeds this amount, a cpuLoadAttention trap will be emitted. severity: MAJOR Note: Although the syntax is DisplayString, the real semantics should be floating point value.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

cpuLoadAlarmThreshold 1.3.6.1.4.1.1751.1.1198.4.2.3.7
If cpu load exceeds this amount, a cpuLoadAlarm trap will be emitted. severity: CRITICAL Note: Although the syntax is DisplayString, the real semantics should be floating point value.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

filePeriod 1.3.6.1.4.1.1751.1.1198.4.2.4.1
Defines log file monitoring frequency. This value is expressed as the number of minutes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..60  

fmNumber 1.3.6.1.4.1.1751.1.1198.4.2.4.2
The number of files being monitored by this deamon.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

fmTable 1.3.6.1.4.1.1751.1.1198.4.2.4.3
A list of files being monitored for size.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FileEntry

fmEntry 1.3.6.1.4.1.1751.1.1198.4.2.4.3.1
Each entry represents one log file, and is a sequence of type FileEntry, which is explained below.
Status: current Access: not-accessible
OBJECT-TYPE    
  FileEntry  

fmIndex 1.3.6.1.4.1.1751.1.1198.4.2.4.3.1.1
A unique number for each file being monitored. Goes from 1 to N
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

fmName 1.3.6.1.4.1.1751.1.1198.4.2.4.3.1.2
the absolute path for the file being monitored.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

fmCurSize 1.3.6.1.4.1.1751.1.1198.4.2.4.3.1.3
The is the current size of the file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

fmThreshold 1.3.6.1.4.1.1751.1.1198.4.2.4.3.1.4
This is the size above which a FileSizeEvent trap will be sent out. This information is read from the config directory when the RMpep is started.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

archiveDir 1.3.6.1.4.1.1751.1.1198.4.2.4.4
This variable returns the current archive directory. ResMon may be periodically asked to archive log files. After detecting and reporting a fileOversize event, resMon may also be told to archive the log file along with file monitoring target switch. The current running policy determines the archive action.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

processPeriod 1.3.6.1.4.1.1751.1.1198.4.2.5.1
Defines process monitoring frequency. Period in seconds. It is a settable field, so user can alter how frequently the processes are checked for CPU and memory utilization
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..60  

processNumber 1.3.6.1.4.1.1751.1.1198.4.2.5.2
The number of processes being monitored. (indicates the number of rows in processTable)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

processTable 1.3.6.1.4.1.1751.1.1198.4.2.5.3
A list of process entries. The number of entries is given by the value of processNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProcessEntry

processEntry 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ProcessEntry  

processIndex 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.1
A unique value for each process. Goes from 1 to N
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

processID 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.2
A unique value for each process.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

processName 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.3
The name of the process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

processUpTime 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.4
The time since the process is up running.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

processCPUUsageWarnMark 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.5
The threshold when resMon should generate a warning for netMon.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..99  

processCPUUsageAlarmMark 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.6
The threshold when resMon should generate a alarm for netMon.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..99  

processCPUUsageCurrent 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.7
The amount of CPU time this process used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..99  

processMemUsageAlarmMark 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.8
The memory usage threshold when resMon should generate a memory usage alarm for netMon.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..99  

processMemUsageCurrent 1.3.6.1.4.1.1751.1.1198.4.2.5.3.1.9
The amount of memory this process used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192