Age | Commit message (Expand) | Author | Files | Lines |
2013-09-17 | check_udp: skip tests which rely on udp listen | Sven Nierlein | 1 | -0/+1 |
2013-09-16 | check_disk: get_fs_usage hasn't been run if using groups | Sven Nierlein | 1 | -3/+3 |
2013-09-16 | check_procs: fix test with sleeping processes | Sven Nierlein | 1 | -1/+1 |
2013-09-16 | check_http: tests use supplied value if possible | Sven Nierlein | 1 | -9/+3 |
2013-09-15 | check_tcp: use receive timeout for checks that expect response | Sven Nierlein | 1 | -0/+14 |
2013-09-14 | check_ping: increase test timeout | Sven Nierlein | 1 | -1/+1 |
2013-09-14 | check_load: add alternative uptime syntax | Sven Nierlein | 1 | -1/+10 |
2013-09-14 | check_udp: try nc.traditional too | Sven Nierlein | 1 | -1/+4 |
2013-09-14 | tests: move ipv6 detection into NPTest module | Sven Nierlein | 2 | -18/+18 |
2013-09-13 | unified nc syntax | Sven Nierlein | 1 | -3/+15 |
2013-09-13 | fping: some fping versions set loss to 0% by mistake | Sven Nierlein | 1 | -0/+7 |
2013-09-12 | check_snmp: add timeout handler befor running snmpget | Sven Nierlein | 1 | -0/+10 |
2013-09-12 | check_tcp: only test ipv6 if ping6 works | Sven Nierlein | 1 | -3/+18 |
2013-09-12 | check_tcp: Fix checks without --expect string | Holger Weiss | 1 | -5/+7 |
2013-09-12 | check_tcp: Properly deal will partial recv(3)s | Holger Weiss | 1 | -11/+16 |
2013-09-12 | Improve interface of np_expect_match() function | Holger Weiss | 1 | -14/+9 |
2013-09-10 | Don't mark SSL_METHOD variable as "const" | Holger Weiss | 1 | -1/+1 |
2013-09-10 | Move global variables from .h to .c files | Holger Weiss | 5 | -21/+13 |
2013-09-10 | Fix GCC's -Wimplicit-function-declaration warnings | Holger Weiss | 4 | -13/+14 |
2013-09-10 | Fix GCC's -Wuninitialized warnings | Holger Weiss | 2 | -13/+13 |
2013-09-10 | check_tcp: Don't close connection too early | juliopedreira | 1 | -4/+1 |
2013-09-10 | s/--proxy_authorization/--proxy-authorization/ | Holger Weiss | 1 | -1/+1 |
2013-09-05 | check_snmp: Initialize size_t value to 0, not NULL | Holger Weiss | 1 | -1/+1 |
2013-08-27 | Partially revert "check_snmp: Close potential for using uninitialized memory" | Holger Weiss | 1 | -3/+3 |
2013-08-27 | check_snmp: Fix --help segfault | Holger Weiss | 1 | -1/+1 |
2013-08-27 | Merge branch 'master' of https://github.com/ozamosi/nagios-plugins | Holger Weiss | 2 | -24/+64 |
2013-08-26 | Merge branch 'master' of https://github.com/bugness-chl/nagios-plugins | Holger Weiss | 1 | -4/+17 |
2013-08-21 | fixed check_tcp test | Sven Nierlein | 1 | -1/+1 |
2013-08-21 | check_snmp: added threshold tests | Sven Nierlein | 1 | -137/+156 |
2013-08-21 | check_snmp: Fix support for inverse thresholds | Holger Weiss | 1 | -5/+7 |
2013-08-20 | Set SSL_MODE_AUTO_RETRY flag | Holger Weiss | 1 | -0/+1 |
2013-08-20 | check_users: Use utmpx(5) only if available | Holger Weiss | 2 | -1/+48 |
2013-08-20 | added missing header to fix build on freebsd | Sven Nierlein | 1 | -2/+0 |
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 | 1 | -1/+108 |
2013-08-19 | Clean up check for _SC_NPROCESSORS_ONLN | Holger Weiss | 1 | -7/+5 |
2013-08-19 | Merge branch 'master' of https://github.com/bbense/nagios-plugins | Holger Weiss | 1 | -3/+7 |
2013-08-19 | Bug fix for ncpus if hyperthreading turned off in linux | Booker C. Bense | 1 | -3/+7 |
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 | Merge branch 'master' of https://github.com/cern-mig/nagios-plugins | Holger Weiss | 3 | -5/+54 |
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 | 1 | -2/+2 |
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 |