mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-23 16:19:42 -05:00
25 lines
748 B
Markdown
25 lines
748 B
Markdown
|
|
# Operators <a id="operators">
|
||
|
|
|
||
|
|
Every Business Process requires an Operator. This operator defines its behaviour and specifies how its very own state is
|
||
|
|
going to be calculated.
|
||
|
|
|
||
|
|
## AND <a id="and-operator">
|
||
|
|
|
||
|
|
The `AND` operator selects the **WORST** state of its child nodes:
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
## AND <a id="or-operator">
|
||
|
|
|
||
|
|
The `OR` operator selects the **BEST** state of its child nodes:
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
## MIN n <a id="min-operator">
|
||
|
|
|
||
|
|
The `MIN` operator selects the **WORST** state out of the **BEST n** child node states:
|
||
|
|
|
||
|
|

|