aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2014-12-02configure.ac: Don't let pthread check depend on OSGravatar Holger Weiss
Don't check the operating system environment to detect the correct linker flags for using the POSIX thread library.
2014-12-02NEWS: Modify list of changes for 2.1.1 releaseGravatar Holger Weiss
Make the list of changes slightly more descriptive.
2014-12-01Fixing and removing outdated informationGravatar Jan Wagner
2014-12-01Prepare releaseGravatar Jan Wagner
2014-12-01THANKS.in: Add new authorsGravatar Jan Wagner
2014-12-01NEWS: Updating all the fixesGravatar Jan Wagner
2014-12-01We are now monitoring-pluginsGravatar Jan Wagner
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-30update .gitignoreGravatar Sebastian Herbszt
Add build-aux/test-driver to .gitignore. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
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-28NEWS: Mention HP-UX fixes for check_procsGravatar Holger Weiss
Closes #1288.
2014-11-28Added particular ps command for HP-UX (check_procs)Gravatar Yannick Charton
2014-11-28NEWS: Mention the check_real fixGravatar Holger Weiss
Closes #1290.