bonesmoses / NagAconda

Python Nagios Integration
BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

Multiple performance measurements & Extra debug message #10

Closed biutiful closed 8 years ago

biutiful commented 9 years ago
  1. 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.

  2. Extra debug message only be printed in verbose mode to avoid some issues (https://github.com/trifthen/NagAconda/issues/6, https://github.com/trifthen/NagAconda/issues/9)
gregorg commented 8 years ago

+1

c-holtermann commented 8 years ago

+1, solves the problems I mentioned in this issue: https://github.com/trifthen/NagAconda/issues/7 and those regarding the additional print statements.

bonesmoses commented 8 years ago
  1. People are still using this plugin? Dear lord.
  2. I'll merge this because I don't have time to test it right now, and the +1's suggest it works. :)