Age | Commit message (Expand) | Author | Files | Lines |
2006-05-02 | Inode thresholds not always being initialised (James Fidell - 1476457) | Ton Voon | 1 | -0/+10 |
2006-05-01 | - check_ntp: | M. Sean Finney | 4 | -80/+156 |
2006-04-27 | Internal version of basename if one not found in system | Ton Voon | 4 | -8/+35 |
2006-04-19 | Fix check_nagios tests on MacOSX 10.4 | Ton Voon | 1 | -7/+13 |
2006-04-12 | the offset_requests are now parallelized. still stuff needs to be | M. Sean Finney | 1 | -62/+105 |
2006-04-12 | added a currently unused but "good for reference" version of offset_request | M. Sean Finney | 1 | -0/+76 |
2006-04-11 | another big code-commit to check_ntp. jitter calculations now work, and | M. Sean Finney | 1 | -22/+247 |
2006-04-06 | Stop coredump on Solaris if arg not specified (Jason Kau - 1465288) | Ton Voon | 1 | -1/+1 |
2006-04-05 | Use pid_t for pids (1463853) | Ton Voon | 1 | -3/+3 |
2006-04-05 | Allow multiple -k parameters (Gerd Mueller - 1457726) | Ton Voon | 2 | -7/+26 |
2006-04-05 | finally??? cvs works again???? let me dig up my week-old cvs | M. Sean Finney | 1 | -51/+144 |
2006-03-29 | New function to for escaped strings from command line for send/quit. | Ton Voon | 4 | -33/+85 |
2006-03-29 | Allow 1 second delay in check_udp timeout | Ton Voon | 1 | -1/+1 |
2006-03-29 | Fix possible timeout issue on hostname_invalid | Ton Voon | 1 | -1/+2 |
2006-03-29 | Fix test if response time is one second | Ton Voon | 1 | -1/+1 |
2006-03-29 | now support for detecting critical/security updates, which sets | M. Sean Finney | 1 | -8/+24 |
2006-03-27 | Set timeout within nc, rather than the test script | Ton Voon | 1 | -5/+5 |
2006-03-27 | Fixed bug with malloc of wrong size | Ton Voon | 1 | -1/+1 |
2006-03-24 | Fixing defaults to work | Ton Voon | 1 | -3/+3 |
2006-03-24 | -C now implies -S/--ssl as well | Ton Voon | 1 | -10/+8 |
2006-03-24 | Tests converted to new style | Ton Voon | 2 | -29/+52 |
2006-03-24 | udp checks require and send and receive option. Tests updated so if | Ton Voon | 2 | -23/+50 |
2006-03-23 | - addition of include/exclude option for package names in check_apt, | M. Sean Finney | 1 | -31/+117 |
2006-03-23 | check_disk now errors if a specified directory does not exist (cf df /foo) | Ton Voon | 2 | -6/+12 |
2006-03-23 | Some versions of Test::More do not like the m#foo# syntax | Ton Voon | 1 | -1/+1 |
2006-03-23 | Incorrect output when checking non-existent disk (John Rouillard - 1326050) | Ton Voon | 2 | -4/+18 |
2006-03-23 | more work on check_apt. more graceful error handling and information | M. Sean Finney | 1 | -20/+99 |
2006-03-22 | Added warning and critical response times (John Rouillard - 1343159) | Ton Voon | 2 | -4/+34 |
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 |