Alarms with low values can be seen, as an example below:
Resolution:
In order to get alarmed just based on the thresholds, you will need to simplify the rule, If you don't want to be alerted for spikes.
if(#utilization from $scope.hostCPUs # > registry("VMW:virtualMachineCPU.critical"))
return true;
else
return false;
Reference: VMW Virtual Machine CPU Utilization - script
© 2023 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center