Difference between revisions of "Rule"
From Senfi Docs
Line 1: | Line 1: | ||
As introduced in [[Concepts#Rule,_Alert|general concepts]], a Rule is a tool that you can use to monitor your assets. | As introduced in [[Concepts#Rule,_Alert|general concepts]], a Rule is a tool that you can use to monitor your assets. | ||
− | + | A '''rule''' in Senfi comprises of: | |
* Inputs | * Inputs | ||
* Conditions | * Conditions | ||
Line 7: | Line 7: | ||
* Actions | * Actions | ||
* Rule execution options | * Rule execution options | ||
+ | |||
+ | '''Inputs''' are evaluated by '''Conditions''' to generate a single boolean '''Output'''. When '''Output''' changes (from true to false, and from false to true), '''Actions''', such as email/sms alert and dashboard alerts, are executed. '''Rule execution options''' allows you to configure how the Rule should execute. e.g: how often the '''Rule''' is evaluated, when to execute '''Actions''' etc. |
Revision as of 10:53, 18 September 2019
As introduced in general concepts, a Rule is a tool that you can use to monitor your assets.
A rule in Senfi comprises of:
- Inputs
- Conditions
- Output
- Actions
- Rule execution options
Inputs are evaluated by Conditions to generate a single boolean Output. When Output changes (from true to false, and from false to true), Actions, such as email/sms alert and dashboard alerts, are executed. Rule execution options allows you to configure how the Rule should execute. e.g: how often the Rule is evaluated, when to execute Actions etc.