summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping
AgeCommit message (Expand)AuthorFilesLines
2008-11-03fixed normans address Tobi Oetiker1-1/+1
2008-09-14make this work even when ipv6 addresses are around -- Olaf JaehrlingTobi Oetiker1-2/+2
2008-08-30properly fix the handling of multiple writes to the cache fileTobi Oetiker1-3/+3
2008-08-30seek to start of the file prior to storing Tobi Oetiker1-1/+1
2008-08-30order updates to slavecash to minimize writingTobi Oetiker1-36/+33
2008-08-21be a bit smarter about handling updates comming in from a client by doing all...Tobi Oetiker1-2/+8
2008-06-13fixed version string creation in javascript outputTobi Oetiker1-0/+1
2008-06-08added blazemode to fping probeTobi Oetiker1-3/+20
2008-06-08fixed telnetJunOSPingTobi Oetiker1-4/+8
2008-06-08fixed regression from r680 which broken old fping detectionTobi Oetiker1-2/+2
2008-04-16complain properly when the secrets file can not be readTobi Oetiker1-2/+6
2008-03-27properly initialize the target countNiko Tyni1-0/+1
2008-03-19added nikos fixes for nomasterpollTobi Oetiker2-2/+7
2008-03-19undo the previous change: it is arguably cleaner to send+expect the protocol ...Niko Tyni2-6/+6
2008-03-19send the protocol number with OK too, the slave is expecting itNiko Tyni1-1/+1
2008-03-19revisit the locking error paths a bitNiko Tyni1-4/+11
2008-03-19unrevert the locking change, LOCK_SH should workNiko Tyni1-13/+19
2008-03-18fixed spelling of protocolTobi Oetiker1-1/+1
2008-03-18added protocol level checks and upgrade notesTobi Oetiker2-1/+22
2008-03-18fix a syntax errorNiko Tyni1-1/+1
2008-03-18switch to HMAC digest to avert extension attackTobi Oetiker2-6/+6
2008-03-18revert the locking change in r951 for portability reasonsNiko Tyni1-19/+13
2008-03-17* store the slave updates in dyndir, defaulting to datadir --nikoNiko Tyni1-1/+17
2008-03-17* change the slave update locking code so that reading works withoutNiko Tyni1-13/+19
2008-03-14added rsa1 patchTobi Oetiker1-1/+1
2008-03-06fix retrun value processing (regression from last patch)Tobi Oetiker1-3/+3
2008-03-06longer timeout for slaves and separate cache files per slave for improved sca...Tobi Oetiker2-12/+16
2008-03-04* add an optional --pid-dir option to specify the pid directory Niko Tyni1-1/+1
2008-02-26slaves must poll even with nomasterpollTobi Oetiker1-1/+1
2008-02-04fixed html syntax issuesTobi Oetiker1-1/+1
2008-01-23prepare for the release of smokeping-2.3.0Tobi Oetiker1-25/+25
2008-01-23added tcpping probeTobi Oetiker1-0/+164
2008-01-23added new hide and noserverpoll properties to target configurationTobi Oetiker2-5/+5
2008-01-22interated filter function to interfaceTobi Oetiker1-5/+5
2008-01-21added alternate presentation hierarchies. Configure via Presentation->hierarc...Tobi Oetiker2-23/+23
2007-12-21missing my addedTobi Oetiker1-1/+1
2007-12-21make this work even when no initial file is hereTobi Oetiker1-1/+2
2007-12-20remove check for timeredirects since this does not work without manualTobi Oetiker1-3/+3
2007-12-20use --help instead of --manual since manual is not compiled everywereTobi Oetiker1-1/+2
2007-12-13working towards fixing the master configTobi Oetiker1-1/+4
2007-12-13use different syntax to open and lock client cacheTobi Oetiker1-5/+5
2007-12-13clean the last remains of echoping live test codeNiko Tyni1-2/+2
2007-12-13EchoPingHttp: add the 'accept_redirects' optionNiko Tyni1-0/+17
2007-12-05update the locking code. Try updating the file multiple times if lockig fails...Tobi Oetiker1-19/+23
2007-12-04trying to make slave reload realy workTobi Oetiker1-1/+1
2007-12-01remove a leftover 'use HTTP::Request' from Smokeping::Master -- nikoNiko Tyni1-1/+0
2007-10-27rmove -S warning unless sourceaddressing is usedTobi Oetiker1-1/+3
2007-10-27* removed all the 'live' tests from the echoping probes --nikoNiko Tyni9-105/+29
2007-10-27count the rounds when pinging, needed for smarter loggingNiko Tyni3-1/+20
2007-10-15* fixed parsing of slaves statements in config file, broeken since I seemingl...Tobi Oetiker6-16/+15