Code

Added sendmail multi-queue support (Canau), merged qmail support (Schmid)
[nagiosplug.git] / plugins /
2003-04-11 Ton VoonMatch -a STRING anywhere in ps args (Laurent Vaslin...
2003-04-11 Subhendu Ghoshpatch 698384 - order of args to snmpget + print a bit...
2003-04-09 Karl DeBisschopcleanup to suppress various strict compiler warnings
2003-04-09 Karl DeBisschoprewrite #elif to be compatible with traditional C
2003-04-09 Karl DeBisschopcheck_game needs popen.c now
2003-04-08 Ton VoonChanged // to /* */ comments as some compilers do not...
2003-04-07 Ton VoonFixed zombie processes
2003-04-07 Ton VoonSouped up check_procs with different metrics
2003-04-07 Ton VoonRemoved unnecessary regex array
2003-04-07 Karl DeBisschopste timeout one second greater than critical time
2003-04-07 Karl DeBisschophad been grandfathered ibto core, finally use normal...
2003-03-31 Karl DeBisschopcheckpoint
2003-03-27 Ton VoonExtra Netware checks (Patch 710247 - Dietmar Ruzicka)
2003-03-26 Ton VoonRemoval of ps_raw and ps_vars
2003-03-26 Ton VoonUses same ps command as check_procs
2003-03-24 Jeremy T. BouseMinor changes to build for Solaris packages
2003-03-24 Ton VoonUse max_state
2003-03-24 Ton VoonReference to web site to get NSClient
2003-03-23 Karl DeBisschopcan once again exclude indiviual path/partitions
2003-03-23 Karl DeBisschopadd -X to exclude FS type, now works with more than...
2003-03-22 Karl DeBisschopdeclaration must precede printf
2003-03-21 Karl DeBisschopcheckpoint, allows selecting devices and paths now
2003-03-19 Karl DeBisschopallow to specify -1 and -2 for protocol version
2003-03-19 Karl DeBisschopmake state_text a function
2003-03-19 Karl DeBisschopcheck_disk working with mountlist.c
2003-03-18 Karl DeBisschopcommon.h was doubly included
2003-03-18 Karl DeBisschopuse enum instead of define, remove some cruft from...
2003-03-18 Karl DeBisschopuse GNU fileutils for check_disk
2003-03-16 Jeremy T. BouseApplied patch #660973 for tcp refusals
2003-03-15 Jeremy T. BouseSpent the day working on backwards compatability using...
2003-03-13 Ton VoonStrip leading spaces in perf data
2003-03-13 Ton VoonPerf data without leading spaces and fix ANSI C complai...
2003-03-13 Ton VoonFix compiler warnings re progname
2003-03-13 Jeremy T. BouseUpdated cvs ignore files to reflect changes
2003-03-13 Karl DeBisschopnegate must be POSIXly correct in handling options...
2003-03-12 Jeremy T. Bousedoco standarization
2003-03-12 Jeremy T. BouseAdded autogen.sh script that rebuilds using autotools...
2003-03-12 Karl DeBisschopdoco standarization
2003-03-12 Karl DeBisschoperrors for statfs
2003-03-12 Karl DeBisschopcomment/doco cleanup for embeeded doc work, control...
2003-03-12 Jeremy T. BouseAdd some more extra plugins
2003-03-12 Jeremy T. BouseClean up of output from plugin
2003-03-12 Jeremy T. BouseCode clean-up
2003-03-12 Jeremy T. BouseCode cleanup
2003-03-12 Ton VoonRemoved is_host checks to speed up code. Fixed timings...
2003-03-12 Ton VoonTimings in milliseconds and nicer output
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-11 Ton VoonFixed reading too many argv parameters and changed...
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-11 Karl DeBisschopuse statfs for check_disk (still needs fs scan)
2003-03-09 Jeremy T. BouseMake sure sys/socket.h is explicitly included if HAVE_S...
2003-03-09 Ton VoonImplement error-only option for check_disk (Ian Duggan)
2003-03-08 Ton VoonFix AIX /proc filesystem (Ian Duggan)
2003-03-08 Jeremy T. BouseModified code to call is_addr() rather than is_dotted_q...
2003-03-08 Jeremy T. BouseAF indepedent routines introduced.
2003-03-08 Ton VoonMove snprintf into lib
2003-03-07 Jeremy T. BouseAdded getaddrinfo.[ch] & gethostbyname.[ch] to provide...
2003-03-07 Karl DeBisschopmillisecond timing and perf data
2003-03-07 Karl DeBisschopwhole timer loop was on the wrong side of connection...
2003-03-07 Karl DeBisschopfix for -H invocation of hostname
2003-03-05 Ton Vooncheck_http min size option (680467 - Dave Viner)
2003-03-04 Ton VoonMake output message for CPU Load a bit nicer
2003-03-03 Karl DeBisschopaccept comma-delimted list of hosts for checking if...
2003-03-02 Karl DeBisschopadd logic to check multiple servers
2003-02-21 Ton VoonFixed coredump with unallocated string
2003-02-21 Ton VoonStrip leading spaces on dns return value (689563 -...
2003-02-19 Ton VoonMove getloadavg to lib directory. Must run "aclocal...
2003-02-18 Karl DeBisschopspurious backslash escape
2003-02-18 Karl DeBisschopnever exited getopt loop
2003-02-18 Karl DeBisschopfailed if header was more than 1023 bytes
2003-02-18 Ton VoonFixed the output messages (Bug 688729 - Jayjay)
2003-02-18 Ton VoonFixed compiler warning and increased the SSL random...
2003-02-18 Subhendu GhoshOID type prefix patch [Patches-679403]
2003-02-18 Subhendu Ghoshsupport for Large swap sizes
2003-02-16 Ton VoonFixed dependencies for check_nt
2003-02-16 Ton VoonCoredump if no variable set (reported by Marc C. Poulin)
2003-02-12 Ton VoonAdded extra plugins
2003-02-12 Ton VoonRemove unnecessary \ and fix coredump with no parameter...
2003-02-12 Ton VoonRemove unnecessary \ - complaints from Tru64's cc compiler
2003-02-11 Ton VoonPatch by Dave Viner for seg fault on RH 7.3 (655903)
2003-02-10 Ton VoonRemoving getopt files - now in new lib directory
2003-02-10 Ton VoonAdded in a define for HAVE_GETOPT_H for backwards compa...
2003-02-10 Ton VoonRemove unnecessary getopt references and link in lib...
2003-02-10 Jeremy T. BouseAdded argc checks before attempting to access argv[]
2003-02-10 Jeremy T. BouseRevised code to use resolving and connection code in...
2003-02-08 Karl DeBisschopuse enum instead of define
2003-02-08 Karl DeBisschopsubmit request with one send
2003-02-05 Karl DeBisschopallow check to proceed using servers from resolv.conf
2003-02-05 Karl DeBisschopfix segfault due to bad asprintf invocation
2003-02-03 Ton VoonAvoid core dump with null or invalid data (679400 ...
2003-02-03 Ton VoonPatch for Mac OS X compile (652080 - Ton Voon)
2003-02-03 Subhendu Ghoshadded default community [bug-patch #600349 jbaumgartner]
2003-01-31 Ton VoonFix for zombie processes on Solaris (Bug 677803 - Matth...
2003-01-31 Ton VoonReapply all asprintf calls. Fix for %% problem with...
2003-01-31 Ton VoonRemoved all unnecessary asprintf calls. Replaced with...
2003-01-30 Ton VoonAdded reference to the official NSClient web site
2003-01-30 Ton VoonFixed long --allswap option
2003-01-30 Ton VoonFixed progname
2003-01-29 Ton VoonFixed error and success codes (638656 - Paul Dlug)
2003-01-29 Ton VoonAdded in check_nt for bug 646516
next