summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-03-23can once again exclude indiviual path/partitionsKarl DeBisschop1-6/+18
2003-03-23add -X to exclude FS type, now works with more than one path/dev specifiedKarl DeBisschop1-8/+60
2003-03-22declaration must precede printfKarl DeBisschop1-1/+1
2003-03-21checkpoint, allows selecting devices and paths nowKarl DeBisschop1-17/+42
2003-03-19allow to specify -1 and -2 for protocol versionKarl DeBisschop1-3/+11
2003-03-19make state_text a functionKarl DeBisschop2-9/+33
2003-03-19check_disk working with mountlist.cKarl DeBisschop1-9/+22
2003-03-18common.h was doubly includedKarl DeBisschop2-1/+1
2003-03-18use enum instead of define, remove some cruft from old snprintf implementationKarl DeBisschop1-64/+23
2003-03-18use GNU fileutils for check_diskKarl DeBisschop1-143/+77
2003-03-16Applied patch #660973 for tcp refusalsJeremy T. Bouse3-6/+41
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Jeremy T. Bouse9-130/+810
2003-03-13Strip leading spaces in perf dataTon Voon3-10/+10
2003-03-13Perf data without leading spaces and fix ANSI C complaint about \nTon Voon1-3/+3
2003-03-13Fix compiler warnings re prognameTon Voon1-1/+2
2003-03-13Updated cvs ignore files to reflect changesJeremy T. Bouse8-9/+3
2003-03-13negate must be POSIXly correct in handling options, else wrapped options get ...Karl DeBisschop1-1/+1
2003-03-12doco standarizationJeremy T. Bouse1-74/+68
2003-03-12Added autogen.sh script that rebuilds using autotools and runs configureJeremy T. Bouse2-0/+14
2003-03-12doco standarizationKarl DeBisschop1-68/+62
2003-03-12errors for statfsKarl DeBisschop1-0/+19
2003-03-12comment/doco cleanup for embeeded doc work, control STMP command via options ...Karl DeBisschop1-81/+98
2003-03-12Add some more extra pluginsJeremy T. Bouse1-0/+1
2003-03-12Clean up of output from pluginJeremy T. Bouse1-17/+17
2003-03-12Code clean-upJeremy T. Bouse4-12/+11
2003-03-12Code cleanupJeremy T. Bouse1-1/+2
2003-03-12Removed is_host checks to speed up code. Fixed timings so no spacesTon Voon1-15/+7
2003-03-12Timings in milliseconds and nicer outputTon Voon1-5/+14
2003-03-11Remove getopt_long checksTon Voon1-11/+1
2003-03-11Fixed reading too many argv parameters and changed to asprintfTon Voon1-2/+2
2003-03-11Remove getopt_long checksTon Voon32-258/+27
2003-03-11use statfs for check_disk (still needs fs scan)Karl DeBisschop1-5/+56
2003-03-09Make sure sys/socket.h is explicitly included if HAVE_SYS_SOCKET_H is definedJeremy T. Bouse1-0/+4
2003-03-09Implement error-only option for check_disk (Ian Duggan)Ton Voon1-2/+10
2003-03-08Fix AIX /proc filesystem (Ian Duggan)Ton Voon1-1/+5
2003-03-08Modified code to call is_addr() rather than is_dotted_quad() with theJeremy T. Bouse1-1/+1
2003-03-08AF indepedent routines introduced.Jeremy T. Bouse4-230/+116
2003-03-08Move snprintf into libTon Voon2-988/+1
2003-03-07Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functionsJeremy T. Bouse4-5/+8
2003-03-07millisecond timing and perf dataKarl DeBisschop1-14/+19
2003-03-07whole timer loop was on the wrong side of connection close codeKarl DeBisschop1-34/+19
2003-03-07fix for -H invocation of hostnameKarl DeBisschop1-2/+2
2003-03-05check_http min size option (680467 - Dave Viner)Ton Voon1-2/+17
2003-03-04Make output message for CPU Load a bit nicerTon Voon1-2/+2
2003-03-03accept comma-delimted list of hosts for checking if a multihomed host is aliveKarl DeBisschop1-21/+38
2003-03-02add logic to check multiple serversKarl DeBisschop1-45/+60
2003-02-21Fixed coredump with unallocated stringTon Voon1-2/+6
2003-02-21Strip leading spaces on dns return value (689563 - Simon L Nielsen)Ton Voon1-1/+5
2003-02-19Move getloadavg to lib directory. Must run "aclocal -I lib"Ton Voon2-1087/+1
2003-02-18spurious backslash escapeKarl DeBisschop1-2/+1