summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-10-04check_ntp.pl: Using FindBinJan Wagner1-1/+2
2015-10-04travis-ci: Add dependencies to run 'perl -wc'Jan Wagner1-0/+1
2015-10-04plugins-scripts/Makefile.am: Testing scripts with 'perl -wc'Jan Wagner1-0/+1
2015-10-02plugins/check_http.c - fix regression introduced in commit 388ea928 (Host ↵Laurent Licour1-1/+1
header)
2015-10-02plugins/check_http.c - fix Host header if explicitly set with -kLAURENT LICOUR1-12/+29
2015-10-02Merge pull request #1257 from gcoxmoz/masterSven Nierlein2-6/+8
check_tcp: Fixing to return desired exit code
2015-10-02fix tests for certificates expire date with secondsSven Nierlein1-4/+4
2015-10-02Merge pull request #1315 from waja/utils_remove_unused_variableSven Nierlein1-2/+0
utils: remove unused variable
2015-10-02Merge pull request #1349 from waja/check_http_ssl_via_proxySven Nierlein1-4/+41
check_http: Adding support for checking SSL-Websites through Proxies
2015-10-02update thanks fileSven Nierlein1-0/+1
2015-10-02add faketime based tests for check_httpSven Nierlein2-3/+41
2015-10-02fix typo from #1336Sven Nierlein1-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-02Update sslutils.cMatthias Hähnel1-14/+23
Fixed Output if the expiration time is below one hour and code cleanup
2015-10-02Update sslutils.cMatthias Hähnel1-0/+7
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.plElan Ruusamäe2-2/+0
2015-10-02drop superfluous libexecdirElan Ruusamäe10-11/+1
utils.pm locate is already convered by FindBin
2015-10-02check_snmp: small improvement by anonymous submissionJan Wagner1-0/+3
- 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_fpingSven Nierlein1-1/+1
check_fping: autodetect ipv6 addresses
2015-10-01check_http: Adding support for checking SSL-Websites through Proxiesrefs/pull/1349/headMichael Melcher1-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-01travis: fix http test hostSven Nierlein1-1/+1
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-08-13Allow check_fping to autodetect ipv6 addressesrefs/pull/1343/headAndrew Widdersheim1-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-23check_ldap: fix number of skipable testsSven Nierlein1-2/+2
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-22mention check_ldap changes in news fileSven Nierlein1-0/+1
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-04-22check_ldap: fix entries threshold checkSven Nierlein1-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-22add check_ldap testSven Nierlein3-0/+83
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_ldapGerhard Lausser1-9/+60
2015-04-21add sperfdata function which can handle threshold rangesGerhard Lausser1-0/+40
2015-04-13Readability fixAndrew Widdersheim1-1/+2
2015-04-13Update RELEASINGElan Ruusamäe1-3/+3
fix some typos.
2015-04-12install snmpd on travis testsSven Nierlein1-1/+1
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-12enable libtab on travis buildsSven Nierlein1-1/+1
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-12add perl snmp to travis dependenciesSven Nierlein1-1/+1
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-12fix snmp test for included thresholdSven Nierlein1-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>
2015-04-11update perl module to 0.39Sven Nierlein2-0/+0
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-01-29make use of MSG_CONFIRM optionalSven Nierlein1-0/+5
since MSG_CONFIRM is a linux thing and only available on linux kernels >= 2.3.15, see send(2)
2014-12-27utils: remove unused variablerefs/pull/1315/headSebastian Herbszt1-2/+0
Remove unused variable. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-12-15Add tools/update-thanks scriptHolger Weiss1-0/+56
The tools/update-thanks script can be used to update the THANKS.in file.
2014-12-02check_mailq: Add sudo supportHolger Weiss5-8/+35
This addition is based on a patch contributed by Christopher Schultz. Closes #1099. Closes #1171.
2014-12-02Merge branch 'handle-hanging-nfs'Holger Weiss4-1/+51
* 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 enhancementHolger Weiss1-0/+1
Closes #867. Closes #1186.
2014-12-02Cosmetic change: s/THRLIBS/THREADLIBS/Holger Weiss2-4/+4
Use a more intuitive variable name.
2014-12-02check_icmp: Cast size_t values for printf(3)Holger Weiss1-2/+5
Convert size_t values to unsigned long for printf(3) in order to maximize portability.
2014-12-02Merge branch 'maint'Holger Weiss8-17/+27
* 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-02configure.ac: Don't let pthread check depend on OSHolger Weiss1-12/+6
Don't check the operating system environment to detect the correct linker flags for using the POSIX thread library.
2014-12-01NEWS: Modify list of changes for 2.1.1 releasev2.1.1Holger Weiss1-5/+6
Make the list of changes slightly more descriptive.
2014-12-01Fixing and removing outdated informationJan Wagner1-29/+7
2014-12-01Prepare releaseJan Wagner2-2/+2
2014-12-01THANKS.in: Add new authorsJan Wagner1-0/+1
2014-12-01NEWS: Updating all the fixesJan Wagner1-0/+7
2014-12-01We are now monitoring-pluginsJan Wagner1-1/+1