I may put in a ticket for this, but I thought I would hit the forum first. I have an issue with an advanced alert where my rule says alert if it goes over 80, but I get the alert when the value hits 9.
The value provided is from a custom poller that returns the percentage of VMFS disk space on the ESX host. It currently returns the percentage as a whole number, so 80% would return as 80. I had it returning the value 80% before and had the same issue, so I switched it to a whole number to see if that fixed the problem. I would like to be able to have it return "80%" if I can
The trigger rule says:
Platform is equal to ESX
Poller Name is equal to VMFS_Storage1_Space
Status is greater than 80
The web view of the host shows the custom poller returning the value of 9, and in the alert message and insert the ${CustomPollerStatus.Status} and it says 9, but it is alerting at 9 instead of at 81 or above.
I have also tried using "Total is greater than 80" and I have tried a complex condition that says "field Status is greater than 80" and I get the same results for each.
Is this a bug? What do I need to do to get this rule to evaluate both digits of the value "80" instead of just evaluating to the first digit "8" and alerting when it reaches "9"?