aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2003-03-24Reference to web site to get NSClientGravatar Ton Voon
2003-03-23can once again exclude indiviual path/partitionsGravatar Karl DeBisschop
2003-03-23add -X to exclude FS type, now works with more than one path/dev specifiedGravatar Karl DeBisschop
2003-03-22declaration must precede printfGravatar Karl DeBisschop
2003-03-21checkpoint, allows selecting devices and paths nowGravatar Karl DeBisschop
2003-03-19allow to specify -1 and -2 for protocol versionGravatar Karl DeBisschop
2003-03-19make state_text a functionGravatar Karl DeBisschop
2003-03-19check_disk working with mountlist.cGravatar Karl DeBisschop
2003-03-18common.h was doubly includedGravatar Karl DeBisschop
2003-03-18use enum instead of define, remove some cruft from old snprintf implementationGravatar Karl DeBisschop
2003-03-18use GNU fileutils for check_diskGravatar Karl DeBisschop
2003-03-16Applied patch #660973 for tcp refusalsGravatar Jeremy T. Bouse
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Gravatar Jeremy T. Bouse
2003-03-13Strip leading spaces in perf dataGravatar Ton Voon
2003-03-13Perf data without leading spaces and fix ANSI C complaint about \nGravatar Ton Voon
2003-03-13Fix compiler warnings re prognameGravatar Ton Voon
2003-03-13Updated cvs ignore files to reflect changesGravatar Jeremy T. Bouse
2003-03-13negate must be POSIXly correct in handling options, else wrapped options get ...Gravatar Karl DeBisschop
2003-03-12doco standarizationGravatar Jeremy T. Bouse
2003-03-12Added autogen.sh script that rebuilds using autotools and runs configureGravatar Jeremy T. Bouse
2003-03-12doco standarizationGravatar Karl DeBisschop
2003-03-12errors for statfsGravatar Karl DeBisschop
2003-03-12comment/doco cleanup for embeeded doc work, control STMP command via options ...Gravatar Karl DeBisschop
2003-03-12Add some more extra pluginsGravatar Jeremy T. Bouse
2003-03-12Clean up of output from pluginGravatar Jeremy T. Bouse
2003-03-12Code clean-upGravatar Jeremy T. Bouse
2003-03-12Code cleanupGravatar Jeremy T. Bouse
2003-03-12Removed is_host checks to speed up code. Fixed timings so no spacesGravatar Ton Voon
2003-03-12Timings in milliseconds and nicer outputGravatar Ton Voon
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-03-11Fixed reading too many argv parameters and changed to asprintfGravatar Ton Voon
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-03-11use statfs for check_disk (still needs fs scan)Gravatar Karl DeBisschop
2003-03-09Make sure sys/socket.h is explicitly included if HAVE_SYS_SOCKET_H is definedGravatar Jeremy T. Bouse
2003-03-09Implement error-only option for check_disk (Ian Duggan)Gravatar Ton Voon
2003-03-08Fix AIX /proc filesystem (Ian Duggan)Gravatar Ton Voon
2003-03-08Modified code to call is_addr() rather than is_dotted_quad() with theGravatar Jeremy T. Bouse
2003-03-08AF indepedent routines introduced.Gravatar Jeremy T. Bouse
2003-03-08Move snprintf into libGravatar Ton Voon
2003-03-07Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functionsGravatar Jeremy T. Bouse
2003-03-07millisecond timing and perf dataGravatar Karl DeBisschop
2003-03-07whole timer loop was on the wrong side of connection close codeGravatar Karl DeBisschop
2003-03-07fix for -H invocation of hostnameGravatar Karl DeBisschop
2003-03-05check_http min size option (680467 - Dave Viner)Gravatar Ton Voon
2003-03-04Make output message for CPU Load a bit nicerGravatar Ton Voon
2003-03-03accept comma-delimted list of hosts for checking if a multihomed host is aliveGravatar Karl DeBisschop
2003-03-02add logic to check multiple serversGravatar Karl DeBisschop
2003-02-21Fixed coredump with unallocated stringGravatar Ton Voon
2003-02-21Strip leading spaces on dns return value (689563 - Simon L Nielsen)Gravatar Ton Voon
2003-02-19Move getloadavg to lib directory. Must run "aclocal -I lib"Gravatar Ton Voon