Hi,
I'm trying to use IT Services. I created the following structure:
BR
...Servers
......ServerA
.........TriggerA
.........TriggerB
.........TriggerC
It's working, but, the way zabbix calculates the SLA seems to be wrong. At least I don't agree with that...
In the example above, the ServerA SLA will be equal to the worst child SLA... If triggerA is 100%, triggerB is 100% and triggerC is 80%, the ServerA SLA will be 80%...
IMHO, the ServerA SLA should be 96,66% (sum of all triggers divided by the quantity). I'm assuming that all trigger are equally important.
I tried to change the calculation algorithm (if at least, if all, etc), but the results are basically the same (using "if all" the ServerA will remain with 100%).
Am I missing something?
TIA,
Bob
I'm trying to use IT Services. I created the following structure:
BR
...Servers
......ServerA
.........TriggerA
.........TriggerB
.........TriggerC
It's working, but, the way zabbix calculates the SLA seems to be wrong. At least I don't agree with that...
In the example above, the ServerA SLA will be equal to the worst child SLA... If triggerA is 100%, triggerB is 100% and triggerC is 80%, the ServerA SLA will be 80%...
IMHO, the ServerA SLA should be 96,66% (sum of all triggers divided by the quantity). I'm assuming that all trigger are equally important.
I tried to change the calculation algorithm (if at least, if all, etc), but the results are basically the same (using "if all" the ServerA will remain with 100%).
Am I missing something?
TIA,
Bob
Comment