Skip to content
Snippets Groups Projects
  1. Aug 10, 2023
  2. Jan 30, 2020
  3. Sep 05, 2018
  4. Jun 13, 2017
    • Sergey Joseph Ivanov's avatar
      Fix file handle comparison · ff80f918
      Sergey Joseph Ivanov authored
      '==' can not compare file handles. We can use fileno() function to
      compare numerically file numbers. Code without this returns
      "connection successful" when it timeouts and $fd is "undefined".
      ff80f918
  5. Nov 18, 2015
  6. Nov 16, 2015
  7. Oct 23, 2015
  8. Oct 22, 2015
  9. Apr 07, 2015
  10. Apr 02, 2015
  11. Jan 23, 2015
  12. Dec 09, 2014
  13. Jan 07, 2014
  14. Dec 31, 2013
  15. Dec 17, 2013
    • Mark Harrison's avatar
      Fix error when reading meminfo · 97ff6b23
      Mark Harrison authored
      On some systems, there are lines in /proc/meminfo that don't match the regex.
      Currently these cause resmon to throw an error and give a blank metric. This
      change skips those metrics rather than throwing an error.
      97ff6b23
  16. Dec 13, 2013
  17. Dec 12, 2013
  18. Nov 08, 2013
  19. Jul 18, 2013
  20. Jul 09, 2013
  21. Jul 03, 2013
  22. Jun 20, 2013
  23. Jun 19, 2013
  24. Jun 09, 2013
  25. Jun 17, 2013
  26. Jun 07, 2013
  27. Apr 30, 2013
  28. Apr 16, 2013
  29. Mar 01, 2013
    • Mark Harrison's avatar
      Fix per-check interval/cached metrics · 08e7243a
      Mark Harrison authored
      Credit: Michal Racek <michal.racek@t-systems.sk>
      
      In Resmon 1, it was possible to add an interval parameter to an individual
      check to give it a larger check interval than regular checks (cached results
      would be returned in the meantime). This functionality wasn't properly carried
      over into resmon 2, and this commit fixes that.
      08e7243a
  30. Feb 28, 2013
Loading