Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-21 | remove duplicate entries | Tobias Oetiker | 1 | -4/+0 | |
2013-03-17 | xss fix from Steven Chamberlain | Tobias Oetiker | 1 | -2/+3 | |
2013-03-04 | update release number | Tobias Oetiker | 1 | -1/+1 | |
2013-03-04 | updated changes log | Tobias Oetiker | 1 | -0/+30 | |
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-08 | Merge pull request #9 from couloum/master | Tobias Oetiker | 1 | -0/+178 | |
new probe SendEmail | |||||
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-13 | Merge pull request #8 from jweather/master | Tobias Oetiker | 1 | -3/+16 | |
add "expect" parameter to Curl.pm | |||||
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-07-03 | set a default for end too | Tobias Oetiker | 1 | -1/+1 | |
2012-07-03 | fix smokeinfo to actually consider --start and --end | Tobias Oetiker | 2 | -1/+4 | |
2012-05-23 | exec the cgi to make sure fastcgi is tracking the right process - Eric Searcy | Tobias Oetiker | 2 | -1/+4 | |
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 | 3 | -0/+7 | |
2012-04-02 | wait for the first gen child to terminate | Tobias Oetiker | 1 | -6/+8 | |
2012-03-24 | Merge pull request #6 from mcdarren/integration | Tobias Oetiker | 3 | -0/+7 | |
HTTP auth user template support | |||||
2012-03-23 | Merge remote branch 'tobi/master' into integration | Darren Murphy | 6 | -9/+46 | |
2012-03-23 | Template support for HTTP auth user | Darren Murphy | 2 | -0/+3 | |
* Updated doc * Added section to basepage.html.dist | |||||
2012-03-22 | fork alert handlers, so that smokeping does not block | Tobias Oetiker | 1 | -0/+2 | |
2012-03-22 | fork alert handlers, so that smokeping does not block | Tobias Oetiker | 1 | -4/+12 | |
2012-02-13 | added hacking notes | Tobias Oetiker | 1 | -0/+14 | |
2012-02-07 | added release | Tobias Oetiker | 1 | -0/+2 | |
2012-02-07 | update RRD location | Tobias Oetiker | 1 | -1/+1 | |
2012-02-06 | update for release | Tobias Oetiker | 1 | -1/+1 | |
2012-02-06 | make SipSak work with sip servers implementing OPTIONS | Tobias Oetiker | 2 | -3/+14 | |
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 | add relese date to changes file | Tobias Oetiker | 1 | -0/+2 | |
2012-01-11 | prep for release | Tobias Oetiker | 1 | -1/+1 | |
2012-01-11 | be more careful in handling input from the web to prevent xss. Thanks to | Tobias Oetiker | 2 | -5/+16 | |
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 | 2 | -4/+19 | |
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 | added ken | Tobias Oetiker | 1 | -1/+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 | -0/+2 | |
stream | |||||
2011-11-22 | make Median matcher work fine on startup and when unknown values are in the ↵ | Tobias Oetiker | 1 | -2/+9 | |
stream | |||||
2011-11-12 | prep for 2.6.6 release | Tobias Oetiker | 2 | -1/+5 | |