Age | Commit message (Expand) | Author | Files | Lines |
2014-03-09 | build - avoid deprecated INCLUDES | Davide Madrisan | 2 | -6/+4 |
2014-01-31 | Handle negative values properly with check_snmp | Stephane Lapie | 1 | -1/+1 |
2014-01-31 | Add tests for negative thresholds in test_utils | Thomas Guyot-Sionnest | 1 | -2/+17 |
2014-01-29 | Add tests for mp_translate_state() | Thomas Guyot-Sionnest | 1 | -5/+50 |
2014-01-29 | Move negate' translate_state() to utils_base.h mp_translate_state() | Thomas Guyot-Sionnest | 2 | -4/+26 |
2014-01-27 | Rename MP_STATE_DIRECTORY to MP_STATE_PATH | Thomas Guyot-Sionnest | 2 | -5/+5 |
2014-01-27 | And release notes for previous change (MP_STATE_DIRECTORY) | Thomas Guyot-Sionnest | 1 | -1/+0 |
2014-01-25 | Ignore MP_STATE_DIRECTORY in suid plugins | Thomas Guyot-Sionnest | 3 | -9/+21 |
2014-01-25 | Clean up parse_ini error messages, add missing newlines | Thomas Guyot-Sionnest | 1 | -5/+5 |
2014-01-25 | Rename ENV variable, keep backward compatibility | Thomas Guyot-Sionnest | 2 | -3/+9 |
2014-01-24 | Use access() instead of stat() in parse_ini.c | Thomas Guyot-Sionnest | 1 | -3/+2 |
2014-01-24 | Update comments | Thomas Guyot-Sionnest | 10 | -10/+10 |
2014-01-21 | Capitalize "Monitoring Plugins" | Holger Weiss | 2 | -2/+2 |
2014-01-20 | Minor fixes to be amended into "rename" commit | Holger Weiss | 2 | -2/+2 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 13 | -91/+91 |
2013-09-12 | Minor cosmetic changes | Holger Weiss | 2 | -7/+10 |
2013-09-12 | check_tcp: Properly deal will partial recv(3)s | Holger Weiss | 3 | -27/+58 |
2013-09-12 | Improve interface of np_expect_match() function | Holger Weiss | 3 | -18/+23 |
2013-09-10 | Fix GCC's -Wimplicit-function-declaration warnings | Holger Weiss | 1 | -0/+3 |
2013-09-10 | Fix GCC's -Wuninitialized warnings | Holger Weiss | 1 | -1/+1 |
2013-08-20 | added missing header to fix build on freebsd | Sven Nierlein | 1 | -0/+1 |
2013-08-17 | Adding tests for range @1:1 | Dominique Broeglin | 1 | -1/+13 |
2012-11-02 | lib/utils_base.c: Stop dumping core on bad args to check_snmp | Andreas Ericsson | 1 | -8/+8 |
2010-11-15 | Fix check_disk free space calculation if blocksizes differ within a disk grou... | Matthias Eble | 2 | -0/+17 |
2010-07-02 | Fix cmd_run overwriting the environment | Thomas Guyot-Sionnest | 1 | -4/+5 |
2010-06-25 | Add test file directory | tonvoon | 1 | -1/+1 |
2010-06-24 | Cleanup some warnings displayed from IRIX tinderbox server | Ton Voon | 2 | -14/+9 |
2010-06-23 | Added state retention APIs. Implemented for check_snmp with --rate option. | Ton Voon | 10 | -2/+593 |
2009-06-11 | Use a more "natural" way of writing argument lists in extra-opts tests. | Thomas Guyot-Sionnest | 3 | -173/+137 |
2009-06-02 | Fix the memory allocation for the thresholds data | Holger Weiss | 1 | -1/+3 |
2009-05-28 | check_snmp: Make use of standard threshold functions | Thomas Guyot-Sionnest | 1 | -0/+3 |
2009-01-26 | Make extract_value more generic: | Thomas Guyot-Sionnest | 3 | -28/+34 |
2009-01-24 | Remove the commented out blocks | Thomas Guyot-Sionnest | 2 | -66/+0 |
2009-01-24 | Fix paths in test_ini tests | Thomas Guyot-Sionnest | 2 | -4/+4 |
2009-01-23 | Add die tests for parse_ini | Thomas Guyot-Sionnest | 6 | -5/+76 |
2009-01-22 | Return UNKNOWN if none of the default files can be found. | Thomas Guyot-Sionnest | 2 | -9/+17 |
2009-01-22 | Add die tests for extra-opts | Thomas Guyot-Sionnest | 5 | -10/+72 |
2009-01-21 | Move check_ntp's extract_value to utils_base.c. | Thomas Guyot-Sionnest | 3 | -1/+145 |
2009-01-21 | Accidentally included built executables - also updated .gitignore | Thomas Guyot-Sionnest | 2 | -0/+0 |
2009-01-20 | Some platform are missing setenv | Thomas Guyot-Sionnest | 8 | -98/+168 |
2009-01-20 | Fix (or try at least) for IRIX compile to tap tests | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-01-18 | Re-apply "Cleanup; fix the way libraries are linked; Make-It-Simple(tm)" | Thomas Guyot-Sionnest | 1 | -33/+4 |
2009-01-15 | Typo | Thomas Guyot-Sionnest | 1 | -1/+2 |
2009-01-13 | Make /lib before /lib/tests to satisfy dependencies (building tests fails on ... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-01-09 | Fix test from last commit | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-01-09 | basename check in test_utils.c was accidentaly added again. | Thomas Guyot-Sionnest | 1 | -4/+0 |
2009-01-09 | Revert "Cleanup; fix the way libraries are linked; Make-It-Simple(tm)" | Thomas Guyot-Sionnest | 2 | -5/+34 |
2009-01-08 | Try to make IRIX happy (this fixes a similar warning in Solaris) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-01-07 | Cleanup; fix the way libraries are linked; Make-It-Simple(tm) | Thomas Guyot-Sionnest | 2 | -34/+5 |
2008-11-29 | Add Libtap as a bundled library (does not change any behaviour without --enab... | Thomas Guyot-Sionnest | 1 | -20/+29 |