Closed biutiful closed 8 years ago
When multiple performance measurements are set, like the Nagios plugin check_load:
$ check_load -w 10,20,30 -c 20,30,40 OK - load average: 0.09, 0.17, 0.16|load1=0.090;10.000;20.000;0; load5=0.170;20.000;30.000;0; load15=0.160;30.000;40.000;0;
there are issues with status calculation and performance data format.
+1
+1, solves the problems I mentioned in this issue: https://github.com/trifthen/NagAconda/issues/7 and those regarding the additional print statements.
When multiple performance measurements are set, like the Nagios plugin check_load:
there are issues with status calculation and performance data format.