Description
It monitors HP-Unix System Performance parameters like CPU load, File System Used, File System Free, File System Utilization, Physical Memory Used, Physical Memory Free, Physical Memory Utilization and uptime.
Prerequisites
SNMP should be enabled in end device and device should support HP-UNIX.mib and SNMP credentials should be attached against the device in portal.
Metric Parameters
Parameter | Description |
---|---|
Frequency | Warning Threshold | If the metric value satisfies the condition defined along with Warning Threshold value, then a notification is sent to the user. |
Critical Threshold | If the metric value satisfies the condition defined along with Critical Threshold value, then a notification is sent to the user. |
Alert | The alert value can be set to either Yes or No. If it is Yes, then an alert message is sent to the user. |
Metrics
system.uptime
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.1.3.0 |
Expression | sysUpTime/100 |
Description | The time since the SNMP agent in the system was last re-initialized.[OID : 1.3.6.1.2.1.1.3.0] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | System Uptime |
Unit | s |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ||
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 1800 | 0 – 4294967295 |
Critical Repeat Count | 1 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
hp.unix.sys.cpu.load.avg.5min
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.11.2.3.1.1.4.0 |
Expression | computerSystemAvgJobs5 / 100 |
Description | It monitors average number of jobs in the last 5 minutes. [computerSystemAvgJobs5 - 1.3.6.1.4.1.11.2.3.1.1.4.0] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | HP-Unix CPU Load |
Unit |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ||
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | ||
Critical Threshold | ||
Critical Repeat Count | ||
Alert | No | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
hp.unix.file.system.free
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.11.2.3.1.2.2.1.7, 1.3.6.1.4.1.11.2.3.1.2.2.1.5 |
Expression | (fileSystemBlock - fileSystemBfree) * fileSystemBsize |
Description | It monitors the HP-Unix File System free space. [HP-UNIX::fileSystemDir - 1.3.6.1.4.1.11.2.3.1.2.2.1.10, fileSystemBsize - 1.3.6.1.4.1.11.2.3.1.2.2.1.7, fileSystemBfree - 1.3.6.1.4.1.11.2.3.1.2.2.1.5] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | HP-Unix File System |
Unit | Bytes |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | NULL | Not Applicable |
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | ||
Critical Threshold | ||
Critical Repeat Count | ||
Alert | No | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
hp.unix.file.system.used
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.11.2.3.1.2.2.1.4 |
Expression | (fileSystemBlock - fileSystemBfree) * fileSystemBsize |
Description | It monitors the HP-Unix File System used space. [HP-UNIX::fileSystemDir - 1.3.6.1.4.1.11.2.3.1.2.2.1.10, fileSystemBsize - 1.3.6.1.4.1.11.2.3.1.2.2.1.7, fileSystemBlock - 1.3.6.1.4.1.11.2.3.1.2.2.1.4, fileSystemBfree - 1.3.6.1.4.1.11.2.3.1.2.2.1.5] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | HP-Unix File System |
Unit | Bytes |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | NULL | Not Applicable |
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | ||
Critical Threshold | ||
Critical Repeat Count | ||
Alert | No | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
hp.unix.file.system.utilization
Metric Details
Applicable for | Device |
SNMP OID | NULL |
Expression | (hp.unix.file.system.used/(hp.unix.file.system.used+hp.unix.file.system.free)) * 100 |
Description | It monitors the HP-Unix File System utilization. [HP-UNIX::fileSystemDir - 1.3.6.1.4.1.11.2.3.1.2.2.1.10, fileSystemBsize - 1.3.6.1.4.1.11.2.3.1.2.2.1.7, fileSystemBlock - 1.3.6.1.4.1.11.2.3.1.2.2.1.4, fileSystemBfree - 1.3.6.1.4.1.11.2.3.1.2.2.1.5] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | HP-Unix File System |
Unit | % |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | NULL | Not Applicable |
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 80 | 0-100 |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 90 | 0-100 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
hp.unix.sys.memory.free
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.11.2.3.1.1.7.0 |
Expression | computerSystemFreeMemory/1024 |
Description | It monitors HP-Unix Physical Memory free. [computerSystemFreeMemory - 1.3.6.1.4.1.11.2.3.1.1.7.0] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | HP-Unix Physical Memory |
Unit | MB |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ||
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | ||
Critical Threshold | ||
Critical Repeat Count | ||
Alert | No | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
hp.unix.sys.memory.used
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.11.2.3.1.1.8.0 |
Expression | (computerSystemPhysMemory - computerSystemFreeMemory) / 1024 |
Description | It monitors HP-Unix Physical Memory used. [computerSystemFreeMemory - 1.3.6.1.4.1.11.2.3.1.1.7.0, computerSystemPhysMemory - 1.3.6.1.4.1.11.2.3.1.1.8.0] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | HP-Unix Physical Memory |
Unit | MB |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ||
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | ||
Critical Threshold | ||
Critical Repeat Count | ||
Alert | No | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
hp.unix.sys.memory.utilization
Metric Details
Applicable for | Device |
SNMP OID | NULL |
Expression | ((computerSystemPhysMemory-computerSystemFreeMemory)/computerSystemPhysMemory)*100 |
Description | It monitors HP-Unix Physical memory utilization in %. [computerSystemFreeMemory - 1.3.6.1.4.1.11.2.3.1.1.7.0, computerSystemPhysMemory - 1.3.6.1.4.1.11.2.3.1.1.8.0] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | HP-Unix Physical Memory |
Unit | % |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ||
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 80 | 0-100 |
Warning Repeat Count | 3 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 90 | 0-100 |
Critical Repeat Count | 3 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph