Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-06 | check_smtp: Let "-D" option imply "-S" | Holger Weiss | 1 | -5/+4 | |
2015-10-06 | check_smtp: QUIT SMTP connection when "-D" is used | Holger Weiss | 1 | -0/+2 | |
Don't forget to issue an SMTP QUIT command when the -D/--certificate option is specified. This avoids undesired MTA log messages. | |||||
2015-10-06 | Merge branch 'pr/1373' | Holger Weiss | 3 | -20/+93 | |
* pr/1373: check_http: Allow for requesting TLSv1.1/TLSv1.2 | |||||
2015-10-04 | check_http: Allow for requesting TLSv1.1/TLSv1.2refs/pull/1373/head | Holger Weiss | 3 | -20/+93 | |
check_http's -S/--ssl option now allows for requesting the TLSv1.1 and TLSv1.2 protocols. Apart from that, a '+' suffix can be appended in oder to also accept newer protocols than the specified version. Closes #1338, and closes #1354, and closes #1359. | |||||
2015-10-04 | use unknown exit code for help/version in plugins | Sven Nierlein | 39 | -78/+78 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-10-04 | sslutils: Remove superfluous parenthesis for sslv3 function toorefs/pull/1362/headrefs/pull/1314/head | Jan Wagner | 1 | -1/+1 | |
2015-10-04 | sslutils: remove superfluous parenthesis | Sebastian Herbszt | 1 | -1/+1 | |
Remove superfluous parenthesis. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2015-10-04 | check_snmp: modified tests | Oliver Skibbe | 1 | -2/+2 | |
(Closes #1325) | |||||
2015-10-04 | check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided ↵ | Oliver Skibbe | 1 | -2/+1 | |
by utils.h), already used by help description, see issue #1318 | |||||
2015-10-02 | plugins/check_http.c - fix regression introduced in commit 388ea928 (Host ↵ | Laurent Licour | 1 | -1/+1 | |
header) | |||||
2015-10-02 | plugins/check_http.c - fix Host header if explicitly set with -k | LAURENT LICOUR | 1 | -12/+29 | |
2015-10-02 | Merge pull request #1257 from gcoxmoz/master | Sven Nierlein | 2 | -6/+8 | |
check_tcp: Fixing to return desired exit code | |||||
2015-10-02 | fix tests for certificates expire date with seconds | Sven Nierlein | 1 | -4/+4 | |
2015-10-02 | Merge pull request #1315 from waja/utils_remove_unused_variable | Sven Nierlein | 1 | -2/+0 | |
utils: remove unused variable | |||||
2015-10-02 | Merge pull request #1349 from waja/check_http_ssl_via_proxy | Sven Nierlein | 1 | -4/+41 | |
check_http: Adding support for checking SSL-Websites through Proxies | |||||
2015-10-02 | add faketime based tests for check_http | Sven Nierlein | 1 | -3/+40 | |
2015-10-02 | fix typo from #1336 | Sven Nierlein | 1 | -2/+3 | |
if exactly one hour before the expire date, we would mixup minutes and hours. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-10-02 | Update sslutils.c | Matthias Hähnel | 1 | -14/+23 | |
Fixed Output if the expiration time is below one hour and code cleanup | |||||
2015-10-02 | Update sslutils.c | Matthias Hähnel | 1 | -0/+7 | |
optimize output if certificate expires in less then 24h thx to axel.schmalowsky@sixt.com for this patch | |||||
2015-10-02 | Fix incorrect performance data thresholds | Louis Sautier | 1 | -6/+6 | |
Closes #1330 | |||||
2015-10-02 | check_snmp: small improvement by anonymous submission | Jan Wagner | 1 | -0/+3 | |
- response should not start with the delimiter - OID response value taken into account Closes issue #1029 Closes push request #1173 | |||||
2015-10-02 | Merge pull request #1343 from awiddersheim/ipv6/check_fping | Sven Nierlein | 1 | -1/+1 | |
check_fping: autodetect ipv6 addresses | |||||
2015-10-02 | travis: fix http test host | Sven Nierlein | 1 | -1/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-10-01 | check_http: Adding support for checking SSL-Websites through Proxiesrefs/pull/1349/head | Michael Melcher | 1 | -4/+41 | |
Ported the fix from Frank4dd to the latest git version. See also http://nagios.frank4dd.com/howto/monitor-ssl-web sites-through-proxy.htm | |||||
2015-10-01 | travis: fix http test host | Sven Nierlein | 1 | -1/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-08-26 | sslutils: Check if OpenSSL supports SSLv3. | Jérémie Courrèges-Anglas | 1 | -0/+5 | |
2015-08-13 | Allow check_fping to autodetect ipv6 addressesrefs/pull/1343/head | Andrew Widdersheim | 1 | -1/+1 | |
Stole the logic in check_ping that allows it to autodetect whether an address is ipv6 or not. Now the user does not have to specify -6 when using check_fping with ipv6 addresses. | |||||
2015-04-23 | check_ldap: fix number of skipable tests | Sven Nierlein | 1 | -2/+2 | |
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-04-22 | check_ldap: fix entries threshold check | Sven Nierlein | 1 | -15/+21 | |
fix typo in threshold check. instead of setting the state always to warning, use the result from the thresholds entry check. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-04-22 | add check_ldap test | Sven Nierlein | 2 | -0/+82 | |
install openldap on travis and grep base dn from slapcat. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-04-21 | add counting of entries to check_ldap | Gerhard Lausser | 1 | -9/+60 | |
2015-04-21 | add sperfdata function which can handle threshold ranges | Gerhard Lausser | 1 | -0/+40 | |
2015-04-13 | Readability fix | Andrew Widdersheim | 1 | -1/+2 | |
2015-04-12 | fix snmp test for included threshold | Sven Nierlein | 1 | -11/+11 | |
since 6623a1 check_snmp prints the thresholds along the performance data. This adjust our test cases accordingly. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2014-12-27 | utils: remove unused variablerefs/pull/1315/head | Sebastian Herbszt | 1 | -2/+0 | |
Remove unused variable. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-12-27 | check_ntp_time: remove unused variablesrefs/pull/1313/head | Sebastian Herbszt | 1 | -4/+2 | |
Remove unused variables. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-12-27 | check_ntp: remove unused variablesrefs/pull/1311/head | Sebastian Herbszt | 1 | -4/+2 | |
Remove unused variables. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-12-27 | check_disk: remove unused variablesrefs/pull/1312/head | Sebastian Herbszt | 1 | -7/+2 | |
Remove unused variables. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-12-15 | negate: remove unused variablesrefs/pull/1309/head | Sebastian Herbszt | 1 | -2/+2 | |
Remove unused variables. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-12-15 | check_dns: remove dead coderefs/pull/1307/head | Sebastian Herbszt | 1 | -6/+0 | |
Remove code dead since commit 4efa917. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-12-02 | Merge branch 'handle-hanging-nfs' | Holger Weiss | 2 | -1/+44 | |
* handle-hanging-nfs: NEWS: Mention check_disk enhancement Cosmetic change: s/THRLIBS/THREADLIBS/ configure.ac: Don't let pthread check depend on OS check_disk: Seperate declarations from code check_disk: Remove unused status variable check_disk: Fix pthread start routine type Don't let check_disk hang on hanging file systems | |||||
2014-12-02 | Cosmetic change: s/THRLIBS/THREADLIBS/ | Holger Weiss | 1 | -1/+1 | |
Use a more intuitive variable name. | |||||
2014-12-02 | Merge branch 'maint' | Holger Weiss | 4 | -15/+16 | |
* maint: NEWS: Modify list of changes for 2.1.1 release Prepare release THANKS.in: Add new authors NEWS: Updating all the fixes check_tcp: fix help description regarding escape option check_ntp: Nul-terminate jitter data Revert "plugins/check_ntp.c - Verify struct from response" check_real: fix null termination check_ntp: fix null termination check_apt: fix memset Conflicts: NEWS | |||||
2014-12-01 | check_tcp: fix help description regarding escape option | Sebastian Herbszt | 1 | -1/+1 | |
The help description should print '\\' for backslash not just '\'. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-12-01 | check_ntp: Nul-terminate jitter data | Holger Weiss | 1 | -1/+11 | |
Make sure the jitter response is nul-terminated before parsing the data using string functions. | |||||
2014-11-30 | Revert "plugins/check_ntp.c - Verify struct from response" | Holger Weiss | 1 | -11/+2 | |
This reverts commit a04df3e1b67dc5eab3adc202cc89901f801cdeaa. The "fix" was bogus in many ways and broke jitter checking. Conflicts: plugins/check_ntp.c | |||||
2014-11-30 | check_disk: Seperate declarations from code | Holger Weiss | 1 | -0/+1 | |
2014-11-30 | check_disk: Remove unused status variable | Holger Weiss | 1 | -2/+1 | |
We didn't actually use the exit status provided by pthread_join(3) for anything. | |||||
2014-11-28 | check_disk: Fix pthread start routine type | Holger Weiss | 1 | -3/+6 | |
The function pointer passed as third argument to pthread_create(3) must be of type void *(*)(void *). | |||||
2014-11-28 | Don't let check_disk hang on hanging file systems | Gerhard Lausser | 2 | -1/+41 | |