Age | Commit message (Expand) | Author | Files | Lines |
2004-04-06 | Fixed weird scanf bug on Solaris | Ton Voon | 1 | -4/+0 |
2004-04-02 | add example invocation to help | Karl DeBisschop | 1 | -0/+8 |
2004-03-31 | Command line argument bug (Howard Wilkinson) | Ton Voon | 1 | -1/+1 |
2004-03-31 | Set default state (Howard Wilkinson) | Ton Voon | 1 | -1/+1 |
2004-03-23 | check was supposed to be agains ms - got munged wfixeg the perfdata output to... | Karl DeBisschop | 1 | -2/+2 |
2004-03-22 | Option --url not mapped (Joe Rhett) | Ton Voon | 1 | -0/+1 |
2004-03-18 | Typo in check_disk units (Matthew Kent - 909281) | Ton Voon | 1 | -1/+1 |
2004-03-18 | Option to fill in NAS-identifier to Emulate pam_radius behaviour (Alexander K... | Ton Voon | 1 | -3/+11 |
2004-03-14 | use fperfdata | Karl DeBisschop | 7 | -37/+37 |
2004-03-14 | use fperfdata | Karl DeBisschop | 1 | -5/+5 |
2004-03-11 | Incorporate check_proc changes into check_nagios. ps handling probably should | Ton Voon | 1 | -4/+27 |
2004-03-04 | use float for time in perf data | Karl DeBisschop | 3 | -5/+5 |
2004-03-03 | begin writing some perfdata as float | Karl DeBisschop | 2 | -24/+29 |
2004-03-03 | check_disk was getting blocks instead of bytes (Michael Musikhin - http://sou... | Karl DeBisschop | 1 | -1/+1 |
2004-03-02 | relax check for -w/-c to accept floats (bug report from Warrick FitzGerald) | Karl DeBisschop | 1 | -2/+2 |
2004-03-02 | fix div by zero error when swaptotal is zero (Flo Gleixner) | Karl DeBisschop | 1 | -3/+6 |
2004-03-01 | check_tcp was returning uninitialized string with user-defined refused outcome | Karl DeBisschop | 2 | -9/+18 |
2004-03-01 | allow regex for ecpect checks | Karl DeBisschop | 1 | -3/+42 |
2004-02-29 | was making up to 34 separate tcp connections - now we open one and reuse | Karl DeBisschop | 3 | -74/+109 |
2004-02-28 | checks for warn in check_num() mistakenly referred to crit limits | Karl DeBisschop | 1 | -2/+2 |
2004-02-28 | minor doco update to reflect handling of repeated caoomand strings | Karl DeBisschop | 1 | -3/+5 |
2004-02-28 | work in progress to accept multiple command/expect pairs | Karl DeBisschop | 1 | -22/+54 |
2004-02-28 | update to work with Linux 2.6 /proc/meminfo format | Karl DeBisschop | 1 | -3/+14 |
2004-02-25 | check server for authoritative status (from Jon Hallet) | Karl DeBisschop | 1 | -21/+40 |
2004-02-25 | change some datatypes to llu for very large swaps | Karl DeBisschop | 1 | -10/+10 |
2004-02-25 | pass timeout to ping if supported with -w parameter (linux) | Karl DeBisschop | 1 | -18/+19 |
2004-02-21 | add option to ignore a specified number of lines on stderr | Karl DeBisschop | 1 | -7/+23 |
2004-02-20 | - Missed out getopt for -T | Ton Voon | 1 | -1/+1 |
2004-02-20 | spell fix "received" | Karl DeBisschop | 4 | -5/+5 |
2004-02-20 | add perfdata function for floats to complement ints, also spell fix "received" | Karl DeBisschop | 2 | -0/+51 |
2004-02-20 | handle case where line from ps output exceed MAX_INPUT_BUFFER | Karl DeBisschop | 1 | -4/+20 |
2004-02-20 | Added Content-type when POSTing (Shawn Wills) | Ton Voon | 1 | -2/+13 |
2004-02-20 | - compiler warning removed (but usage2 messages badly broken) | Ton Voon | 1 | -1/+1 |
2004-02-20 | Different text to scan for if multiple addresses | Ton Voon | 1 | -1/+4 |
2004-02-20 | Corrected usage message (Matt Pounsett) | Ton Voon | 1 | -4/+6 |
2004-02-19 | Uninitialised variables for -X (Bug 900091 - Michael Musikhin) | Ton Voon | 1 | -0/+4 |
2004-02-18 | Output message includes the query_address, as inspired by Johannes Herlitz. | Ton Voon | 1 | -74/+41 |
2004-02-09 | Fix for check_ping old-style argument handling (Patrick McCormick - 892211) | Ton Voon | 1 | -2/+4 |
2004-01-28 | Print optional text | Ton Voon | 1 | -8/+13 |
2004-01-21 | =fix segfault on malloc of server_expect for multibyte chars (David Croft) | Karl DeBisschop | 1 | -5/+5 |
2003-12-24 | Fixed help doc on use of % (854817 - Gunnar Hellekson) | Ton Voon | 1 | -2/+2 |
2003-12-11 | Relative redirects not followed correctly (854131 - John Sivak) | Ton Voon | 1 | -2/+2 |
2003-12-05 | Fix clash of namespace for my_connect with mysql (854339 - Ian Holsman) | Ton Voon | 2 | -2/+2 |
2003-12-02 | Default thresholds not defined for lists in -x parameter (raised by Matt Garr... | Ton Voon | 1 | -0/+4 |
2003-12-01 | use usage2 function | Karl DeBisschop | 1 | -27/+9 |
2003-11-28 | Fixed listing of failed processes | Ton Voon | 1 | -5/+9 |
2003-11-24 | Bug from code-clean (Antony Simmonds - 846311) | Ton Voon | 1 | -1/+1 |
2003-11-19 | add perfdata | Karl DeBisschop | 1 | -7/+21 |
2003-11-19 | use perfdata() to return perfoamnace data in stanadrd format | Karl DeBisschop | 1 | -6/+7 |
2003-11-17 | bugfix - each supported option was overwriting the previous perfdata | Karl DeBisschop | 1 | -8/+9 |