Hi, I’m trying to pull data from some performance counters with check_nt and whilst most of it seems ok, the numbers that are nice and round (like 70 ) seem to be loosing a 0 :
/usr/lib64/nagios/plugins/check_nt -H database1010 -v COUNTER -l “\\LogicalDisk(D:\\LG1015_Data)\\% Free Space”
which returns resilt of 7 (seven)
but i know that value of that particular counter is 70 ( i checked it out with perfmon )
when i add some files to change from round number (free space from 70 to 69 % ) it returns correct number :
/usr/lib64/nagios/plugins/check_nt -H database1010 -v COUNTER -l “\\LogicalDisk(D:\\LG1015_Data)\\% Free Space”
69