BaldMansMojo / check_vmware_esx

chech_vmware_esx Fork of check_vmware_api.pl
GNU General Public License v2.0
124 stars 67 forks source link

Thresholds for cpu ready time? #156

Open MarcusCaepio opened 5 years ago

MarcusCaepio commented 5 years ago

Hi all, am I doing sth. wrong or is there no way to set thresholds for the cpu ready time?

./check_vmware_esx -H ... -u ... -p ... -S cpu -s ready -w 100 -c 200
OK: CPU ready=910.00 ms|'cpu_ready'=910.00ms;100;200;;
... -S cpu -s ready -w 1 -c 2
OK: CPU ready=881.00 ms|'cpu_ready'=881.00ms;1;2;;
echo $?
0

Tested agains an ESXI-Host 6.7

Cheers, Marcus

BaldMansMojo commented 5 years ago

This isn't implemented yet. I will put it on my to do list.

MarcusCaepio commented 5 years ago

thanks a lot!