| |
Constants |
percentage |
3 |
Threshold percentage |
const name="none" value="0"/
Each object defined within the track list must be in an UP
state so that the track list object can become UP.
const name="and" value="1" label="Boolean 'and' function"/
At least one object defined within the track list must
be in an UP state so that the tracked object can
become UP.
const name="or" value="2" label="Boolean 'or' function"/
The percentage of UP objects in the tracked list must
be greater than the configured UP threshold for the
tracked list to be in the UP state. If the percentage
of Down objects in the tracked list is above the
configured track list Down threshold, the tracked
list is marked as Down.
|
weight |
4 |
Threshold weight |
Assign a weight value to each object in the tracked list,
and a weight threshold for the track list. If the
combined weights of all UP objects exceeds the track
list weight UP threshold, the track list is in an UP
state. If the combined weights of all the Down objects
exceeds the track list weight Down threshold, the track
list is in the Down state.
|
DEFAULT |
percentage(3) |
Threshold percentage |
const name="none" value="0"/
Each object defined within the track list must be in an UP
state so that the track list object can become UP.
const name="and" value="1" label="Boolean 'and' function"/
At least one object defined within the track list must
be in an UP state so that the tracked object can
become UP.
const name="or" value="2" label="Boolean 'or' function"/
The percentage of UP objects in the tracked list must
be greater than the configured UP threshold for the
tracked list to be in the UP state. If the percentage
of Down objects in the tracked list is above the
configured track list Down threshold, the tracked
list is marked as Down.
|
|