aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2015-10-02plugins/check_http.c - fix regression introduced in commit 388ea928 (Host ↵Gravatar Laurent Licour
header)
2015-10-02plugins/check_http.c - fix Host header if explicitly set with -kGravatar LAURENT LICOUR
2015-10-02Merge pull request #1257 from gcoxmoz/masterGravatar Sven Nierlein
check_tcp: Fixing to return desired exit code
2015-10-02fix tests for certificates expire date with secondsGravatar Sven Nierlein
2015-10-02Merge pull request #1315 from waja/utils_remove_unused_variableGravatar Sven Nierlein
utils: remove unused variable
2015-10-02Merge pull request #1349 from waja/check_http_ssl_via_proxyGravatar Sven Nierlein
check_http: Adding support for checking SSL-Websites through Proxies
2015-10-02add faketime based tests for check_httpGravatar Sven Nierlein
2015-10-02fix typo from #1336Gravatar Sven Nierlein
if exactly one hour before the expire date, we would mixup minutes and hours. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-02Update sslutils.cGravatar Matthias Hähnel
Fixed Output if the expiration time is below one hour and code cleanup
2015-10-02Update sslutils.cGravatar Matthias Hähnel
optimize output if certificate expires in less then 24h thx to axel.schmalowsky@sixt.com for this patch
2015-10-02check_snmp: small improvement by anonymous submissionGravatar Jan Wagner
- response should not start with the delimiter - OID response value taken into account Closes issue #1029 Closes push request #1173
2015-10-02Merge pull request #1343 from awiddersheim/ipv6/check_fpingGravatar Sven Nierlein
check_fping: autodetect ipv6 addresses
2015-10-01check_http: Adding support for checking SSL-Websites through ProxiesGravatar Michael Melcher
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-01travis: fix http test hostGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-08-13Allow check_fping to autodetect ipv6 addressesGravatar Andrew Widdersheim
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-23check_ldap: fix number of skipable testsGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-22check_ldap: fix entries threshold checkGravatar Sven Nierlein
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-22add check_ldap testGravatar Sven Nierlein
install openldap on travis and grep base dn from slapcat. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-04-21add counting of entries to check_ldapGravatar Gerhard Lausser
2015-04-21add sperfdata function which can handle threshold rangesGravatar Gerhard Lausser
2015-04-13Readability fixGravatar Andrew Widdersheim
2015-04-12fix snmp test for included thresholdGravatar Sven Nierlein
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-27utils: remove unused variableGravatar Sebastian Herbszt
Remove unused variable. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-12-02Merge branch 'handle-hanging-nfs'Gravatar Holger Weiss
* 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-02Cosmetic change: s/THRLIBS/THREADLIBS/Gravatar Holger Weiss
Use a more intuitive variable name.
2014-12-02Merge branch 'maint'Gravatar Holger Weiss
* 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-01check_tcp: fix help description regarding escape optionGravatar Sebastian Herbszt
The help description should print '\\' for backslash not just '\'. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-12-01check_ntp: Nul-terminate jitter dataGravatar Holger Weiss
Make sure the jitter response is nul-terminated before parsing the data using string functions.
2014-11-30Revert "plugins/check_ntp.c - Verify struct from response"Gravatar Holger Weiss
This reverts commit a04df3e1b67dc5eab3adc202cc89901f801cdeaa. The "fix" was bogus in many ways and broke jitter checking. Conflicts: plugins/check_ntp.c
2014-11-30check_disk: Seperate declarations from codeGravatar Holger Weiss
2014-11-30check_disk: Remove unused status variableGravatar Holger Weiss
We didn't actually use the exit status provided by pthread_join(3) for anything.
2014-11-28check_disk: Fix pthread start routine typeGravatar Holger Weiss
The function pointer passed as third argument to pthread_create(3) must be of type void *(*)(void *).
2014-11-28Don't let check_disk hang on hanging file systemsGravatar Gerhard Lausser
2014-11-28Added missing CR in DESCRIBE request.Gravatar Andrew Berglund
2014-11-28check_ssh: change warning to critical for protocal/version errorsGravatar Sven Nierlein
It makes more sense to exit critical if a explicit version/protocol is requested. This would also be more consistent with other plugins. Other string matching plugins like check_snmp or check_http exit critical if the result does not match. Signed-off-by: Sven Nierlein <sven@nierlein.de> Closes #1268
2014-11-28Added perfdata to check_nt. New -l options - seconds|minutes|hours|days.Gravatar Andy Brist
2014-11-28Introduce support for SNMPv3 context in check_snmpGravatar Johannes Engel
snmpget already supports using SNMPv3 contexts using the option "-n". Thus all we need to do is introduce a new argument to check_snmp and pass the argument on to snmpget using snmpget's option "-n". Since "-n" is already in use for check_snmp for a different purpose, we use "-N" instead.
2014-11-28check_snmp: Add thresholds to performance dataGravatar Andreas Seemueller
2014-11-27check_real: fix null terminationGravatar Sebastian Herbszt
Fix null termination introduced by commit b61f51a ("plugins/check_real.c - recv string null terminate"). Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-11-27check_ntp: fix null terminationGravatar Sebastian Herbszt
Fix null termination introduced by commit a04df3e ("plugins/check_ntp.c - Verify struct from response"). Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-11-26check_apt: fix memsetGravatar Sebastian Herbszt
Fix memset introduced by commit 9ce7369 ("plugins/check_apt.c - Print uninitialized ereg"). Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-11-03Fix perfdata to comply with perfdata UOM definitionGravatar Adrian Murphy
2014-10-19Improving output when swap space has zero sizeGravatar Jan Wagner
2014-10-19check_swap - fix commentGravatar Davide Madrisan
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2014-10-06Merge branch 'maint'Gravatar Jan Wagner
Conflicts: NEWS THANKS.in
2014-09-16Fix check_jabber to work with Openfire serversGravatar Holger Weiss
The plugin expected: <?xml version='1.0'?> But Openfire sends: <?xml version='1.0' encoding='UTF-8'?>
2014-08-06check_by_ssh: added --hostname supportGravatar Sven Nierlein
just like the guidelines and the help already suggests. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-07-31tests: skip extented snmp tests if snmpd has no perl supportGravatar Sven Nierlein
solaris snmpd has no perl support by default, so this test will fail. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-31tests: negate test fails when not run from plugins folderGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-31tests: get current directory the perl wayGravatar Sven Nierlein
instead of hoping to have it in the environment. This at least broke tests on solaris. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>