Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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 | |||||
2014-11-28 | make constants from maxfd values (#1300)refs/pull/1304/head | Sven Nierlein | 1 | -4/+6 | |
its good practice to use constants instead of (random) values. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2014-11-28 | avoid a segfault, if ulimit is set to unlimited | nafets | 1 | -0/+8 | |
2014-11-28 | Adding a warning for raising to CRITICAL for protocal/version errors of ↵ | Jan Wagner | 1 | -0/+1 | |
check_ssh | |||||
2014-11-28 | check_ssh: change warning to critical for protocal/version errors | Sven Nierlein | 1 | -6/+6 | |
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-28 | NEWS: Mention new "check_nt -l" parameters | Holger Weiss | 1 | -0/+1 | |
Closes #1253. | |||||
2014-11-28 | Added perfdata to check_nt. New -l options - seconds|minutes|hours|days. | Andy Brist | 1 | -14/+37 | |
2014-11-28 | NEWS: Mention new check_snmp option | Holger Weiss | 1 | -0/+1 | |
Closes #1221. | |||||
2014-11-28 | Introduce support for SNMPv3 context in check_snmp | Johannes Engel | 1 | -11/+31 | |
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-28 | NEWS: Mention check_snmp's perfdata thresholds | Holger Weiss | 1 | -0/+3 | |
2014-11-28 | check_snmp: Add thresholds to performance data | Andreas Seemueller | 1 | -0/+12 | |
2014-11-26 | check_real: fix null termination | Sebastian Herbszt | 1 | -1/+1 | |
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-26 | check_ntp: fix null termination | Sebastian Herbszt | 1 | -1/+1 | |
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-26 | check_apt: fix memset | Sebastian Herbszt | 1 | -1/+1 | |
Fix memset introduced by commit 9ce7369 ("plugins/check_apt.c - Print uninitialized ereg"). Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-11-03 | NEWS: Add warning regarding check_mrtgtraf change | Holger Weiss | 1 | -0/+6 | |
Closes #1296. | |||||
2014-11-03 | Fix perfdata to comply with perfdata UOM definition | Adrian Murphy | 1 | -7/+7 | |
2014-11-02 | Remove LEGAL file | Holger Weiss | 2 | -11/+1 | |
2014-10-19 | Improving output when swap space has zero size | Jan Wagner | 1 | -0/+1 | |