UBQS-SYSRSC-MIB: View SNMP OID List / Download MIB
VENDOR: PREMIER NETWORK CO., LTD
Home | MIB: UBQS-SYSRSC-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ubiSystemMIBObjects | 1.3.6.1.4.1.7800.100.1.1 | |||
ubiSysRscCpu | 1.3.6.1.4.1.7800.100.1.1.3 | |||
ubiCpuFiveSec | 1.3.6.1.4.1.7800.100.1.1.3.1 | counter32 | read-only |
CPU busy percentage in the last 5 second period. |
ubiCpuOneMin | 1.3.6.1.4.1.7800.100.1.1.3.2 | counter32 | read-only |
CPU busy percentage in the last 1 minute period. |
ubiCpuFiveMin | 1.3.6.1.4.1.7800.100.1.1.3.3 | counter32 | read-only |
CPU busy percentage in the last 5 minute period. |
ubiCpuRisingThreshold | 1.3.6.1.4.1.7800.100.1.1.3.4 | counter32 | read-write |
Rising threshold of CPU Usage. |
ubiCpuFallingThreshold | 1.3.6.1.4.1.7800.100.1.1.3.5 | counter32 | read-write |
Falling threshold of CPU Usage. |
ubiCpuLoadTimePeriod | 1.3.6.1.4.1.7800.100.1.1.3.6 | integer | read-write |
CPU Load Time Period for notification. Enumeration: 'fiveSec': 1, 'fiveMin': 3, 'oneMin': 2. |
ubiSysRscMemory | 1.3.6.1.4.1.7800.100.1.1.4 | |||
ubiMemoryAlloc | 1.3.6.1.4.1.7800.100.1.1.4.1 | counter32 | read-only |
Memory allocation usage. |
ubiMemoryFree | 1.3.6.1.4.1.7800.100.1.1.4.2 | counter32 | read-only |
Memory free usage. |
ubiMemoryTotal | 1.3.6.1.4.1.7800.100.1.1.4.3 | counter32 | read-only |
Total memory. |
ubiMemoryFreePercentage | 1.3.6.1.4.1.7800.100.1.1.4.4 | counter32 | read-only |
memoryUsageFreePercentage indicates available memory allocation space in percentage. |
ubiMemoryThreshold | 1.3.6.1.4.1.7800.100.1.1.4.5 | counter32 | read-write |
Threshold of the memory usage. |
ubiSysRscNotificationEnables | 1.3.6.1.4.1.7800.100.1.1.5 | |||
ubiSysRscEnableCpuNotification | 1.3.6.1.4.1.7800.100.1.1.5.1 | truthvalue | read-write |
This variable indicates whether the system produces the notification of cpu. |
ubiSysRscEnableMemoryNotification | 1.3.6.1.4.1.7800.100.1.1.5.2 | truthvalue | read-write |
This variable indicates whether the system produces the notification of memory. |
ubiSystemMIBNotificationPrefix | 1.3.6.1.4.1.7800.100.1.2 | |||
ubiSystemMIBNotifications | 1.3.6.1.4.1.7800.100.1.2.0 | |||
ubiSysRscCpuRisingNotification | 1.3.6.1.4.1.7800.100.1.2.0.1 |
A ubiSysRscCpuRisingNotification is sent if the cpu utilization measured at a given testpoint is outside the configured range for high threshold. |
||
ubiSysRscCpuFallingNotification | 1.3.6.1.4.1.7800.100.1.2.0.2 |
A ubiSysRscCpuFallingNotification is sent if the cpu utilization measured at a given testpoint is outside the configured range for low threshold. |
||
ubiSysRscMemoryRisingNotification | 1.3.6.1.4.1.7800.100.1.2.0.3 |
A ubiSysRscMemoryRisingNotification is sent if the memory utilization measured at a given testpoint is outside the configured range for threshold. |
||
ubiSysRscMemoryFallingNotification | 1.3.6.1.4.1.7800.100.1.2.0.4 |
A ubiSysRscMemoryFallingNotification is sent if the memory utilization measured at a given testpoint is outside the configured range for threshold. |
||
ubiSysRscMIBNotificationObjects | 1.3.6.1.4.1.7800.100.1.2.1 | |||
ubiCpuAlarmValue | 1.3.6.1.4.1.7800.100.1.2.1.1 | counter32 | no-access |
CPU usage for cpuLoadTimePeriod |
ubiCpuAlarmState | 1.3.6.1.4.1.7800.100.1.2.1.2 | integer | no-access |
Alarm Severity: none(0), high(1), low(2) Enumeration: 'high': 1, 'none': 0, 'low': 2. |