Age | Commit message (Expand) | Author | Files | Lines |
2006-10-20 | Reverting back accidently regressed code | Ton Voon | 1 | -6/+12 |
2006-10-20 | more localization fixes | Benoit Mortier | 1 | -41/+37 |
2006-10-20 | localization updates | Benoit Mortier | 2 | -17/+31 |
2006-10-19 | adding missing check_snmp | Benoit Mortier | 1 | -19/+14 |
2006-10-19 | another round of localization cleaning | Benoit Mortier | 11 | -116/+173 |
2006-10-19 | For 1.4.4 releaserelease-1.4.4 | Ton Voon | 4 | -1385/+1960 |
2006-10-19 | Added info re: 1.4.4 in prep for release | Ton Voon | 1 | -1/+3 |
2006-10-19 | Initialise strings for Fedora Core 5 (Henning Schmiedehausen) | Ton Voon | 2 | -3/+4 |
2006-10-19 | Removed asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495) | Ton Voon | 2 | -3/+7 |
2006-10-19 | type variable not cleared in Sol 10 (Kyle Tucker) | Ton Voon | 2 | -0/+5 |
2006-10-19 | Redirection error if other headers beginning with L (Aravind Gottipati - 1562... | Ton Voon | 3 | -4/+8 |
2006-10-19 | Allow hostnames beginning with digits (O'Shaughnessy Evans - 1567390) | Ton Voon | 2 | -1/+5 |
2006-10-19 | Added tests for SMTP servers without TLS and with TLS | Ton Voon | 1 | -4/+18 |
2006-10-19 | first pass at cleaning localization for new release | Benoit Mortier | 24 | -519/+879 |
2006-10-18 | Re-added perf data to check_disk | Ton Voon | 2 | -4/+25 |
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 |
2006-10-12 | Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832) | Ton Voon | 2 | -20/+69 |
2006-10-12 | Removed extraneous comma in perf data output | Ton Voon | 1 | -1/+1 |
2006-10-12 | Remove the "- free space" if status is OK | Ton Voon | 2 | -6/+13 |
2006-10-12 | Fixed output from -e in check_disk (Andreas Behal) | Ton Voon | 4 | -7/+30 |
2006-10-02 | Fix test failure on poseidon | Ton Voon | 1 | -2/+2 |
2006-09-21 | Added perfdata for most variables and new parameters: VMU, VMF, | Ton Voon | 2 | -24/+611 |
2006-09-02 | - explicitly include utils_base.h from utils.h | M. Sean Finney | 2 | -0/+7 |
2006-09-02 | - fix for warning/critical timeouts in check_tcp.c, in which the plugin | M. Sean Finney | 1 | -10/+4 |
2006-08-14 | Fixed inode percent free output (Mike Emigh - 1531899) | Ton Voon | 2 | -11/+5 |
2006-08-14 | Fixed skip of no ntp test | Ton Voon | 1 | -1/+1 |
2006-08-11 | Catch no responses from any server (1538341 - nmdias) | Ton Voon | 2 | -1/+63 |
2006-08-03 | Interpret the snapshot datestamp as GMT | Ton Voon | 1 | -1/+1 |
2006-07-31 | Bug: 694259 fix. After consulting with the target service authors, we | Harper Mann | 1 | -1/+5 |
2006-07-31 | M4 requirement for developer platform | Ton Voon | 1 | -0/+1 |
2006-07-29 | Fix two Solaris compile problems | Ton Voon | 2 | -1/+6 |
2006-07-29 | Remove reference to check_udp.c | Ton Voon | 1 | -1/+0 |
2006-07-28 | Cleanup references to old check_udp and INSTALL_OPTS. Error if | Ton Voon | 3 | -24/+5 |
2006-07-28 | check_udp.c deprecated and check_udp now linked to check_tcp. check_udp2 removed | Ton Voon | 4 | -283/+8 |
2006-07-27 | Example ranges (Nathan Vonnahme) | Ton Voon | 1 | -0/+77 |
2006-07-19 | Stricter autoconf 2.60 rules (Lance Albertson - 1522900) | Ton Voon | 2 | -1/+4 |
2006-07-19 | Fix to add uintmax_t, for check_disk.c compile | Ton Voon | 1 | -0/+13 |
2006-07-19 | Fix for CHAR_MAX on Solaris 9 | Ton Voon | 1 | -0/+1 |
2006-07-14 | Missing header files | Ton Voon | 2 | -0/+2 |
2006-07-14 | Fix inode percents using coreutils' percentage calculation technique | Ton Voon | 1 | -31/+40 |
2006-07-13 | Major fixes to check_disk. Now should return same data as df | Ton Voon | 8 | -182/+649 |
2006-07-13 | Move new util_* functions to lib/ | Ton Voon | 19 | -421/+37 |
2006-07-13 | Using coreutils' base_name function because of portability issues with | Ton Voon | 9 | -32/+201 |
2006-07-12 | Added -E option for exact match of filesystem. Restructured main filesystem | Ton Voon | 4 | -76/+99 |
2006-07-12 | Moving parameter_list into utils_disk.h. Given list of mount points, can | Ton Voon | 5 | -54/+150 |
2006-07-12 | Moving check_disk functions into utils_disk.c and testing them | Ton Voon | 7 | -81/+205 |
2006-07-11 | Extra files from coreutils required for getloadavg.c to compile | Ton Voon | 12 | -0/+369 |
2006-07-10 | Didn't add intprops.h into distribution correctly | Ton Voon | 1 | -2/+7 |
2006-07-07 | Added check for two arguments. Was segfaulting if no or one arg. Now returns | Harper Mann | 1 | -0/+6 |