Dell POWEREDGE M1000E User Manual

Page 1069

Advertising
background image

Fabric OS Command Reference

1041

53-1002746-01

sysMonitor

2

--show cpu | mem

Displays system memory or CPU usage.

--help

Displays the command usage.

EXAMPLES

To configure Fabric Watch custom thresholds for temperature:

switch:admin> sysmonitor --config env -area temp \
-highthreshold -value 99 -trigger above -action raslog

To apply the custom thresholds for temperature:

switch:admin> sysMonitor --apply env -area temp \
-action_level cust -thresh_level cust

To configure Fabric Watch custom thresholds for temperature using high and low thresholds and save
the configuration nonpersistently:

switch:admin> sysmonitor --config env -area temp \
-highthreshold -value 99 -trigger above -action email \
-lowthreshold -value 32 -trigger below -action email

To apply the custom thresholds for temperature:

switch:admin> sysmonitor --apply env -area temp \
-action_level cust -thresh_level cust

To cancel the previously configured thresholds for temperature:

switch:admin> sysmonitor --cancel env -area temp \
-action_level cust -thresh_level cust

To display the Fabric Watch configuration for temperature:

switch:admin> sysmonitor --show env -area temp
Class: ENV
Area : TEMP
ThLevel : Def
ActLevel: Def
High :
Custom:
TimeBase: None
Value : 65
Trigger : Above Action: Raslog,SNMP
Trigger : Below Action: Raslog,SNMP
Default:
TimeBase: None
Value : 65
Trigger : Above Action: Raslog,SNMP
Trigger : Below Action: Raslog,SNMP
Low:
Custom:
TimeBase: None
Value : 0
Trigger : Above Action: None
Trigger : Below Action: Raslog,SNMP
Default:
TimeBase: None
Value : 0
Trigger : Above Action: None
Trigger : Below Action: Raslog,SNMP

Advertising