Code

must use '&' in attribute values instead of '&'
[nagiosplug.git] / plugins /
2003-07-04 Karl DeBisschoponly make links for check_spop and check_simap when...
2003-07-03 Ton VoonFixed seg fault on some Sol 7/8 servers (Patch 764745...
2003-07-03 Karl DeBisschopremove LABELLEN
2003-06-30 Jeremy T. BouseAdded -4 and -6 command line options into check_http...
2003-06-30 Jeremy T. BouseCorrections to get code to compile on systems without...
2003-06-30 Jeremy T. BouseAdded check_simap & check_spop to check_tcp_programs
2003-06-30 Ton VoonFixed support for "check_disk warn crit [path]" with...
2003-06-29 Jeremy T. BouseIncluded patch for check_ldap from Patch #753621 by...
2003-06-29 Jeremy T. BouseChanged usage output to show -4 and -6 are mutually...
2003-06-29 Jeremy T. Bousecheck_ping is now coded with -4 & -6 options to call...
2003-06-29 Jeremy T. BouseAdded address_family extern int variable to netutils...
2003-06-29 Ton VoonAdded NLM test (Phil Randal)
2003-06-29 Ton VoonCorrected reported size for PROC_MEMINFO systems
2003-06-27 Jeremy T. BouseModified my_connect to include ai_socktype in the hints...
2003-06-27 Ton VoonSupport for swap -s for solaris. Also changes size...
2003-06-26 Ton VoonFixed different thresholds if using exclude lists
2003-06-25 Ton VoonSupport for different thresholds for different filesystems
2003-06-25 Ton VoonRemoved -d option and just check against -p parameter
2003-06-25 Ton VoonReport errors if path specified not found
2003-06-25 Ton VoonProblems compiling on SunOS 5.6 with gcc 2.8.1. Fixed...
2003-06-21 Karl DeBisschopsoalris 8 needs 'ln -s -f' instead of 'ln -sf'
2003-06-21 Karl DeBisschopadd remaining URI_PATH chars per RFC 2396
2003-06-11 Karl DeBisschopfix URI_PATH to allow ?&#: (more still should be allowed)
2003-06-10 Karl DeBisschopadd note about shell quote removal to address https...
2003-06-07 Subhendu Ghosh\r\n patch from Mathias
2003-06-04 Ton VoonArgument to asprintf in wrong order
2003-06-02 Karl DeBisschopfinish recv() loop when stream GT or EQ maxbytes (was GT)
2003-06-01 Karl DeBisschopallow user to limit number of bytes fetched
2003-05-31 Karl DeBisschopfirst revised patch failed to trap the "break" in while()
2003-05-17 Ton VoonFixed test (Mathew Ericson - 738609)
2003-05-17 Ton VoonFixed tests (Mathew Ericson - 738607)
2003-05-17 Ton VoonFixed test commands (Mathew Ericson - 738605)
2003-05-17 Ton VoonFixed tests (Mathew Ericson - 738608)
2003-05-17 Ton VoonFixed tests (Mathew Ericson - 738604)
2003-05-14 Ton VoonAdded examples
2003-05-14 Ton VoonAdded DSVER and UPTIME checks (Phil Randal - 737617)
2003-05-09 Karl DeBisschopfix error when server closes connection
2003-05-09 Karl DeBisschopcause snmpget try try for 1 second less than the timeou...
2003-05-07 Jeremy T. BouseModified check_ping to handle IPv6 as well as IPv4...
2003-04-23 Karl DeBisschopupdate to RFC1123 hostname specs
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-04-16 Subhendu Ghoshreset to old behavior of not checking stream by default
2003-04-13 Subhendu Ghoshreduce compiler warning between gcc3 and gcc2.96
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
next