Age | Commit message (Expand) | Author | Files | Lines |
2014-01-21 | Revert renaming value | Jan Wagner | 1 | -5/+5 |
2014-01-21 | Add performance data to check_mysql_query.c (Closes: #1202) | awiddersheim | 1 | -4/+10 |
2014-01-20 | Capitalize "Monitoring" when it's the first word | Holger Weiss | 39 | -39/+39 |
2014-01-20 | Minor fixes to be amended into "rename" commit | Holger Weiss | 3 | -5/+4 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 56 | -182/+183 |
2014-01-10 | check_ssh: Get rid of sshd: Read from socket failed: Connection reset by peer | Jan Wagner | 1 | -0/+2 |
2013-12-27 | fixed tests when there is no direct internet connection | Sven Nierlein | 2 | -6/+14 |
2013-12-20 | Fix for SSL Versioning when multiple options are used. | Joseph Gooch | 1 | -4/+4 |
2013-12-05 | check_http: Don't let "-N" expect an argument | Holger Weiss | 1 | -1/+1 |
2013-11-20 | make testing check_proc not rely on bash | Sven Nierlein | 1 | -6/+4 |
2013-11-19 | check_procs: ignore plugin parent process | Anton Lofgren | 2 | -1/+16 |
2013-10-28 | Update URLs and mailing list addresses | Holger Weiss | 42 | -44/+44 |
2013-10-08 | Update web site URLs | Holger Weiss | 1 | -2/+3 |
2013-10-05 | Add additional usage data for new options in check_mysql_query.c | awiddersheim | 1 | -1/+1 |
2013-10-05 | Add ability to read from options file to check_mysql_query.c | awiddersheim | 1 | -2/+22 |
2013-10-01 | check_ssh: check protocol | Jan Wagner | 1 | -4/+20 |
2013-09-29 | Change default host names for some tests | Holger Weiss | 2 | -5/+5 |
2013-09-26 | Die on SSL initialization errors | awiddersheim | 1 | -1/+1 |
2013-09-19 | check_pgsql: Don't exit UNKNOWN instead of OK | Holger Weiss | 1 | -1/+1 |
2013-09-17 | check_disk: die with a reasonable error message if one mount point hits avera... | Sven Nierlein | 1 | -0/+6 |
2013-09-17 | check_ssh: added test case | Sven Nierlein | 1 | -0/+49 |
2013-09-17 | check_by_ssh: tests expand key and config path | Sven Nierlein | 1 | -0/+4 |
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 |