Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-11-28 | Revert inclusion of libtap into nagiosplugins | Thomas Guyot-Sionnest | 10 | -60/+85 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 13 | -29/+0 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 3 | -9/+9 |
2008-11-19 | check_disk: rerpopulate the mount list after doing a stat() on paths specifie... | Thomas Guyot-Sionnest | 1 | -10/+9 |
2008-11-05 | Need to add in the libgnu.la for Solaris and other platforms | Ton Voon | 1 | -1/+1 |
2008-11-05 | Fix calculation of extra-opts parameters. | Thomas Guyot-Sionnest | 2 | -4/+3 |
2008-11-04 | Fixed the test (not the bug yet) and added similar one to test_ini (that one ... | Thomas Guyot-Sionnest | 2 | -12/+13 |
2008-11-04 | Corrected test_opts plan | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-11-04 | Adding extra-opts check that crash on my prod servers (*** glibc detected ***... | Thomas Guyot-Sionnest | 2 | -0/+31 |
2008-11-04 | Make extra-opts (C plugins) behave more like N::P: | Thomas Guyot-Sionnest | 2 | -5/+7 |
2008-08-21 | Correctly link to included libtap. Simplify invoking test scripts. | Ton Voon | 10 | -84/+58 |
2008-08-21 | Typos in comments | Thomas Guyot-Sionnest | 3 | -6/+6 |
2008-07-08 | check_procs captures stderr and adds to plugin output. This is | Ton Voon | 2 | -0/+19 |
2008-07-02 | Use tap.h from the libtap directory | Ton Voon | 1 | -3/+2 |
2008-06-26 | Adding libtap into distribution to help run C based tests | Ton Voon | 1 | -7/+9 |
2008-04-04 | make parse_ini die like in N::P if section isn't found | Thomas Guyot-Sionnest | 4 | -26/+26 |
2008-04-02 | Delete obsolete files | Thomas Guyot-Sionnest | 2 | -8/+0 |
2008-04-02 | - Add --enable-extra-opts configure option for compiling extra-opts support | Thomas Guyot-Sionnest | 5 | -7/+23 |
2008-04-01 | fix the obvious... | Thomas Guyot-Sionnest | 1 | -3/+3 |
2008-04-01 | np_extra_opts now retain pointers from argv so that plugins can still overwri... | Thomas Guyot-Sionnest | 2 | -4/+4 |
2008-03-31 | Fix bug with --extra-opts as last argument with no value | Thomas Guyot-Sionnest | 2 | -4/+16 |
2008-03-31 | Fix for last commit - I accidentaly broke my local Makefile and tests weren't... | Thomas Guyot-Sionnest | 6 | -17/+21 |
2008-03-30 | - Remove the last argument of np_extra_opts | Thomas Guyot-Sionnest | 3 | -86/+75 |
2008-03-26 | write ini-file lookup function + tests | Thomas Guyot-Sionnest | 4 | -17/+138 |
2008-03-24 | Add extra-opts argument parsing with tests | Thomas Guyot-Sionnest | 5 | -0/+398 |
2008-03-24 | Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr... | Thomas Guyot-Sionnest | 2 | -9/+71 |
2008-03-16 | Add tests: | Thomas Guyot-Sionnest | 3 | -1/+42 |
2008-03-15 | parse_ini now reads the default section if the request one can't be found. | Thomas Guyot-Sionnest | 1 | -7/+12 |