SmokePing Changelog

What's new in SmokePing 2.6.11

Jan 9, 2015
  • added missing PERL_MODULES file

New in SmokePing 2.4.2 (Jul 25, 2008)

  • added strict to both wrappers and fixed some followup errors -- tobi
  • kill taint error in Smokeping.pm -- tobi
  • better master/slave secrets documentation -- tobi
  • do not load :sys_wait_h from POSIX perl module since this seems to be missing in some linux distros and we can do alright without.

New in SmokePing 2.4.0 (Jun 12, 2008)

  • building a --static version of the smokeping page is broken. Make it a little less broken by providing a dummyCGI->script_name method. --tobi
  • added blazemode option to FPing, so that it sends an extra ping to blaze a path to the destionation and then discarges it. Based on idea by G.W. Haywood -- tobi
  • fix for telneJunOSPing by Christian Hahn -- tobi
  • fixed FPing regression created in r680 it broke the proper handling of old version of fping. Found by Celedonio Miranda Torresano -- tobi
  • first cut at mtr integration ... added new menuextra config item to build mtr links. -- tobi
  • use localtime to construct the rawlog filename --tobi as reported by Kent Kuriyama
  • allow slave names to have . in them but not target sections. --tobi

New in SmokePing 2.3.5 (Apr 4, 2008)

  • Make slaves kill their old children off before forking new ones when the configuration changes. Reported by David Behr.