Age | Commit message (Expand) | Author | Files | Lines |
2006-03-22 | Convert to new style tests | Ton Voon | 1 | -18/+36 |
2006-03-22 | Options to change line ends for -s and -q (John Rouillard - 1346104) | Ton Voon | 1 | -4/+33 |
2006-03-22 | New style tests. Cleanup of presentation of help. Added '' around -a checks | Ton Voon | 2 | -63/+63 |
2006-03-22 | Typo (Thomas Guettler - 1433447) | Ton Voon | 1 | -1/+1 |
2006-03-22 | initial version of a check_apt plugin... not editing configure/Makefile.am's | M. Sean Finney | 1 | -0/+173 |
2006-03-21 | Updated to new Test::More method for testing | Ton Voon | 1 | -8/+9 |
2006-03-21 | Return CRITICAL if hostname invalid, as per guidelines | Ton Voon | 1 | -1/+1 |
2006-03-21 | mysql discovery based on mysql_config (Johan Fischer - 1359414) | Ton Voon | 2 | -1/+3 |
2006-03-20 | - shuffling some code around to keep things tidy. | M. Sean Finney | 1 | -19/+32 |
2006-03-20 | ipv6 support for c-version of check_ntp | M. Sean Finney | 1 | -2/+12 |
2006-03-18 | initial version of the pure-c check_ntp implementation. jitter not yet | M. Sean Finney | 1 | -0/+355 |
2006-03-18 | return-logic related fix for cert checking, thanks to emmet hogan. | M. Sean Finney | 1 | -5/+3 |
2006-03-17 | Better error message re: tap library | Ton Voon | 1 | -1/+1 |
2006-03-17 | mysql detection cleanup: fixes runtime linking, autodetection of main | Ton Voon | 4 | -5/+7 |
2006-03-16 | Using libtool to get runpath for tap library | Ton Voon | 1 | -2/+2 |
2006-03-15 | Alert on amount of time a slave is behind (Steven Kreuzer) | Ton Voon | 2 | -21/+71 |
2006-03-13 | fix for (tracker id 1420741) | M. Sean Finney | 1 | -2/+2 |
2006-03-13 | Change warning message if there is stderr output. This catches a problem | Ton Voon | 1 | -3/+16 |
2006-03-07 | Added tests for two external websites with certificates | Ton Voon | 1 | -1/+10 |
2006-03-07 | Tests re-written in new object format | Ton Voon | 1 | -17/+29 |
2006-02-24 | Use the installed tap library instead of requesting a compiled object | Ton Voon | 1 | -1/+1 |
2006-02-17 | SIGALRM could be received before child_process is created (Jason Crawford) | Ton Voon | 1 | -5/+9 |
2006-02-17 | set LC_NUMERIC to POSIX in check_procs.c | M. Sean Finney | 1 | -0/+1 |
2006-02-01 | If a mysql server has anonymous login, tests will always fail | Ton Voon | 1 | -2/+2 |
2006-02-01 | Need to distribute perl test file | Ton Voon | 1 | -0/+2 |
2006-01-31 | Clean compile of check_mysql_query on MacOSX | Ton Voon | 1 | -1/+1 |
2006-01-31 | Adding check_mysql_query, using new ranges and threshold checking | Ton Voon | 5 | -1/+375 |
2006-01-31 | Extra explanation in tests | Ton Voon | 1 | -1/+7 |
2006-01-31 | Fixed invalid free | Ton Voon | 1 | -1/+1 |
2006-01-30 | Clearly defined thresholds & ranges in docs. Added get_status routine. Added | Ton Voon | 3 | -45/+182 |
2006-01-30 | Added libtap tests for utils.c library functions. Removed redundant | Ton Voon | 19 | -121/+215 |
2005-12-15 | Display errors with slave queries correctly. Added extra tests for slaves | Ton Voon | 2 | -15/+54 |
2005-12-15 | New 3 parameter version of getTestParameters. Updated check_disk.t to reflect. | Ton Voon | 1 | -6/+8 |
2005-12-07 | Nagiosplug bug 1266977. Added code to insert the closing </A> after the plug... | Harper Mann | 1 | -3/+22 |
2005-12-07 | No floorf on Solaris 9 (Jon Vandegrift - 1374705) | Ton Voon | 1 | -0/+5 |
2005-12-02 | Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - 1296242) | Ton Voon | 4 | -17/+240 |
2005-12-02 | Ignore temporary files created for tests | Ton Voon | 1 | -0/+1 |
2005-11-16 | Fixed some compile errors with new translations. Also reintroduced formatting | Ton Voon | 1 | -139/+35 |
2005-11-15 | Updated tests to minimise false positives. Breaking down so more obvious | Ton Voon | 1 | -51/+113 |
2005-11-14 | localization cleaning ... | Benoit Mortier | 1 | -959/+962 |
2005-11-14 | start of the cleaning of the localization | Benoit Mortier | 6 | -1618/+1806 |
2005-11-12 | Updated check_disk tests to use Test::More (Serhan Kiymaz) | Ton Voon | 1 | -11/+77 |
2005-11-09 | Using Test::More | Ton Voon | 1 | -16/+15 |
2005-11-09 | Added new NPTest->testCmd which returns objects back for testing | Ton Voon | 2 | -26/+38 |
2005-11-09 | Problem where absolute thresholds not working on /proc/meminfo | Ton Voon | 1 | -87/+94 |
2005-11-04 | Fixed --mismatch option for check_tcp. Added tests into check_imap | Ton Voon | 2 | -2/+4 |
2005-11-03 | Invalid mount point doesn't make sense because most df implementations | Ton Voon | 2 | -6/+2 |
2005-11-03 | Fixing some test failures | Ton Voon | 2 | -4/+6 |
2005-11-02 | #995761: patch from ben o'hara to include inode calculations in | M. Sean Finney | 1 | -35/+105 |
2005-11-02 | check_smtp.c | M. Sean Finney | 1 | -8/+164 |