I've a trigger if C: is less than 10 %, which gives on warning, another at 5%, next at 2 and finally one at 0. I've added dependencies 0%->2%->5%->10%. The problem is as follows: When I add this template, which have these triggers, on a host which a already less than 5% free space, then the dashboard tells me that the volume has less then 10% free. Shouldnt the dashboard tell me that the volume has less than 5%?
Ad Widget
Collapse
Volume trigger dependencies
Collapse
X
-
Hi,
I am not sure to understand «->» meaning in «0%->2%->5%->10%».I've a trigger if C: is less than 10 %, which gives on warning, another at 5%, next at 2 and finally one at 0. I've added dependencies 0%->2%->5%->10%. The problem is as follows: When I add this template, which have these triggers, on a host which a already less than 5% free space, then the dashboard tells me that the volume has less then 10% free. Shouldnt the dashboard tell me that the volume has less than 5%?
Your dependencies should be:
10% depends on 5%
5% depends on 2%
2% depends on 0%
Hope this helps
JBo
Comment