Description
Template to monitor Cisco ENCS (Enterprise Network Compute System) devices. Validated on Cisco ENCS 5406 (SysObjId: 1.3.6.1.4.1.9.1.2375). It monitors last 5 minutes CPU Load Average, memory used, memory free, kernel memory usage, memory utilization %, voltage status and temperature value.
Prerequisites
SNMP should be enabled in end device and device should support CISCO-ENVMON-MIB, CISCO-PROCESS-MIB, ENTITY-MIB and SNMP credentials should be attached against the device in portal.
How to Apply: This template is All instance selection based. It will not ask user to select any instance(s) while assigning it to a device.
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
cisco.cpu.memory.kernel.usage
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.9.9.109.1.1.1.1.14 |
Expression | NULL |
Description | The overall CPU wide system memory which is reserved for kernel usage. [OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.14] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | Cisco CPM CPU Memory |
Unit | KB |
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
cisco.cpu.memory.free
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.9.9.109.1.1.1.1.13 |
Expression | (cpmCPUMemoryFree * 1000) |
Description | The overall CPU wide system memory which is currently free. [OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.13] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | Cisco CPM CPU Memory |
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
cisco.cpu.memory.used
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.9.9.109.1.1.1.1.12 |
Expression | (cpmCPUMemoryUsed * 1000) |
Description | The overall CPU wide system memory which is currently under use. [OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.12] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | Cisco CPM CPU Memory |
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
cisco.cpu.memory.utilization
Metric Details
Applicable for | Device |
SNMP OID | NULL |
Expression | ((cpmCPUMemoryUsed)/(cpmCPUMemoryUsed + cpmCPUMemoryFree)) * 100 |
Description | The overall CPU wide system memory utilization. [OIDs: 1.3.6.1.4.1.9.9.109.1.1.1.1.12, 1.3.6.1.4.1.9.9.109.1.1.1.1.13] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | Cisco CPM CPU Memory |
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
system.voltage.status
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.9.9.13.1.2.1.7, 1.3.6.1.4.1.9.9.13.1.2.1.3 |
Expression | ciscoEnvMonVoltageState |
Description | Voltage status. Possible status values are 1-normal, 2-warning, 3-critical, 4-shutdown, 5-not present, 6-not functioning. Alerts if voltage status value in 2 or 3 or 4 or 6 [OIDs: 1.3.6.1.4.1.9.9.13.1.2.1.2, 1.3.6.1.4.1.9.9.13.1.2.1.7] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | Cisco Voltage Status - No Entity OID as Component |
Unit |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | NULL | Not Applicable |
Warning Operator | 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 | 2 | [{"1":"normal"},{"2":"warning"},{"3":"critical"},{"4":"shutdown"},{"5":"notPresent"},{"6":"notFunctioning"}] |
Warning Repeat Count | 1 | 1-12 |
Critical Operator | IN_LIST | 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 | 3,4,6 | [{"1":"normal"},{"2":"warning"},{"3":"critical"},{"4":"shutdown"},{"5":"notPresent"},{"6":"notFunctioning"}] |
Critical Repeat Count | 1 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
cisco.envmon.temperature
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.9.9.13.1.3.1.3 |
Expression | NULL |
Description | The current measurement of the Cisco environment temperature in degrees Celsius. [CISCO-ENVMON-MIB::OID::1.3.6.1.4.1.9.9.13.1.3.1.3] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | Cisco Temperature Status - No Entity OID as Component |
Unit | Celsius |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | NULL | Not Applicable |
Warning Operator | GREATER_THAN | 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 | 38 | 0°C - 100°C |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN | 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 | 40 | 0°C - 100°C |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph
cisco.cpu.load.avg.5min
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.4.1.9.9.109.1.1.1.1.25 |
Expression | cpmCPULoadAvg5min / 100 |
Description | The overall CPU load Average in the last 5 minutes period. The average number of processes in the queue waiting for CPU time over the last 5 minutes. This OID (1.3.6.1.4.1.9.9.109.1.1.1.1.25) reflects the average number of runnable processes with units of hundredths of processes. For instance, if this OID returns a value of 183 then we will divide it with 100, to get the average number of runnable processes over the last 5 minutes, i.e. 1.83. So we will return this 1.83 as metric value. [CISCO-PROCESS-MIB::cpmCPULoadAvg5min - 1.3.6.1.4.1.9.9.109.1.1.1.1.25] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | Cisco CPM CPU Load Average |
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 | 6 | 0 - 4294967295 |
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 | 12 | 0 - 4294967295 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
No graph