Device Type | Device Name | CPU Usage (%) |
Swtich | switch1 | 81.12 |
Router | routerA | 32.02 |
Switch | switch2 | 43.79 |
Note: The Device Type and Device Name columns are "Attribute" columns (Funnel icon). The CPU Usage (%) column is a "Value" column (? icon).
In the Alerting Module, data in the columns can be accessed with the following paramertes and syntax:
In the "Filtered Entry Point" | In the "Action" (log/SNMP trap/E-Mail etc) | |
Attribute Column: | column name without spaces | PROP.'column name without spaces' |
Value Column Name: | name | PROP.'name' |
Value column numeric value: | VALUE |
Example using line 1 of above CPU Usage report:
Filtered Entry Point:
DeviceType & name=='CPUUsage(%)'
This example will check if the "Device Type" column is present and the Value Column (name) is "CPU Usage (%)". The numeric value of the CPU Usage (%) column (81.12) can then be passed to a comparator.
Example Action
The following example Action (Log/SNMP trap/Email/External Process):
PROP.'DeviceType' PROP.'DeviceName' currently has PROP.'name' at VALUE
Will produce the following in a log:
Switch switch1 currenlty has CPUUsage(%) at 81.12