show ruleset¶
Displays rules and/or rulesets.
Command availability¶
CLI resource: system
Lantronix system: All
LMS offerings: All
Syntax¶
Specify the name of a ruleset, or use the * character to show all rulesets defined on the system.
Usage¶
Rules separated by the pipe | character are evaluated in parallel. Rules separated by commas are evaluated sequentially; evaluation stops at the first match.
[admin@LantronixLM]# show ruleset default
ruleset default
description Rules designed to troubleshoot Serial Interfaces
rules
carrier | physical
exit
exit
[admin@LantronixLM]# show ruleset recoverConsole
ruleset recoverConsole
description recovering the device when it has become unusable
rules
consoleHung, cpuFiveMinuteAverageGreaterThan90, cpuOneMinuteAverageGreaterThan90
exit
exit
In the Lantronix web interface¶
Inventory > group page > Automation > rule sets- specific to this inventory group
Inventory > Local Manager page > Automation > Rule Sets - specific to this system
History¶
1.1 - This command was introduced.