summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Use a more "natural" way of writing argument lists in extra-opts tests.Thomas Guyot-Sionnest3-173/+137
2009-06-01Fix the memory allocation for the thresholds dataHolger Weiss1-1/+3
2009-05-28check_snmp: Make use of standard threshold functionsThomas Guyot-Sionnest1-0/+3
2009-01-26Make extract_value more generic:Thomas Guyot-Sionnest3-28/+34
2009-01-24Remove the commented out blocksThomas Guyot-Sionnest2-66/+0
2009-01-24Fix paths in test_ini testsThomas Guyot-Sionnest2-4/+4
2009-01-23Add die tests for parse_iniThomas Guyot-Sionnest6-5/+76
2009-01-22Return UNKNOWN if none of the default files can be found.Thomas Guyot-Sionnest2-9/+17
2009-01-22Add die tests for extra-optsThomas Guyot-Sionnest5-10/+72
2009-01-21Move check_ntp's extract_value to utils_base.c.Thomas Guyot-Sionnest3-1/+145
2009-01-21Accidentally included built executables - also updated .gitignoreThomas Guyot-Sionnest2-0/+0
2009-01-21Some platform are missing setenvThomas Guyot-Sionnest8-98/+168
2009-01-21Fix (or try at least) for IRIX compile to tap testsThomas Guyot-Sionnest1-1/+1
2009-01-18Re-apply "Cleanup; fix the way libraries are linked; Make-It-Simple(tm)"Thomas Guyot-Sionnest1-33/+4
2009-01-15TypoThomas Guyot-Sionnest1-1/+2
2009-01-13Make /lib before /lib/tests to satisfy dependencies (building tests fails on ...Thomas Guyot-Sionnest1-1/+1
2009-01-09Fix test from last commitThomas Guyot-Sionnest1-1/+1
2009-01-09basename check in test_utils.c was accidentaly added again.Thomas Guyot-Sionnest1-4/+0
2009-01-09Revert "Cleanup; fix the way libraries are linked; Make-It-Simple(tm)"Thomas Guyot-Sionnest2-5/+34
2009-01-08Try to make IRIX happy (this fixes a similar warning in Solaris)Thomas Guyot-Sionnest1-1/+1
2009-01-07Cleanup; fix the way libraries are linked; Make-It-Simple(tm)Thomas Guyot-Sionnest2-34/+5
2008-11-29Add Libtap as a bundled library (does not change any behaviour without --enab...Thomas Guyot-Sionnest1-20/+29
2008-11-28Revert inclusion of libtap into nagiospluginsThomas Guyot-Sionnest10-60/+85
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest13-29/+0
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest3-9/+9
2008-11-19check_disk: rerpopulate the mount list after doing a stat() on paths specifie...Thomas Guyot-Sionnest1-10/+9
2008-11-05Need to add in the libgnu.la for Solaris and other platformsTon Voon1-1/+1
2008-11-05Fix calculation of extra-opts parameters.Thomas Guyot-Sionnest2-4/+3
2008-11-04Fixed the test (not the bug yet) and added similar one to test_ini (that one ...Thomas Guyot-Sionnest2-12/+13
2008-11-04Corrected test_opts planThomas Guyot-Sionnest1-1/+1
2008-11-04Adding extra-opts check that crash on my prod servers (*** glibc detected ***...Thomas Guyot-Sionnest2-0/+31
2008-11-04Make extra-opts (C plugins) behave more like N::P:Thomas Guyot-Sionnest2-5/+7
2008-08-21Correctly link to included libtap. Simplify invoking test scripts.Ton Voon10-84/+58
2008-08-21Typos in commentsThomas Guyot-Sionnest3-6/+6
2008-07-08check_procs captures stderr and adds to plugin output. This isTon Voon2-0/+19
2008-07-02Use tap.h from the libtap directoryTon Voon1-3/+2
2008-06-26Adding libtap into distribution to help run C based testsTon Voon1-7/+9
2008-04-04make parse_ini die like in N::P if section isn't foundThomas Guyot-Sionnest4-26/+26
2008-04-02Delete obsolete filesThomas Guyot-Sionnest2-8/+0
2008-04-02- Add --enable-extra-opts configure option for compiling extra-opts supportThomas Guyot-Sionnest5-7/+23
2008-04-01fix the obvious...Thomas Guyot-Sionnest1-3/+3
2008-04-01np_extra_opts now retain pointers from argv so that plugins can still overwri...Thomas Guyot-Sionnest2-4/+4
2008-03-31Fix bug with --extra-opts as last argument with no valueThomas Guyot-Sionnest2-4/+16
2008-03-31Fix for last commit - I accidentaly broke my local Makefile and tests weren't...Thomas Guyot-Sionnest6-17/+21
2008-03-30- Remove the last argument of np_extra_optsThomas Guyot-Sionnest3-86/+75
2008-03-26write ini-file lookup function + testsThomas Guyot-Sionnest4-17/+138
2008-03-24Add extra-opts argument parsing with testsThomas Guyot-Sionnest5-0/+398
2008-03-24Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will tr...Thomas Guyot-Sionnest2-9/+71
2008-03-16Add tests:Thomas Guyot-Sionnest3-1/+42
2008-03-15parse_ini now reads the default section if the request one can't be found.Thomas Guyot-Sionnest1-7/+12