summaryrefslogtreecommitdiff
path: root/net/smokeping/patches/patch-ad
AgeCommit message (Collapse)AuthorFilesLines
2012-02-02Update smokeping from 2.4.2 to 2.6.7, fixing SA47678.bouyer1-48/+5
Major changes between 2.4 and 2.6: New in Version 2.6 Added automake support for easy "configure, make install" installation fixed strftime bug when sending alert mails New in Version 2.5 Switched from SpeedyCGI to FastCGI DismanPing probe by Bill Fenner OpenSSHJunOSPing (Sponsoerd by Juniper) SIP Ping Probe (Sponsored by ANI Networks) Support alert patterns with upper AND lower limit: (>a<b) SmokeTrace removed. Check out remOcular. Updated Prototype and scriptaculous libraries ExpLoss matcher by Konoplev V.Konoplev Improved slave update performance
2008-08-17Update smokeping 2.3.5->2.4.2adrianp1-8/+8
* better master/slave secrets documentation * first cut at mtr integration * use localtime to construct the rawlog filename New in 2.4: * SmokeTrace: An Ajax Traceroute tool. * The 'blazemode' option for the FPing probe, so that the first (slow) ping packet can be ignored. Ok'ed bouyer@
2008-04-06Update to 2.3.5 (Ok'ed bouyer@)adrianp1-6/+6
* add some security notes to the master/slave documentation --niko * allow SSH probe to config rsa1 key -- Walery Kokarev * make ajax mode work on IE again -- tobi * Integrated TCPPing Probe -- Norman Rasmussen * made Smokeping.pm more portable by using %.1f in perl sprintf -- tobi * make sure tsmoke sends mime conformant mails -- tobi Too many changes to list completely. See CHANGES for all the details: http://oss.oetiker.ch/smokeping/pub/CHANGES
2007-11-22Update to 2.2.7adrianp1-4/+4
New in Version 2.2 * Ajax based ineractive graph zooming. Click on any graph in detail mode and use the mouse to mark your area of interest in navigator graph. * Multi Target Graphs Show information from multiple targts in a graph. * Master/Slave setup for multi source smokeping deployments. With one central Smokeping Master node, you can run a series of Slave nodes, taking their configuration from the master. This allows you to ping a single target from multiple locations. * Standard Deviation The standard deviation is now used in several places to give a number for the variation in round trip times as depicted by the smoke. See http://oss.oetiker.ch/smokeping/pub/CHANGES for all the details. OK'ed bouyer@
2006-08-09Update to smokeping-2.0.9adrianp1-6/+6
Package changes include: - pkglintification - move to options.mk smokeping changes include: * remove the FPing 'timeout' variable, since it never really did anything * Curl.pm: new variables 'follow_redirects' and 'include_redirects' * make buggy_perl_version test work on perl 5.8.7 too ... * AnotherDNS.pm: added option 'require_answers' for testing For a full list see: http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/CHANGES ok'ed bouyer@
2005-10-28Upgrade from smokeping 1.3.x to 2.0.4adrianp1-0/+56
Ok'ed bouyer@ Lots of changes but in brief: new probe programming interface allow target-specific vars get defaults from Probes section config file examples and smokeping_examples document documentation updates and reorganizing new commandline options '--config=X' and '--check' Perl 5.8.0 compatibility fix RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart) See this URL for all the details: http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/CHANGES