Skip to content
Snippets Groups Projects
  1. Jun 05, 2012
    • Sergey Joseph Ivanov's avatar
      Fix regexp check to match '^$' · cd3c2b0f
      Sergey Joseph Ivanov authored
      When ./check_resmon_metric -H myhost -M Core::Fmadm -C failures -m resources -r '^$'
      Use of uninitialized value $value in pattern match (m//) at /etc/nagios3/CS.conf.d/check_resmon_metric line 378.
      Use of uninitialized value $value in concatenation (.) or string at /etc/nagios3/CS.conf.d/check_resmon_metric line 383.
      OK: resources -
      To avoid false critical status check if $value is not defined and if so define as empty string
      cd3c2b0f
  2. May 23, 2012
    • Sergey Joseph Ivanov's avatar
      support for HOSTS {ALLOW|DENY} lists · ba4f134e
      Sergey Joseph Ivanov authored
      Hosts allow-deny lists are the coma or blank separated lists of
      a dotted decimal IPv4 addresses of the form a.b.c.d. to match incoming machine’s IP address exactly,
      or an 'ipaddr/n' where ipaddr is the IP address and n is the number of one bits in the netmask.
      The first to occur match gives the result, skipping other rules.
      If nothing matches IP is allowed.
      ba4f134e
  3. May 02, 2012
  4. Apr 03, 2012
  5. Mar 19, 2012
    • Mark Harrison's avatar
      Remove erroneous backslash · 10b4dd94
      Mark Harrison authored
      The backslash at the end of the line wasn't a line continuation, and turned
      the following string into a reference. Yay perl!
      10b4dd94
  6. Mar 14, 2012
  7. Feb 15, 2012
  8. Dec 14, 2011
  9. Dec 06, 2011
  10. Dec 05, 2011
  11. Nov 23, 2011
  12. Nov 22, 2011
  13. Nov 21, 2011
  14. Oct 17, 2011
  15. Oct 12, 2011
    • Mark Harrison's avatar
      Convert netstat module to resmon2 · b6046c1a
      Mark Harrison authored
      The filter patterns for identifying local port/remote port and so on are taken
      directly from the resmon 1 module. They look like they could use some
      improvement to prevent some misdetection, but if the resmon 1 module worked
      for your purposes, the resmon 2 module should also.
      b6046c1a
  16. Jul 29, 2011
  17. Jul 25, 2011
  18. May 24, 2011
  19. May 09, 2011
  20. Apr 25, 2011
  21. Apr 18, 2011
  22. Apr 04, 2011
  23. Feb 27, 2011
  24. Feb 25, 2011
Loading