Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | mention check_ldap changes in news file | Sven Nierlein | 1 | -0/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.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 | 3 | -0/+83 | |
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-13 | Update RELEASING | Elan Ruusamäe | 1 | -3/+3 | |
fix some typos. | |||||
2015-04-12 | install snmpd on travis tests | Sven Nierlein | 1 | -1/+1 | |
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-04-12 | enable libtab on travis builds | Sven Nierlein | 1 | -1/+1 | |
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-04-12 | add perl snmp to travis dependencies | Sven Nierlein | 1 | -1/+1 | |
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
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> | |||||
2015-04-11 | update perl module to 0.39 | Sven Nierlein | 2 | -0/+0 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-01-29 | make use of MSG_CONFIRM optional | Sven Nierlein | 1 | -0/+5 | |
since MSG_CONFIRM is a linux thing and only available on linux kernels >= 2.3.15, see send(2) | |||||
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 | Add tools/update-thanks script | Holger Weiss | 1 | -0/+56 | |
The tools/update-thanks script can be used to update the THANKS.in file. | |||||
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 | check_mailq: Add sudo support | Holger Weiss | 5 | -8/+35 | |
This addition is based on a patch contributed by Christopher Schultz. Closes #1099. Closes #1171. | |||||
2014-12-02 | Merge branch 'handle-hanging-nfs' | Holger Weiss | 4 | -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-02 | NEWS: Mention check_disk enhancement | Holger Weiss | 1 | -0/+1 | |
Closes #867. Closes #1186. | |||||
2014-12-02 | Cosmetic change: s/THRLIBS/THREADLIBS/ | Holger Weiss | 2 | -4/+4 | |
Use a more intuitive variable name. | |||||
2014-12-02 | check_icmp: Cast size_t values for printf(3) | Holger Weiss | 1 | -2/+5 | |
Convert size_t values to unsigned long for printf(3) in order to maximize portability. | |||||
2014-12-02 | Merge branch 'maint' | Holger Weiss | 8 | -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-02 | configure.ac: Don't let pthread check depend on OS | Holger Weiss | 1 | -12/+6 | |
Don't check the operating system environment to detect the correct linker flags for using the POSIX thread library. | |||||
2014-12-01 | NEWS: Modify list of changes for 2.1.1 releasev2.1.1 | Holger Weiss | 1 | -5/+6 | |
Make the list of changes slightly more descriptive. | |||||
2014-12-01 | Fixing and removing outdated information | Jan Wagner | 1 | -29/+7 | |
2014-12-01 | Prepare release | Jan Wagner | 2 | -2/+2 | |
2014-12-01 | THANKS.in: Add new authors | Jan Wagner | 1 | -0/+1 | |
2014-12-01 | NEWS: Updating all the fixes | Jan Wagner | 1 | -0/+7 | |
2014-12-01 | We are now monitoring-plugins | Jan Wagner | 1 | -1/+1 | |
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 | update .gitignore | Sebastian Herbszt | 1 | -0/+1 | |
Add build-aux/test-driver to .gitignore. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
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 | 3 | -1/+53 | |
2014-11-28 | NEWS: Mention HP-UX fixes for check_procs | Holger Weiss | 1 | -0/+1 | |
Closes #1288. | |||||
2014-11-28 | Added particular ps command for HP-UX (check_procs) | Yannick Charton | 1 | -0/+14 | |
2014-11-28 | NEWS: Mention the check_real fix | Holger Weiss | 1 | -0/+4 | |
Closes #1290. | |||||
2014-11-28 | Added missing CR in DESCRIBE request. | Andrew Berglund | 1 | -4/+4 | |
2014-11-28 | check_icmp: Fix a few type errors | Holger Weiss | 1 | -5/+5 | |
2014-11-28 | Don't mix variable declarations and code | Holger Weiss | 1 | -15/+23 | |
We still support pre-C99 compilers. | |||||
2014-11-28 | Use kernel reception time on ICMP packets to compute rtt. | Matthieu Kermagoret | 1 | -7/+48 | |
This commit uses the SO_TIMESTAMP feature of setsockopt to fetch kernel reception time of ICMP packets. This avoids invalid computations of rtt on machines with heavy load and/or heavy network traffic. | |||||
2014-11-28 | Merge pull request #1304 from monitoring-plugins/pr-1183-enhanced | Sven Nierlein | 1 | -2/+12 | |
merge pull request #1300 while moving values to constants |