Age | Commit message (Expand) | Author | Files | Lines |
2003-05-09 | cause snmpget try try for 1 second less than the timeout (allowing plugin to ... | Karl DeBisschop | 1 | -2/+3 |
2003-05-07 | Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the | Jeremy T. Bouse | 1 | -3/+17 |
2003-04-25 | corrected output units | Subhendu Ghosh | 1 | -2/+2 |
2003-04-23 | update to RFC1123 hostname specs | Karl DeBisschop | 1 | -2/+2 |
2003-04-17 | add check_nt, drop check_vsz | Karl DeBisschop | 1 | -1/+1 |
2003-04-17 | code cleanup to clear strict compiler warnings | Karl DeBisschop | 3 | -83/+73 |
2003-04-17 | code cleanup to clear strict compiler warnings | Karl DeBisschop | 3 | -151/+158 |
2003-04-16 | reset to old behavior of not checking stream by default | Subhendu Ghosh | 1 | -2/+2 |
2003-04-13 | reduce compiler warning between gcc3 and gcc2.96 | Subhendu Ghosh | 1 | -29/+4 |
2003-04-13 | update for check_mailq - qmail support | Subhendu Ghosh | 2 | -0/+12 |
2003-04-13 | Added sendmail multi-queue support (Canau), merged qmail support (Schmid) | Subhendu Ghosh | 1 | -50/+362 |
2003-04-11 | Match -a STRING anywhere in ps args (Laurent Vaslin - 719783) | Ton Voon | 1 | -3/+8 |
2003-04-11 | added feature -u (list of unused ifIndex) | Subhendu Ghosh | 1 | -28/+45 |
2003-04-11 | bug 691412, added feature -x (list of excluded ifTypes) | Subhendu Ghosh | 1 | -16/+57 |
2003-04-11 | patch 698384 - order of args to snmpget + print a bit of stderr | Subhendu Ghosh | 1 | -4/+13 |
2003-04-09 | cleanup to suppress various strict compiler warnings | Karl DeBisschop | 3 | -137/+117 |
2003-04-09 | rewrite #elif to be compatible with traditional C | Karl DeBisschop | 1 | -3/+5 |
2003-04-09 | check_game needs popen.c now | Karl DeBisschop | 1 | -1/+1 |
2003-04-08 | Updated command for new check_procs | Ton Voon | 1 | -1/+1 |
2003-04-08 | Changed // to /* */ comments as some compilers do not like them | Ton Voon | 2 | -19/+18 |
2003-04-08 | check_axis.sh (Axis 5xx print servers) from Tom De Blende | Stanley Hopcroft | 1 | -0/+93 |
2003-04-07 | Fixed zombie processes | Ton Voon | 1 | -3/+2 |
2003-04-07 | Missed some PS_FORMAT strings | Ton Voon | 1 | -10/+10 |
2003-04-07 | Souped up check_procs with different metrics | Ton Voon | 5 | -473/+307 |
2003-04-07 | Removed unnecessary regex array | Ton Voon | 1 | -1/+0 |
2003-04-07 | ste timeout one second greater than critical time | Karl DeBisschop | 1 | -0/+3 |
2003-04-07 | had been grandfathered ibto core, finally use normal getopts, add options for... | Karl DeBisschop | 1 | -173/+190 |
2003-04-03 | Cleaned up cache output | Ton Voon | 1 | -3/+3 |
2003-04-01 | Fixed sqlplus calls and rearranged parameters for --tablespace & --cache | Ton Voon | 1 | -33/+37 |
2003-04-01 | remove PATH_PROG call for autoconf/automake components | Karl DeBisschop | 1 | -5/+0 |
2003-03-31 | checkpoint | Karl DeBisschop | 1 | -31/+90 |
2003-03-27 | Extra Netware checks (Patch 710247 - Dietmar Ruzicka) | Ton Voon | 1 | -1/+85 |
2003-03-26 | ipv6 check requires unistd.h for Darwin | Ton Voon | 1 | -4/+9 |
2003-03-26 | Removal of ps_raw and ps_vars | Ton Voon | 2 | -43/+1 |
2003-03-26 | Uses same ps command as check_procs | Ton Voon | 1 | -9/+32 |
2003-03-25 | subst is no longer used | Karl DeBisschop | 1 | -1/+0 |
2003-03-24 | Better stripping of prefix for Solaris package install needs to remove | Jeremy T. Bouse | 2 | -2/+3 |
2003-03-24 | Minor changes to build for Solaris packages | Jeremy T. Bouse | 4 | -7/+13 |
2003-03-24 | Use max_state | Ton Voon | 1 | -29/+5 |
2003-03-24 | PATH set in correct place and extra comments | Ton Voon | 2 | -3/+6 |
2003-03-24 | Bug fixes | Ton Voon | 2 | -2/+2 |
2003-03-24 | Sends email if non-zero return code from command | Ton Voon | 1 | -0/+22 |
2003-03-24 | Error code depending on number of files generated | Ton Voon | 1 | -0/+5 |
2003-03-24 | Using coreutils 4.5.11 version to fix Darwin problem | Ton Voon | 1 | -54/+85 |
2003-03-24 | Add NSClient requirement for check_nt | Ton Voon | 1 | -1/+5 |
2003-03-24 | Reference to web site to get NSClient | Ton Voon | 1 | -1/+2 |
2003-03-23 | Solaris package build system | Jeremy T. Bouse | 6 | -31/+114 |
2003-03-23 | can once again exclude indiviual path/partitions | Karl DeBisschop | 1 | -6/+18 |
2003-03-23 | add -X to exclude FS type, now works with more than one path/dev specified | Karl DeBisschop | 1 | -8/+60 |
2003-03-22 | declaration must precede printf | Karl DeBisschop | 1 | -1/+1 |