Hello!
This behavior occurs in 0.4.2 but did not occur in 0.3.x.
I have a executable that looks at all the drives and returns an aggregated “All disks are okay” or details which drives have an issue, followed by performance data for each drive. This check has been unchanged for years.
Since upgrading to 0.4, it truncates the performance data.
Run locally:
C:\Program Files\NSClient++\scripts>check_disks.exe 80 90
All disks are okay|C=42.80%;E=41.14%;
That is good. Run remotely, though:
/usr/local/icinga/libexec/check_nrpe -t 30 -u -H aqua-dbms -c check_disks -a “80 90″
All disks are okay|’C’=42.8%;0
Note that the performance data gets truncated. What is going on here?
Thanks
Dan