summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/basefork.pm
AgeCommit message (Collapse)AuthorFilesLines
2012-10-24As spotted by Gert Doering, rand() gives the same results in eachNiko Tyni1-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.
2007-10-27count the rounds when pinging, needed for smarter loggingNiko Tyni1-0/+3
2005-02-18* complain if pings < 3Niko Tyni1-0/+6
* show the smoke for pings == 3 too, not only if >3
2005-02-15Docs: more L<> links.Niko Tyni1-1/+1
Makefile: really filter out smokeping_config.pod.
2005-02-13Moved probes, matchers and ciscoRttMonMIB modules to lib/Smokeping.Niko Tyni1-0/+266