summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22make Median matcher work fine on startup and when unknown values are in the ↵Tobias Oetiker1-2/+9
stream
2011-10-21one more naked gettimeofday eliminatedTobias Oetiker1-1/+1
2011-10-20it seems some version of perl bulk at gettimeofday without ()Tobias Oetiker2-7/+7
2011-09-28fix to work with new automake buildTobi Oetiker1-3/+3
2011-09-25do not exit in zoom ajax modeTobi Oetiker1-1/+1
2011-09-11fixed name JunoOS -> JunOSTobi Oetiker1-3/+3
2011-09-11added not on connecting by hand onceTobi Oetiker1-0/+6
2011-09-11initial junos probeTobi Oetiker1-0/+182
2011-08-23disman integration looks good nowTobi Oetiker1-4/+4
2011-08-23alter probe names to be based on local hostname AND target hostTobi Oetiker1-64/+42
2011-08-23started integration of DismanPing support with modules from Bill Fenners: ↵Tobi Oetiker2-0/+536
Bill's Permanently Unfinished but Potentially Useful scripts http://code.google.com/p/pupu/ --- thanks bill!
2011-02-18suggest to get a copy of fping from here ... Tobi Oetiker1-1/+1
2010-03-14added SipSak probe for SIP ping testingTobi Oetiker1-0/+111
2010-03-10port the timeout fix from CiscoRTTMon ICMPPing to DNS and TcpConnect versionsTobi Oetiker2-4/+16
2010-03-09raise timeout to 5s and twist basefork.pm into allowing this by providing a ↵Tobi Oetiker1-2/+8
higher _default timeout for the probe.
2009-12-30add support for TOS setting in fpingTobi Oetiker1-0/+15
2009-02-13fix a typo in configuration example 4, spotted by Guglielmo BondioniNiko Tyni1-1/+1
2009-02-13From: Jeremy Laidman <jlaidman *rebel-it.com.au>Niko Tyni1-1/+17
> Please consider including the patch below. It allows specifying a parameter > of "allowreject" in the Radius probe configuration. When allowreject=true, > rejected RADIUS authentications are treated as OK. This means I can test > the RTT of a RADIUS request without using a valid account. As long as the > RADIUS secret is correct, the timings should be reasonable. The default is > "false".
2009-01-21fix broken error message in spdomedTobi Oetiker1-1/+1
2009-01-15* make it work with missing rrd filesTobi Oetiker1-11/+11
* make it work correctly for nomasterpoll option
2009-01-05initial checkinTobi Oetiker1-0/+204
2008-12-22minor fixesTobi Oetiker1-15/+14
2008-12-15ExpLoss.pm matcher produces an exponential weighted average and supportsTobi Oetiker1-0/+153
RMON-like thresholds to obtain stable node status detection. -- Veniamin Konoplev.
2008-11-03fixed normans address Tobi Oetiker1-1/+1
2008-09-14make this work even when ipv6 addresses are around -- Olaf JaehrlingTobi Oetiker1-2/+2
2008-08-30properly fix the handling of multiple writes to the cache fileTobi Oetiker1-3/+3
2008-08-30seek to start of the file prior to storing Tobi Oetiker1-1/+1
2008-08-30order updates to slavecash to minimize writingTobi Oetiker1-36/+33
2008-08-21be a bit smarter about handling updates comming in from a client by doing ↵Tobi Oetiker1-2/+8
all updates to a name in a single round.
2008-06-13fixed version string creation in javascript outputTobi Oetiker1-0/+1
2008-06-08added blazemode to fping probeTobi Oetiker1-3/+20
2008-06-08fixed telnetJunOSPingTobi Oetiker1-4/+8
2008-06-08fixed regression from r680 which broken old fping detectionTobi Oetiker1-2/+2
2008-04-16complain properly when the secrets file can not be readTobi Oetiker1-2/+6
2008-03-27properly initialize the target countNiko Tyni1-0/+1
2008-03-19added nikos fixes for nomasterpollTobi Oetiker2-2/+7
2008-03-19undo the previous change: it is arguably cleaner to send+expect the protocol ↵Niko Tyni2-6/+6
number only with signed data
2008-03-19send the protocol number with OK too, the slave is expecting itNiko Tyni1-1/+1
2008-03-19revisit the locking error paths a bitNiko Tyni1-4/+11
2008-03-19unrevert the locking change, LOCK_SH should workNiko Tyni1-13/+19
2008-03-18fixed spelling of protocolTobi Oetiker1-1/+1
2008-03-18added protocol level checks and upgrade notesTobi Oetiker2-1/+22
2008-03-18fix a syntax errorNiko Tyni1-1/+1
2008-03-18switch to HMAC digest to avert extension attackTobi Oetiker2-6/+6
2008-03-18revert the locking change in r951 for portability reasonsNiko Tyni1-19/+13
2008-03-17* store the slave updates in dyndir, defaulting to datadir --nikoNiko Tyni1-1/+17
2008-03-17* change the slave update locking code so that reading works withoutNiko Tyni1-13/+19
write access to the temporary storage file --niko
2008-03-14added rsa1 patchTobi Oetiker1-1/+1
2008-03-06fix retrun value processing (regression from last patch)Tobi Oetiker1-3/+3
2008-03-06longer timeout for slaves and separate cache files per slave for improved ↵Tobi Oetiker2-12/+16
scaling -- Phillip Moore