mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-22 07:40:30 -05:00
747 B
747 B
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
The AND operator selects the WORST state of its child nodes:
OR
The OR operator selects the BEST state of its child nodes:
MIN n
The MIN operator selects the WORST state out of the BEST n child node states:



