index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-15
parse_ini now reads the default section if the request one can't be found.
Thomas Guyot-Sionnest
1
-7/+12
2008-03-15
Oops - this line shouldn't have been here (doesn't even work anyways) ;)
Thomas Guyot-Sionnest
1
-1/+0
2008-03-15
- Make equal-less parameters illegal
Thomas Guyot-Sionnest
3
-5/+17
2008-03-15
Fix handling of leading and trailing spaces in stanza
Thomas Guyot-Sionnest
1
-5/+9
2008-03-15
Fix segfault in test_ini.c and uncomment the affected tests
Thomas Guyot-Sionnest
2
-24/+27
2008-03-15
This commit consist of two changes:
Thomas Guyot-Sionnest
4
-42/+74
2008-03-11
Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS
Ton Voon
1
-1/+1
2008-02-13
set_thresholds now let the user free the thresolds. (P.S.: When you set twice...
Thomas Guyot-Sionnest
1
-4/+0
2008-02-13
Reverting patch to test 8-bit data: Still broken on Solaris (7-bit works as b...
Thomas Guyot-Sionnest
1
-4/+2
2008-02-12
Import Gnulib floorf and base64 and removed our old base64 library.
Thomas Guyot-Sionnest
5
-61/+9
2008-01-30
details...
Thomas Guyot-Sionnest
2
-2/+2
2008-01-30
Bump lib/tests to GPLv3
Thomas Guyot-Sionnest
6
-114/+108
2008-01-30
Bump /lib to GPLv3
Thomas Guyot-Sionnest
5
-94/+107
2008-01-30
new standardized GPLv3 header (will be applied to all C files)
Thomas Guyot-Sionnest
1
-0/+28
2008-01-10
Add a return-code check (also test cmd_run without out/err buffers)
Thomas Guyot-Sionnest
1
-1/+11
2008-01-06
Fix base64 test (known string wasn't null-terminated)
Thomas Guyot-Sionnest
1
-2/+2
2008-01-06
Fix tinderbox breakage
Thomas Guyot-Sionnest
1
-1/+1
2007-12-12
Run tinderbox builds in a test debug mode using "make test-debug"
Ton Voon
2
-2/+5
2007-12-11
Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep).
Ton Voon
1
-4/+19
2007-12-11
Add verbose flag so each test result is seen, rather than grouped by test
Ton Voon
1
-1/+1
2007-11-09
Adding svn:keywords props
Thomas Guyot-Sionnest
1
-1/+1
2007-11-09
Adding test for base64 lib
Thomas Guyot-Sionnest
3
-2/+364
2007-11-09
Moved base64 function to /lib.
Thomas Guyot-Sionnest
3
-2/+56
2007-11-09
Nothing to see here...
Thomas Guyot-Sionnest
1
-1/+1
2007-09-22
substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)
Matthias Eble
2
-5/+5
2007-09-22
Added -i/-I to ignore pathes/partitions based on regular expressions
Matthias Eble
3
-2/+66
2007-09-21
Stop double expansion of parameters for negate - works like
Ton Voon
6
-4/+637
2007-07-29
Don't use C++ style comments.
Holger Weiss
1
-1/+1
2007-07-24
Removing all .cvsignore files
Ton Voon
2
-10/+0
2007-06-03
Minor corrections to test_tcp.c
Matthias Eble
1
-12/+8
2007-06-03
Makefile.am changes for test_tcp.c
Matthias Eble
1
-2/+7
2007-06-03
Added test cases for utils_tcp
Matthias Eble
3
-0/+69
2007-06-03
Moved check_tcp's expect string testing into utils_tcp for testing purposes.
Matthias Eble
3
-2/+66
2007-05-27
added functions to utils_base:
M. Sean Finney
2
-0/+22
2007-04-20
Declare print_thresholds().
Holger Weiss
1
-0/+1
2007-04-02
Add libgnu.a as regex functions required
Ton Voon
1
-1/+1
2007-04-01
utils_disk: fixed handling if check_disk -p is a device (np_set_best_match())
Matthias Eble
1
-11/+12
2007-03-30
Test Cases for check_disk's -r, -R, -C and -g
Matthias Eble
1
-1/+58
2007-03-30
check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10)
Matthias Eble
2
-0/+12
2007-03-30
check_disk: added grouping functionality. see np-devel mail (2007-02-10)
Matthias Eble
2
-0/+2
2007-03-30
check_disk -C is more flexible now. See np-devel post (2007-02-10)
Matthias Eble
2
-22/+38
2007-02-07
Added test files to test the parse_ini.c routines. Requires libtap
Ton Voon
6
-9/+129
2007-02-06
initial version of ini file parsing routines in C
M. Sean Finney
2
-0/+266
2007-01-27
Change the variable names `true' and `false' (which are keywords in C99)
Holger Weiss
1
-11/+11
2007-01-24
Sync with gnulib - lots of extraneous code removed in preference to GNU code
Ton Voon
61
-19612/+5
2007-01-23
Add support for statvfs(2) which is needed in order to compile the plugins on
Holger Weiss
1
-2/+7
2006-12-20
Fixed inode thresholds, regressed from previous release
Ton Voon
2
-0/+2
2006-11-03
Add alloca files, required for *BSD
Ton Voon
3
-1/+556
2006-10-18
Fix tests for exact matches when searching filesystems
Ton Voon
2
-6/+8
2006-10-18
Cater for different errors when setting thresholds
Ton Voon
2
-4/+12
[prev]
[next]