Age | Commit message (Expand) | Author | Files | Lines |
2004-11-20 | Bit of cleanup, fix verbose output. | Matthew Kent | 1 | -5/+6 |
2004-11-19 | Enabling timeout flag (1010097, Jason Martin) | Matthew Kent | 1 | -2/+15 |
2004-11-19 | Make -L notice ssl use to output a proper href (1035234, Abid Rasheed) | Matthew Kent | 1 | -2/+3 |
2004-11-19 | Change unit from 'us' to 's' to match other core plugins for simplicity. | Matthew Kent | 1 | -1/+1 |
2004-11-19 | Options for User Agent string and extra headers (Ibere Tizio) | Ton Voon | 1 | -2/+24 |
2004-11-18 | Enhance SSL initialization problems (Phil Dibowitz - 1055120) | Ton Voon | 1 | -2/+3 |
2004-11-18 | Go critical on no route to host instead of warning (934025) | Matthew Kent | 1 | -4/+5 |
2004-11-17 | Ignore output from tcp port (949070 - Jan-Piet Mens) | Ton Voon | 1 | -3/+10 |
2004-11-17 | --no-body and --max-age options (949521 - Jamie Zawinski) | Ton Voon | 1 | -3/+243 |
2004-11-12 | Update to using coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 | Ton Voon | 1 | -0/+1 |
2004-08-23 | Restore divisor for memory size reported by Windows. Also, implements warning | Ton Voon | 1 | -37/+111 |
2004-08-23 | Using swapctl for Solaris, Tru64 and *BSD (Sean Finney) | Ton Voon | 2 | -45/+84 |
2004-08-19 | Patch for tru64 using swapctl calls (Sean Finney) | Ton Voon | 2 | -1/+55 |
2004-08-18 | Checks different record types and checks against an expected address (Bill Ku... | Ton Voon | 1 | -21/+58 |
2004-08-18 | Fixed perfdata so that shows amount used (Garry Cook) | Ton Voon | 1 | -1/+1 |
2004-08-18 | Perfdata added (Gary Cook) | Ton Voon | 1 | -13/+37 |
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 |