Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-04 | Fix syntax error in POD | Florian Pritz | 1 | -1/+1 | |
Possible perl 5.18 related, I didn't look into that. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-03-17 | xss fix from Steven Chamberlain | Tobias Oetiker | 1 | -2/+3 | |
2013-03-04 | be more careful about preventing xss attacks, re http://bugs.debian.org/659899 | Tobias Oetiker | 1 | -6/+8 | |
2013-02-27 | provide more configurable replacements for remocular integration | Tobias Oetiker | 1 | -4/+10 | |
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-13 | allow title to be defined via cgi parameter when calling navigator interface ↵ | Tobias Oetiker | 1 | -1/+2 | |
directly | |||||
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-05-23 | must provide the actual width when finding max or consolidation will cause ↵ | Tobias Oetiker | 1 | -0/+1 | |
problems - thanks david for the hint! | |||||
2012-04-02 | Merge branch 'master' of github.com:oetiker/SmokePing | Tobias Oetiker | 1 | -0/+4 | |
2012-04-02 | wait for the first gen child to terminate | Tobias Oetiker | 1 | -6/+8 | |
2012-03-23 | Merge remote branch 'tobi/master' into integration | Darren Murphy | 2 | -7/+24 | |
2012-03-22 | fork alert handlers, so that smokeping does not block | Tobias Oetiker | 1 | -4/+12 | |
2012-02-06 | make SipSak work with sip servers implementing OPTIONS | Tobias Oetiker | 1 | -3/+12 | |
2012-02-06 | Add template support for http auth user | Darren Murphy | 1 | -0/+4 | |
2012-02-02 | fix documentation | Tobias Oetiker | 1 | -1/+1 | |
2012-02-02 | handle servers actually implementing OPTIONS | Tobias Oetiker | 1 | -5/+22 | |
2012-01-11 | be more careful in handling input from the web to prevent xss. Thanks to | Tobias Oetiker | 1 | -5/+13 | |
Russ McRee <holisticinfosec@gmail.com> for pointing this out. | |||||
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-11-24 | use max index instead of count ... then it all works nicely | Tobias Oetiker | 1 | -3/+2 | |
2011-11-24 | fixed off by 1 error | Tobias Oetiker | 1 | -0/+1 | |
2011-11-23 | add missing } ... syntax error | Tobias Oetiker | 1 | -1/+1 | |
2011-11-23 | make sure we stay within the bounds of the array | Tobias Oetiker | 1 | -0/+3 | |
2011-11-22 | make Median matcher work fine on startup and when unknown values are in the ↵ | Tobias Oetiker | 1 | -2/+9 | |
stream | |||||
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-10-05 | no need to mention DESTDIR in normal Makefile.am use ... only in command ↵ | Tobias Oetiker | 1 | -1/+1 | |
options. Thanks to Jeff Bilyk for tha patch. | |||||
2011-09-29 | make sure version if Smokeping.pm is synced on distbuild | Tobi Oetiker | 1 | -1/+2 | |
2011-09-28 | fix to work with new automake build | Tobi Oetiker | 1 | -3/+3 | |
2011-09-28 | added automake support | Tobi Oetiker | 1 | -0/+35 | |
2011-09-28 | standard modules from CPAN ... get them there | Tobi Oetiker | 7 | -2121/+0 | |
2011-09-28 | add missing POSIX prefix | Tobi Oetiker | 1 | -1/+1 | |
2011-09-26 | prepare for the release of smokeping-2.5.1 | Tobi Oetiker | 1 | -1/+1 | |
2011-09-25 | prepare for the release of smokeping-2.5.0 | Tobi Oetiker | 1 | -1/+1 | |
2011-09-25 | sync version | Tobi Oetiker | 1 | -1/+1 | |
2011-09-25 | do not exit in zoom ajax mode | Tobi Oetiker | 2 | -2/+2 | |
2011-09-21 | * switch from speedy to fastcgi | Tobi Oetiker | 1 | -3/+3 | |
* improved installation, no file editing required anymore * update installation instructions | |||||
2011-09-12 | fixed alert pattern parser for range alerts | Tobi Oetiker | 1 | -1/+1 | |
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 | |