Code

Incorrect output when checking non-existent disk (John Rouillard - 1326050)
[nagiosplug.git] / plugins /
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...
2005-10-06 M. Sean Finneyfix for misreporting temperature in perfdata output...
2005-09-21 Ton VoonReopen connections for each query (1296296 - David...
2005-09-21 Ton VoonMoved into plugins-root/
2005-09-21 Ton VoonSeparation of root setuid plugins into plugins-root/
2005-09-20 Ton VoonSupport for Tru64 for check_procs + additional test...
2005-09-15 Ton VoonAdded test to make sure hostname has to be specified
2005-09-15 Ton Voon- Cleanup minor compile errors on Irix
2005-09-14 Ton VoonUsing common message
2005-09-14 Ton VoonRequired hostname not flagging as an error
2005-09-14 Ton VoonSome makes do not like blank lines after "\". Fixed...
2005-09-14 Ton VoonFix to parsing of uptime (Ronald Tin - 1254656)
2005-09-13 Ton VoonMore diagnostic messages from check_ping
2005-09-12 M. Sean Finneyre-add a call to setlocale(LC_ALL, "") in check_ping.c
2005-09-12 Ton VoonECHILD error at waitpid on Red Hat systems (Peter Pramb...
2005-07-25 Peter Bray[1185704] New Testing Infrastructure.
2005-07-20 Ton VoonFix parsing for netkit-ping and iputils-ping (Christian...
2005-07-11 Ton VoonMiscelleneous bug fixes (Gerd Mueller - 1235879)
2005-07-06 Ton VoonUpdated help file to remove swap -s reference (Sivakuma...
2005-06-29 M. Sean Finneyinitial versions of the runcmd framework by andreas
2005-06-29 M. Sean Finneydivide by 0 fix for check_swap
2005-06-28 M. Sean Finneyset LC_NUMERIC to POSIX in check_load (1164325)
2005-06-28 M. Sean Finneyscanf parsing fix for check_swap from tracker id 112329...
2005-06-27 M. Sean Finneyfixes from richard brodie (tracker id 1216576)
2005-06-26 M. Sean Finney"asprintf madness" fix from andreas' patch to np-d...
2005-06-05 M. Sean Finneycheck_tcp code cleanup from andreas plus fix to andreas...
2005-06-03 M. Sean Finneygcc 2.x fixes from edward
2005-06-01 Subhendu Ghoshonly load mibs if needed or specified - patch 1212395
2005-05-28 M. Sean Finneybugfixes to check_load thanks to andreas
2005-05-26 M. Sean Finneyfix for check_msyql so that it doesn't use column numbe...
2005-05-25 Subhendu Ghosh 64bit sys support - 1185713
next