aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-15check_mssql.pl: switched alarm timeoutGravatar Bernd Apfel
- alarm() now uses -t option contributed by Bernd Arnold (wopfel@gmail.com) closes #991
2015-10-04Merge branch 'pr/1363'Gravatar Holger Weiss
* pr/1363: use unknown exit code for help/version in plugins-root as well use unknown exit code for help/version in plugins change exit code to unknown on help and version info use exit code 3 for version and help
2015-10-04check_netdns.pl: Prototyping functionsGravatar Jan Wagner
2015-10-04use unknown exit code for help/version in plugins-root as wellGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-04use unknown exit code for help/version in pluginsGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-04change exit code to unknown on help and version infoGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-04use exit code 3 for version and helpGravatar Sven Nierlein
Plugins which use OK state for help or version information may run unnoticed in that modes without doing any check. So its good style to let version and help exit with Unknown state. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-04check_ntp.pl: Using FindBinGravatar Jan Wagner
2015-10-04travis-ci: Add dependencies to run 'perl -wc'Gravatar Jan Wagner
2015-10-04plugins-scripts/Makefile.am: Testing scripts with 'perl -wc'Gravatar Jan Wagner
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-02update thanks fileGravatar Sven Nierlein
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-02also update check_rpc.pl and check_wave.plGravatar Elan Ruusamäe
2015-10-02drop superfluous libexecdirGravatar Elan Ruusamäe
utils.pm locate is already convered by FindBin
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-22mention check_ldap changes in news fileGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.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-13Update RELEASINGGravatar Elan Ruusamäe
fix some typos.
2015-04-12install snmpd on travis testsGravatar Sven Nierlein
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-12enable libtab on travis buildsGravatar Sven Nierlein
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-12add perl snmp to travis dependenciesGravatar Sven Nierlein
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
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>
2015-04-11update perl module to 0.39Gravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-01-29make use of MSG_CONFIRM optionalGravatar Sven Nierlein
since MSG_CONFIRM is a linux thing and only available on linux kernels >= 2.3.15, see send(2)
2014-12-27utils: remove unused variableGravatar Sebastian Herbszt
Remove unused variable. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-12-15Add tools/update-thanks scriptGravatar Holger Weiss
The tools/update-thanks script can be used to update the THANKS.in file.
2014-12-02check_mailq: Add sudo supportGravatar Holger Weiss
This addition is based on a patch contributed by Christopher Schultz. Closes #1099. Closes #1171.
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-02NEWS: Mention check_disk enhancementGravatar Holger Weiss
Closes #867. Closes #1186.
2014-12-02Cosmetic change: s/THRLIBS/THREADLIBS/Gravatar Holger Weiss
Use a more intuitive variable name.
2014-12-02check_icmp: Cast size_t values for printf(3)Gravatar Holger Weiss
Convert size_t values to unsigned long for printf(3) in order to maximize portability.
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