Code

For reporting check_radius compile problem
[nagiosplug.git] / plugins /
2006-05-25 Ton VoonGettext fixes to sync with coreutils
2006-05-25 Ton VoonOption to invert results from a regexp pattern match
2006-05-25 Ton VoonUse coreutils' regexp libraries, so regexp always avail...
2006-05-24 Ton VoonVariables need to be declared at top of code for better...
2006-05-18 Ton VoonSynchronise with coreutils 2.95. Gettext now synced...
2006-05-02 Ton VoonInode thresholds not always being initialised (James...
2006-05-01 M. Sean Finney- check_ntp:
2006-04-27 Ton VoonInternal version of basename if one not found in system
2006-04-19 Ton VoonFix check_nagios tests on MacOSX 10.4
2006-04-12 M. Sean Finneythe offset_requests are now parallelized. still stuff...
2006-04-12 M. Sean Finneyadded a currently unused but "good for reference" versi...
2006-04-11 M. Sean Finneyanother big code-commit to check_ntp. jitter calculati...
2006-04-06 Ton VoonStop coredump on Solaris if arg not specified (Jason...
2006-04-05 Ton VoonUse pid_t for pids (1463853)
2006-04-05 Ton VoonAllow multiple -k parameters (Gerd Mueller - 1457726)
2006-04-05 M. Sean Finneyfinally??? cvs works again???? let me dig up my week...
2006-03-29 Ton VoonNew function to for escaped strings from command line...
2006-03-29 Ton VoonAllow 1 second delay in check_udp timeout
2006-03-29 Ton VoonFix possible timeout issue on hostname_invalid
2006-03-29 Ton VoonFix test if response time is one second
2006-03-29 M. Sean Finneynow support for detecting critical/security updates...
2006-03-27 Ton VoonSet timeout within nc, rather than the test script
2006-03-27 Ton VoonFixed bug with malloc of wrong size
2006-03-24 Ton VoonFixing defaults to work
2006-03-24 Ton Voon-C now implies -S/--ssl as well
2006-03-24 Ton VoonTests converted to new style
2006-03-24 Ton Voonudp checks require and send and receive option. Tests...
2006-03-23 M. Sean Finney- addition of include/exclude option for package names...
2006-03-23 Ton Vooncheck_disk now errors if a specified directory does...
2006-03-23 Ton VoonSome versions of Test::More do not like the m#foo#...
2006-03-23 Ton VoonIncorrect output when checking non-existent disk (John...
2006-03-23 M. Sean Finneymore work on check_apt. more graceful error handling...
2006-03-22 Ton VoonAdded warning and critical response times (John Rouilla...
2006-03-22 Ton VoonConvert to new style tests
2006-03-22 Ton VoonOptions to change line ends for -s and -q (John Rouilla...
2006-03-22 Ton VoonNew style tests. Cleanup of presentation of help. Added...
2006-03-22 Ton VoonTypo (Thomas Guettler - 1433447)
2006-03-22 M. Sean Finneyinitial version of a check_apt plugin... not editing...
2006-03-21 Ton VoonUpdated to new Test::More method for testing
2006-03-21 Ton VoonReturn CRITICAL if hostname invalid, as per guidelines
2006-03-21 Ton Voonmysql discovery based on mysql_config (Johan Fischer...
2006-03-20 M. Sean Finney- shuffling some code around to keep things tidy.
2006-03-20 M. Sean Finneyipv6 support for c-version of check_ntp
2006-03-18 M. Sean Finneyinitial version of the pure-c check_ntp implementation...
2006-03-18 M. Sean Finneyreturn-logic related fix for cert checking, thanks...
2006-03-17 Ton VoonBetter error message re: tap library
2006-03-17 Ton Voonmysql detection cleanup: fixes runtime linking, autodet...
2006-03-16 Ton VoonUsing libtool to get runpath for tap library
2006-03-15 Ton VoonAlert on amount of time a slave is behind (Steven Kreuzer)
2006-03-13 M. Sean Finneyfix for (tracker id 1420741)
2006-03-13 Ton VoonChange warning message if there is stderr output. This...
2006-03-07 Ton VoonAdded tests for two external websites with certificates
2006-03-07 Ton VoonTests re-written in new object format
2006-02-24 Ton VoonUse the installed tap library instead of requesting...
2006-02-17 Ton VoonSIGALRM could be received before child_process is creat...
2006-02-17 M. Sean Finneyset LC_NUMERIC to POSIX in check_procs.c
2006-02-01 Ton VoonIf a mysql server has anonymous login, tests will alway...
2006-02-01 Ton VoonNeed to distribute perl test file
2006-01-31 Ton VoonClean compile of check_mysql_query on MacOSX
2006-01-31 Ton VoonAdding check_mysql_query, using new ranges and threshol...
2006-01-31 Ton VoonExtra explanation in tests
2006-01-31 Ton VoonFixed invalid free
2006-01-30 Ton VoonClearly defined thresholds & ranges in docs. Added...
2006-01-30 Ton VoonAdded libtap tests for utils.c library functions. Remov...
2005-12-15 Ton VoonDisplay errors with slave queries correctly. Added...
2005-12-15 Ton VoonNew 3 parameter version of getTestParameters. Updated...
2005-12-07 Harper MannNagiosplug bug 1266977. Added code to insert the closi...
2005-12-07 Ton VoonNo floorf on Solaris 9 (Jon Vandegrift - 1374705)
2005-12-02 Ton VoonSupport for Nagios 1 and Nagios 2 status files (Gerhard...
2005-12-02 Ton VoonIgnore temporary files created for tests
2005-11-16 Ton VoonFixed some compile errors with new translations. Also...
2005-11-15 Ton VoonUpdated tests to minimise false positives. Breaking...
2005-11-14 Benoit Mortierlocalization cleaning ...
2005-11-14 Benoit Mortierstart of the cleaning of the localization
2005-11-12 Ton VoonUpdated check_disk tests to use Test::More (Serhan...
2005-11-09 Ton VoonUsing Test::More
2005-11-09 Ton VoonAdded new NPTest->testCmd which returns objects back...
2005-11-09 Ton VoonProblem where absolute thresholds not working on /proc...
2005-11-04 Ton VoonFixed --mismatch option for check_tcp. Added tests...
2005-11-03 Ton VoonInvalid mount point doesn't make sense because most...
2005-11-03 Ton VoonFixing some test failures
2005-11-02 M. Sean Finney#995761: patch from ben o'hara to include inode calcula...
2005-11-02 M. Sean Finneycheck_smtp.c
2005-10-31 M. Sean Finneycode cleanups, largely resulting from turning on -Wall...
2005-10-30 M. Sean Finneyturned on -Wall in plugins/Makefile.am via AM_CFLAGS...
2005-10-30 M. Sean Finneyanother fix from alex: check for '/' in the server_addr...
2005-10-30 M. Sean Finneyfixes for some bugs found in my merging of the tcp...
2005-10-29 M. Sean Finneypatch from nsturm: Makefile.am should have been checkin...
2005-10-25 M. Sean Finney- added code to allow check_tcp (via np_net_connect...
2005-10-24 M. Sean Finneyinitial merging of ae's np_runcmd code into selected...
2005-10-23 M. Sean Finney- compartmentalized ssl code into seperate sslutils.c
2005-10-19 M. Sean Finneyall plugins now using centralized ssl functions in...
2005-10-19 M. Sean Finneyendif was a few lines off of where it should be
2005-10-19 M. Sean Finney- initial attempt at consolidating ssl-related code...
2005-10-18 M. Sean Finneyinitial "experimental" support for gnutls. by default...
2005-10-13 M. Sean Finneydebian bts #296278:
2005-10-13 M. Sean Finneydebian bts #307905:
2005-10-13 M. Sean Finneymultiple fixes in check_smtp from debian (bts #285554):
2005-10-13 M. Sean Finneywas this plugin even working? i don't think the if...
2005-10-13 M. Sean Finneycheck mysql now reads [client] defaults from my.cnf...
next