Difference between revisions of "UM:Objects"

Jump to navigation Jump to search
158 bytes added ,  14:10, 2 January 2013
m
Line 110: Line 110:
= Condition Objects =
= Condition Objects =


Conditions may represent more complicated status checks because each condition can have a script attached. Interval for evaluation of condition status is configured in [[Server Configuration Variables]] as ConditionPollingInterval with default value 60 seconds. Input values for the condition script can be added in the Data tab. Such values are accessible via $1, $2, ... variables inside the script.  
Conditions may represent more complicated status checks because each condition can have a script attached. Interval for evaluation of condition status is configured in [[Server Configuration Variables]] as ConditionPollingInterval with default value 60 seconds. Input values for the condition script can be added in the Data tab. Such values are accessible via $1, $2, ... variables inside the script. If the script return 0, an activation event with the defined severity is created. If the script returns any other value, then a deactivation event is created.


= Node Objects =
= Node Objects =
57

edits

Navigation menu