Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-11 | fixed name JunoOS -> JunOS | Tobi Oetiker | 1 | -3/+3 | |
2011-09-11 | added not on connecting by hand once | Tobi Oetiker | 1 | -0/+6 | |
2011-09-11 | initial junos probe | Tobi Oetiker | 1 | -0/+182 | |
2011-08-23 | disman integration looks good now | Tobi Oetiker | 1 | -4/+4 | |
2011-08-23 | alter probe names to be based on local hostname AND target host | Tobi Oetiker | 1 | -64/+42 | |
2011-08-23 | started integration of DismanPing support with modules from Bill Fenners: ↵ | Tobi Oetiker | 2 | -0/+536 | |
Bill's Permanently Unfinished but Potentially Useful scripts http://code.google.com/p/pupu/ --- thanks bill! | |||||
2011-02-18 | suggest to get a copy of fping from here ... | Tobi Oetiker | 1 | -1/+1 | |
2010-03-14 | added SipSak probe for SIP ping testing | Tobi Oetiker | 1 | -0/+111 | |
2010-03-10 | port the timeout fix from CiscoRTTMon ICMPPing to DNS and TcpConnect versions | Tobi Oetiker | 2 | -4/+16 | |
2010-03-09 | raise timeout to 5s and twist basefork.pm into allowing this by providing a ↵ | Tobi Oetiker | 1 | -2/+8 | |
higher _default timeout for the probe. | |||||
2009-12-30 | add support for TOS setting in fping | Tobi Oetiker | 1 | -0/+15 | |
2009-02-13 | fix a typo in configuration example 4, spotted by Guglielmo Bondioni | Niko Tyni | 1 | -1/+1 | |
2009-02-13 | From: Jeremy Laidman <jlaidman *rebel-it.com.au> | Niko Tyni | 1 | -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-21 | fix broken error message in spdomed | Tobi Oetiker | 1 | -1/+1 | |
2009-01-15 | * make it work with missing rrd files | Tobi Oetiker | 1 | -11/+11 | |
* make it work correctly for nomasterpoll option | |||||
2009-01-05 | initial checkin | Tobi Oetiker | 1 | -0/+204 | |
2008-12-22 | minor fixes | Tobi Oetiker | 1 | -15/+14 | |
2008-12-15 | ExpLoss.pm matcher produces an exponential weighted average and supports | Tobi Oetiker | 1 | -0/+153 | |
RMON-like thresholds to obtain stable node status detection. -- Veniamin Konoplev. | |||||
2008-11-03 | fixed normans address | Tobi Oetiker | 1 | -1/+1 | |
2008-09-14 | make this work even when ipv6 addresses are around -- Olaf Jaehrling | Tobi Oetiker | 1 | -2/+2 | |
2008-08-30 | properly fix the handling of multiple writes to the cache file | Tobi Oetiker | 1 | -3/+3 | |
2008-08-30 | seek to start of the file prior to storing | Tobi Oetiker | 1 | -1/+1 | |
2008-08-30 | order updates to slavecash to minimize writing | Tobi Oetiker | 1 | -36/+33 | |
2008-08-21 | be a bit smarter about handling updates comming in from a client by doing ↵ | Tobi Oetiker | 1 | -2/+8 | |
all updates to a name in a single round. | |||||
2008-06-13 | fixed version string creation in javascript output | Tobi Oetiker | 1 | -0/+1 | |
2008-06-08 | added blazemode to fping probe | Tobi Oetiker | 1 | -3/+20 | |
2008-06-08 | fixed telnetJunOSPing | Tobi Oetiker | 1 | -4/+8 | |
2008-06-08 | fixed regression from r680 which broken old fping detection | Tobi Oetiker | 1 | -2/+2 | |
2008-04-16 | complain properly when the secrets file can not be read | Tobi Oetiker | 1 | -2/+6 | |
2008-03-27 | properly initialize the target count | Niko Tyni | 1 | -0/+1 | |
2008-03-19 | added nikos fixes for nomasterpoll | Tobi Oetiker | 2 | -2/+7 | |
2008-03-19 | undo the previous change: it is arguably cleaner to send+expect the protocol ↵ | Niko Tyni | 2 | -6/+6 | |
number only with signed data | |||||
2008-03-19 | send the protocol number with OK too, the slave is expecting it | Niko Tyni | 1 | -1/+1 | |
2008-03-19 | revisit the locking error paths a bit | Niko Tyni | 1 | -4/+11 | |
2008-03-19 | unrevert the locking change, LOCK_SH should work | Niko Tyni | 1 | -13/+19 | |
2008-03-18 | fixed spelling of protocol | Tobi Oetiker | 1 | -1/+1 | |
2008-03-18 | added protocol level checks and upgrade notes | Tobi Oetiker | 2 | -1/+22 | |
2008-03-18 | fix a syntax error | Niko Tyni | 1 | -1/+1 | |
2008-03-18 | switch to HMAC digest to avert extension attack | Tobi Oetiker | 2 | -6/+6 | |
2008-03-18 | revert the locking change in r951 for portability reasons | Niko Tyni | 1 | -19/+13 | |
2008-03-17 | * store the slave updates in dyndir, defaulting to datadir --niko | Niko Tyni | 1 | -1/+17 | |
2008-03-17 | * change the slave update locking code so that reading works without | Niko Tyni | 1 | -13/+19 | |
write access to the temporary storage file --niko | |||||
2008-03-14 | added rsa1 patch | Tobi Oetiker | 1 | -1/+1 | |
2008-03-06 | fix retrun value processing (regression from last patch) | Tobi Oetiker | 1 | -3/+3 | |
2008-03-06 | longer timeout for slaves and separate cache files per slave for improved ↵ | Tobi Oetiker | 2 | -12/+16 | |
scaling -- Phillip Moore | |||||
2008-03-04 | * add an optional --pid-dir option to specify the pid directory | Niko Tyni | 1 | -1/+1 | |
when running as a slave. --niko | |||||
2008-02-26 | slaves must poll even with nomasterpoll | Tobi Oetiker | 1 | -1/+1 | |
2008-02-04 | fixed html syntax issues | Tobi Oetiker | 1 | -1/+1 | |
fixed spelling of standard deviation | |||||
2008-01-23 | prepare for the release of smokeping-2.3.0 | Tobi Oetiker | 1 | -25/+25 | |
2008-01-23 | added tcpping probe | Tobi Oetiker | 1 | -0/+164 | |