summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-06-02finish recv() loop when stream GT or EQ maxbytes (was GT)Karl DeBisschop1-1/+1
2003-06-01allow user to limit number of bytes fetchedKarl DeBisschop1-7/+20
2003-05-31first revised patch failed to trap the "break" in while()Karl DeBisschop1-5/+16
2003-05-17Fixed test (Mathew Ericson - 738609)Ton Voon1-1/+1
2003-05-17Fixed tests (Mathew Ericson - 738607)Ton Voon1-4/+4
2003-05-17Fixed test commands (Mathew Ericson - 738605)Ton Voon1-10/+10
2003-05-17Fixed tests (Mathew Ericson - 738608)Ton Voon1-1/+1
2003-05-17Fixed tests (Mathew Ericson - 738604)Ton Voon1-1/+1
2003-05-14Added examplesTon Voon1-2/+8
2003-05-14Added DSVER and UPTIME checks (Phil Randal - 737617)Ton Voon1-1/+29
2003-05-09fix error when server closes connectionKarl DeBisschop1-7/+12
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Karl DeBisschop1-2/+3
2003-05-07Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using theJeremy T. Bouse1-3/+17
2003-04-23update to RFC1123 hostname specsKarl DeBisschop1-2/+2
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop3-83/+73
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop3-151/+158
2003-04-16reset to old behavior of not checking stream by defaultSubhendu Ghosh1-2/+2
2003-04-13reduce compiler warning between gcc3 and gcc2.96Subhendu Ghosh1-29/+4
2003-04-11Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)Ton Voon1-3/+8
2003-04-11patch 698384 - order of args to snmpget + print a bit of stderrSubhendu Ghosh1-4/+13
2003-04-09cleanup to suppress various strict compiler warningsKarl DeBisschop3-137/+117
2003-04-09rewrite #elif to be compatible with traditional CKarl DeBisschop1-3/+5
2003-04-09check_game needs popen.c nowKarl DeBisschop1-1/+1
2003-04-08Changed // to /* */ comments as some compilers do not like themTon Voon2-19/+18
2003-04-07Fixed zombie processesTon Voon1-3/+2
2003-04-07Souped up check_procs with different metricsTon Voon4-356/+265
2003-04-07Removed unnecessary regex arrayTon Voon1-1/+0
2003-04-07ste timeout one second greater than critical timeKarl DeBisschop1-0/+3
2003-04-07had been grandfathered ibto core, finally use normal getopts, add options for...Karl DeBisschop1-173/+190
2003-03-31checkpointKarl DeBisschop1-31/+90
2003-03-27Extra Netware checks (Patch 710247 - Dietmar Ruzicka)Ton Voon1-1/+85
2003-03-26Removal of ps_raw and ps_varsTon Voon1-5/+1
2003-03-26Uses same ps command as check_procsTon Voon1-9/+32
2003-03-24Minor changes to build for Solaris packagesJeremy T. Bouse1-0/+3
2003-03-24Use max_stateTon Voon1-29/+5
2003-03-24Reference to web site to get NSClientTon Voon1-1/+2
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