Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-07 | Added new probe SendEmail | Florian Coulmier | 1 | -0/+178 | |
2012-10-24 | Merge branch 'master' of github.com:oetiker/SmokePing | Tobias Oetiker | 1 | -3/+16 | |
2012-10-24 | As spotted by Gert Doering, rand() gives the same results in each | Niko Tyni | 1 | -0/+3 | |
pinger subprocess. This is because they all inherit the same RNG state from their parent. Fix this undesired behaviour by reseeding the RNG with the current time and the process ID. The argument of srand() shouldn't really matter much on modern Perls, but we're not very concerned about the quality of the random numbers either, and time()+$$ should make sure it's different for each process. | |||||
2012-09-12 | fix stray spaces | Jeremy Weatherford | 1 | -1/+1 | |
2012-09-12 | add expect parameter to Curl.pm | Jeremy Weatherford | 1 | -3/+16 | |
2012-08-29 | fix regression - added missing ) | Tobias Oetiker | 1 | -1/+1 | |
2012-08-29 | allow to configure FPing probe to read fping output form stdout instead of ↵ | Tobias Oetiker | 1 | -1/+11 | |
stderr | |||||
2012-07-09 | it's milliseconds not miliseconds, thanks frank habicht | Tobias Oetiker | 4 | -4/+4 | |
2012-07-06 | respect the probe timeout -- Dmitry Melekhov | Tobias Oetiker | 1 | -1/+2 | |
2012-02-06 | make SipSak work with sip servers implementing OPTIONS | Tobias Oetiker | 1 | -3/+12 | |
2012-02-02 | fix documentation | Tobias Oetiker | 1 | -1/+1 | |
2012-02-02 | handle servers actually implementing OPTIONS | Tobias Oetiker | 1 | -5/+22 | |
2011-12-20 | integrated NFSping probe by Matt Provost - https://github.com/mprovost/NFSping | Tobias Oetiker | 1 | -0/+192 | |
2011-12-03 | From: Chris Wilson <chris@aptivate.org> | Tobias Oetiker | 1 | -4/+17 | |
Date: Fri, 2 Dec 2011 20:38:26 +0000 (GMT) I tried to use the tcpping probe but it didn't work for me (centos 5). It seems that the tcptraceroute output format has changed or there is a problem with the script's ability to parse options. It also doesn't report tcptraceroute errors properly or have much in the way of debugging support. And it required smokeping to be run as root. I think I have fixed these issues, and posted updated versions here: https://github.com/aptivate/network-scripts/blob/master/TCPPing.pm https://github.com/aptivate/network-scripts/blob/master/tcpping I hope that you will consider these for inclusion in your projects. Richard, are you still maintaining tcpping? If not, is it worth merging this functionality into the TCPPing module? (integrated the TCPPing.pm for now -- tobi) | |||||
2011-10-21 | one more naked gettimeofday eliminated | Tobias Oetiker | 1 | -1/+1 | |
2011-10-20 | it seems some version of perl bulk at gettimeofday without () | Tobias Oetiker | 2 | -7/+7 | |
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 | 1 | -0/+456 | |
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 | 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 | |
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-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-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-14 | added rsa1 patch | Tobi Oetiker | 1 | -1/+1 | |
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 | |
2007-12-20 | remove check for timeredirects since this does not work without manual | Tobi Oetiker | 1 | -3/+3 | |
2007-12-20 | use --help instead of --manual since manual is not compiled everywere | Tobi Oetiker | 1 | -1/+2 | |
2007-12-13 | clean the last remains of echoping live test code | Niko Tyni | 1 | -2/+2 | |
2007-12-13 | EchoPingHttp: add the 'accept_redirects' option | Niko Tyni | 1 | -0/+17 | |
2007-10-27 | rmove -S warning unless sourceaddressing is used | Tobi Oetiker | 1 | -1/+3 | |
2007-10-27 | * removed all the 'live' tests from the echoping probes --niko | Niko Tyni | 9 | -105/+29 | |
* log a warning message on the first 'round' of pinging if curl or echoping exits with non-zero status --niko | |||||
2007-10-27 | count the rounds when pinging, needed for smarter logging | Niko Tyni | 3 | -1/+20 | |
2007-10-15 | * fixed parsing of slaves statements in config file, broeken since I ↵ | Tobi Oetiker | 6 | -16/+15 | |
seemingly relaxed the hostname constraints. * removed all online testing from Curl and EchoPing probes | |||||
2007-09-28 | the \ must stay in the string! | Tobi Oetiker | 1 | -1/+1 | |
2007-09-28 | * allow the slave name to be configured | Tobi Oetiker | 1 | -3/+9 | |
* be more liberal in what is allowed for slave names * allow port configuration in the SSH probe | |||||
2007-08-12 | only mention fping reporting resolution if abnormal | Tobi Oetiker | 1 | -3/+5 | |