Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-25 | prepare for the release of smokeping-2.5.0 | Tobi Oetiker | 1 | -0/+2 | |
2011-09-21 | * switch from speedy to fastcgi | Tobi Oetiker | 1 | -1/+1 | |
* improved installation, no file editing required anymore * update installation instructions | |||||
2011-09-11 | track changes | Tobi Oetiker | 1 | -2/+3 | |
2011-09-11 | track changes | Tobi Oetiker | 1 | -0/+3 | |
2011-08-23 | disman integration looks good now | Tobi Oetiker | 1 | -0/+3 | |
2011-08-23 | clean out smoketrace | Tobi Oetiker | 1 | -0/+3 | |
2010-08-28 | I run smokeping on many boxes and and my Gentoo/Funtoo boxes frequently run | Tobi Oetiker | 1 | -0/+6 | |
into localization setup issues which will bomb out Smokeping's web interface. It works fine invoked from the shell. I use the attached patch to help me diagnose the server setup problem. The behavior is identical to current Smokeping in that it logs a message and throws a HTTP 500 error. The basic Smokeping localization sanity check has uncovered "insane" setups where the PERL %ENV environment variables are being ignored by "setlocale" on several of my boxes for unknown reasons. Obviously, smokeping should quit, which it does... -- Lee Thompson stagr.lee gmail.com | |||||
2010-03-14 | added SipSak probe for SIP ping testing | Tobi Oetiker | 1 | -0/+3 | |
2010-03-09 | raise timeout to 5s and twist basefork.pm into allowing this by providing a ↵ | Tobi Oetiker | 1 | -0/+5 | |
higher _default timeout for the probe. | |||||
2009-12-13 | make the build system compatible with HTML::Parser >= 3.64 | Niko Tyni | 1 | -0/+3 | |
reported as Debian bug #560562 | |||||
2009-08-08 | updated to lates prototype and scriptaculous libraries | Tobi Oetiker | 1 | -0/+7 | |
2009-06-15 | fix url in alert emails for alerts triggered by slaves | Tobi Oetiker | 1 | -0/+3 | |
2009-02-13 | fix a typo in configuration example 4, spotted by Guglielmo Bondioni | Niko Tyni | 1 | -0/+3 | |
2009-02-13 | From: Jeremy Laidman <jlaidman *rebel-it.com.au> | Niko Tyni | 1 | -0/+4 | |
> 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-30 | fix for static implementation | Tobi Oetiker | 1 | -0/+3 | |
2009-01-23 | disable __DIE__ inside eval | Tobi Oetiker | 1 | -0/+2 | |
2009-01-21 | fix broken error message in spdomed | Tobi Oetiker | 1 | -0/+2 | |
2009-01-05 | initial checkin | Tobi Oetiker | 1 | -0/+3 | |
2008-12-15 | ExpLoss.pm matcher produces an exponential weighted average and supports | Tobi Oetiker | 1 | -0/+5 | |
RMON-like thresholds to obtain stable node status detection. -- Veniamin Konoplev. | |||||
2008-08-30 | track smokeping changes | Tobi Oetiker | 1 | -0/+11 | |
2008-07-25 | autoreap zombies | Tobi Oetiker | 1 | -0/+2 | |
2008-07-24 | * added strict and warnings to the cgi and the daemon wrappers ... | Tobi Oetiker | 1 | -1/+5 | |
* fixed regression introduced while fixing taint issues | |||||
2008-06-30 | improved documentation for master/slave | Tobi Oetiker | 1 | -0/+4 | |
fixed taint error in Smokeping.pm | |||||
2008-06-18 | stop loading sys_wait_h in Tr.cgi | Tobi Oetiker | 1 | -0/+3 | |
2008-06-13 | fixed version string creation in javascript output | Tobi Oetiker | 1 | -0/+4 | |
2008-06-10 | prepare for the release of smokeping-2.4.0 | Tobi Oetiker | 1 | -0/+2 | |
2008-06-09 | added dummy script_name methode | Tobi Oetiker | 1 | -0/+4 | |
2008-06-08 | added blazemode to fping probe | Tobi Oetiker | 1 | -0/+4 | |
2008-06-08 | fixed telnetJunOSPing | Tobi Oetiker | 1 | -0/+2 | |
2008-06-08 | fixed regression from r680 which broken old fping detection | Tobi Oetiker | 1 | -0/+3 | |
2008-06-02 | mtr integration | Tobi Oetiker | 1 | -0/+3 | |
2008-05-18 | fixed rawlog name | Tobi Oetiker | 1 | -0/+3 | |
2008-05-13 | make sure target sections have no dots | Tobi Oetiker | 1 | -0/+2 | |
2008-04-26 | prepare for the release of smokeping-2.3.6 | Tobi Oetiker | 1 | -0/+2 | |
2008-04-26 | integrated menuactive patch | Tobi Oetiker | 1 | -0/+3 | |
2008-04-25 | honour the 'linkstyle' variable when zooming | Niko Tyni | 1 | -0/+3 | |
2008-04-16 | complain properly when the secrets file can not be read | Tobi Oetiker | 1 | -0/+2 | |
2008-04-03 | display all the smoke even when the graph is limited in height | Tobi Oetiker | 1 | -0/+3 | |
2008-03-29 | prepare for the release of smokeping-2.3.5 | Tobi Oetiker | 1 | -0/+2 | |
2008-03-28 | * make slaves kill their old children off before forking new ones when | Niko Tyni | 1 | -0/+3 | |
the configuration changes. Reported by David Behr. --niko | |||||
2008-03-28 | prepare for the release of smokeping-2.3.4 | Tobi Oetiker | 1 | -0/+2 | |
2008-03-27 | * fix 'loss_background' documentation. Reported by David Tomic. --niko | Niko Tyni | 1 | -0/+2 | |
2008-03-19 | added nikos fixes for nomasterpoll | Tobi Oetiker | 1 | -0/+4 | |
2008-03-19 | unrevert the locking change, LOCK_SH should work | Niko Tyni | 1 | -0/+3 | |
2008-03-18 | added protocol level checks and upgrade notes | Tobi Oetiker | 1 | -0/+4 | |
2008-03-18 | bail out if the master/slave shared secret file is world-readable or writable | Niko Tyni | 1 | -0/+3 | |
2008-03-18 | add some security notes to the master/slave documentation --niko | Niko Tyni | 1 | -0/+2 | |
2008-03-18 | switch to HMAC digest to avert extension attack | Tobi Oetiker | 1 | -0/+5 | |
2008-03-18 | revert the locking change in r951 for portability reasons | Niko Tyni | 1 | -3/+0 | |
2008-03-18 | added changelog entry for sortercache load fileter | Tobi Oetiker | 1 | -0/+3 | |