summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/Slave.pm
AgeCommit message (Collapse)AuthorFilesLines
2008-03-19undo the previous change: it is arguably cleaner to send+expect the protocol ↵Niko Tyni1-5/+5
number only with signed data
2008-03-18added protocol level checks and upgrade notesTobi Oetiker1-1/+11
2008-03-18switch to HMAC digest to avert extension attackTobi Oetiker1-3/+3
2008-03-06longer timeout for slaves and separate cache files per slave for improved ↵Tobi Oetiker1-1/+1
scaling -- Phillip Moore
2008-03-04* add an optional --pid-dir option to specify the pid directory Niko Tyni1-1/+1
when running as a slave. --niko
2007-12-04trying to make slave reload realy workTobi Oetiker1-1/+1
2007-08-30some fixes after intitial slave testingTobi Oetiker1-2/+2
2007-08-26use the safe module in the slave part of smokeping to reduce the problems weTobi Oetiker1-5/+7
may run into due to using eval on the input from the master.
2007-08-21fix cache handlingTobi Oetiker1-3/+3
2007-08-21remove cache after reading itTobi Oetiker1-3/+4
2007-08-16fix smokeping pid configurableTobi Oetiker1-1/+1
2007-08-13make slave code workTobi Oetiker1-30/+18
2007-08-13only push data when there is dataTobi Oetiker1-1/+1
2007-08-13master slave code drop to start debuggingTobi Oetiker1-0/+1
2007-07-27more changes on the road to the master/slave setupTobi Oetiker1-14/+18
2007-07-26for retreive the network byteorder gets detected automagicallyTobi Oetiker1-2/+2
2007-07-24master slave changes ... Tobi Oetiker1-30/+98
2007-07-09initial master slave modulesTobi Oetiker1-0/+86