Age | Commit message (Expand) | Author | Files | Lines |
2013-08-23 | Updated with last working copy of build_perl_modules used by Opsview | Ton Voon | 3 | -64/+251 |
2013-08-21 | Updated perl modules | Ton Voon | 18 | -1/+9 |
2013-08-20 | Update the bundled Params::Validate module | Holger Weiss | 3 | -4/+19 |
2013-08-20 | Set SSL_MODE_AUTO_RETRY flag | Holger Weiss | 1 | -0/+1 |
2013-08-20 | Ditch contrib/check_http-with-client-certificate.c | Holger Weiss | 1 | -1567/+0 |
2013-08-20 | Add new Gnulib files to .gitignore | Holger Weiss | 1 | -0/+3 |
2013-08-20 | Check for who(1) only if utmpx(5) isn't available | Holger Weiss | 1 | -17/+20 |
2013-08-20 | check_users: Use utmpx(5) only if available | Holger Weiss | 3 | -1/+52 |
2013-08-20 | added missing header to fix build on freebsd | Sven Nierlein | 2 | -2/+1 |
2013-08-20 | Merge branch 'master' of https://github.com/rafaeldriutti/nagios-plugins | Holger Weiss | 1 | -3/+3 |
2013-08-20 | changed obsolete automake macro | Sven Nierlein | 1 | -1/+1 |
2013-08-20 | check_ide_smart: "__linux__" instead of "linux" | Holger Weiss | 1 | -8/+8 |
2013-08-20 | check_ide_smart: Add support for NetBSD | Holger Weiss | 4 | -8/+135 |
2013-08-19 | Replace Gnulib's "getopt" module with "getopt-gnu" | Holger Weiss | 3 | -4/+3 |
2013-08-19 | Sync with the latest Gnulib code (6f2d632) | Holger Weiss | 320 | -9646/+17703 |
2013-08-19 | Clean up check for _SC_NPROCESSORS_ONLN | Holger Weiss | 2 | -15/+13 |
2013-08-19 | Merge branch 'master' of https://github.com/bbense/nagios-plugins | Holger Weiss | 2 | -6/+18 |
2013-08-19 | Bug fix for ncpus if hyperthreading turned off in linux | Booker C. Bense | 2 | -6/+18 |
2013-08-18 | check_http: Document the new -E option | Holger Weiss | 1 | -1/+3 |
2013-08-18 | Abbreviate function name | Holger Weiss | 3 | -4/+4 |
2013-08-18 | NEWS: Mention the new "check_http -J/-K" options | Holger Weiss | 1 | -0/+1 |
2013-08-18 | Merge branch 'master' of https://github.com/cern-mig/nagios-plugins | Holger Weiss | 3 | -5/+54 |
2013-08-18 | NEWS: Mention the new "check_mysql -f/-g" options | Holger Weiss | 1 | -0/+2 |
2013-08-18 | check_mysql: Don't accept new positional arguments | Holger Weiss | 1 | -4/+0 |
2013-08-18 | check_mysql: Use xasprintf instead of asprintf | Holger Weiss | 1 | -1/+1 |
2013-08-18 | check_mysql: Fix copy'n'pasted comments | Holger Weiss | 1 | -2/+2 |
2013-08-18 | Merge branch 'master' of https://github.com/jonmilby/nagios-plugins | Holger Weiss | 1 | -4/+34 |
2013-08-18 | Merge branch 'fping' of https://github.com/lairsdragon/nagios-plugins | Holger Weiss | 1 | -1/+20 |
2013-08-18 | check_fping error handling enhanced, generates UNKNOWN on | Steve Weinreich | 1 | -1/+20 |
2013-08-18 | NEWS: Mention the new "check_snmp --offset" option | Holger Weiss | 2 | -2/+3 |
2013-08-18 | added --offset option to allow adjustment of sensor data | Simon Kainz | 1 | -1/+9 |
2013-08-18 | check_http: Use xasprintf instead of asprintf | Holger Weiss | 1 | -1/+1 |
2013-08-18 | check_http: s/--header_string/--header-string/ | Holger Weiss | 1 | -1/+1 |
2013-08-18 | check_snmp: Allocate space for the new -Le option | Holger Weiss | 1 | -2/+2 |
2013-08-18 | Add -Le option to snmpcmd to avoid error message of 'No Log Handling Enabled...' | Mark Keisler | 1 | -13/+14 |
2013-08-18 | NEWS: Mention the check_mysql changes | Holger Weiss | 1 | -0/+1 |
2013-08-18 | check_mysql: Connections should have been defined as a counter | Tim Laszlo | 1 | -3/+3 |
2013-08-18 | Counter increments were incorrect; remove the leading space from perfdata | Tim Laszlo | 1 | -4/+7 |
2013-08-18 | check_mysql: add perfromance metrics for all checks | Tim Laszlo | 1 | -10/+61 |
2013-08-18 | check_mysql: when checking slave thread add performance data for seconds behi... | Tim Laszlo | 1 | -3/+17 |
2013-08-18 | NEWS: Mention the new "check_http -d" option | Holger Weiss | 1 | -0/+1 |
2013-08-18 | Fix the "check_http -d" tests | Holger Weiss | 1 | -4/+4 |
2013-08-18 | added ability to check regex against http headers. booyah! | linkslice | 2 | -2/+33 |
2013-08-18 | NEWS: Mention the new check_procs behavior | Holger Weiss | 1 | -0/+1 |
2013-08-18 | check_procs: clarify debug message | Sebastian Schmidt | 1 | -1/+1 |
2013-08-18 | check_procs: Assume we have stat() | Sebastian Schmidt | 1 | -10/+2 |
2013-08-18 | check_procs: Get rid of HAVE_PROC_PID_EXE | Sebastian Schmidt | 2 | -7/+1 |
2013-08-18 | check_procs: Ignore ENOENT when checking for myself | Sebastian Schmidt | 1 | -1/+4 |
2013-08-18 | check_procs: fix typo | Sebastian Schmidt | 1 | -1/+1 |
2013-08-18 | check_procs: filter out self by /proc/pid/exe | Sebastian Schmidt | 2 | -3/+55 |