summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-09-17make the smokeping zoomer calc a little simplerTobi Oetiker1-2/+1
2007-09-17(no commit message)Tobi Oetiker1-1/+1
2007-09-17added changenote on cropper zoom outTobi Oetiker1-0/+2
2007-09-17when selecting something outside the graph, multiply by 10. Use this to zoom outTobi Oetiker1-3/+13
2007-09-16prepare for the release of smokeping-2.2.4Tobi Oetiker6-6/+8
2007-09-16added id target to targetTobi Oetiker1-1/+1
2007-09-16added missing form id to zoom mode formTobi Oetiker1-1/+1
2007-09-16added missing hidden fields to zooming graphTobi Oetiker2-0/+3
2007-09-16tell theuser thatsmokeping is taking 80% of the time available to complete ↵Tobi Oetiker2-0/+10
its polling cycle -- tobi
2007-09-16oops the tree points right at the node and not at its parent ... -- tobiTobi Oetiker1-2/+2
2007-09-16* don't complain when there is no data in a graph yet while calculation ↵Tobi Oetiker3-3/+13
stddev -- tobi * in a multihost graph take the number of pings for each component into consideration -- tobi
2007-09-14* fix Smokeping.pm POD documentation -- nikoNiko Tyni2-5/+6
2007-09-13* include the prototype.js license for completeness -- nikoNiko Tyni2-0/+26
[ apologies for the license nitpicking; Debian requires that all the applicable licenses are included instead of referrals to their possibly volatile locations on the web, and I think the requirement makes sense. ]
2007-09-12should not have my mail address in the config exampleTobi Oetiker1-6/+6
2007-09-11rounding error fix for sqrtTobi Oetiker2-1/+4
2007-09-06prepare for the release of smokeping-2.2.3Tobi Oetiker5-6/+6
2007-09-06fixed timezone issues in zoomer Tobi Oetiker4-18/+49
2007-09-06remove iso date stuff and go for real time onlyTobi Oetiker2-104/+24
2007-09-06we need rrdtool 1.2 nowTobi Oetiker2-1/+2
2007-09-06added js min/max check to cropperTobi Oetiker2-32/+32
2007-09-06mode docs on multihostTobi Oetiker3-12/+14
2007-09-05js is cropper nowTobi Oetiker1-3/+3
2007-09-05* fixes for pod generationTobi Oetiker5-19/+38
* skip multi target hosts for slaves * report content-lengh in header
2007-09-03typo fixesNiko Tyni1-9/+9
2007-08-30prepare for the release of smokeping-2.2.2Tobi Oetiker6-6/+11
2007-08-30adding 1.5 for max is too much Tobi Oetiker1-2/+2
2007-08-30reserver space for sdTobi Oetiker1-1/+1
2007-08-30links in chart mode to slaves were wrongTobi Oetiker1-1/+2
2007-08-30prepare for the release of smokeping-2.2.1Tobi Oetiker2-1/+3
2007-08-30prepare for the release of smokeping-2.2.0Tobi Oetiker4-4/+4
2007-08-30get ready for 2.2.0 distTobi Oetiker2-2/+4
2007-08-30fixes after testing Tobi Oetiker2-15/+16
2007-08-30do not start when we get no configTobi Oetiker1-0/+2
2007-08-30some fixes after intitial slave testingTobi Oetiker2-5/+7
2007-08-30added missing graph module ..Tobi Oetiker1-0/+349
2007-08-30integrated multi-host featureTobi Oetiker3-20/+27
2007-08-28try to kill split warningTobi Oetiker1-7/+11
2007-08-27implemented working multihost graphsTobi Oetiker1-9/+16
2007-08-27integrated multihost overviewTobi Oetiker1-16/+60
2007-08-27added new hostsyntaxTobi Oetiker1-6/+27
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-24two more var statements added to js codeTobi Oetiker1-3/+3
2007-08-24fixed unknonwn variablesTobi Oetiker3-9/+10
2007-08-23* improved handling of slave updatesTobi Oetiker2-41/+28
* added median/sdev to graphs
2007-08-21* add notes about new target-path hosts for multi source graphsTobi Oetiker1-8/+30
* fix slave zoom graph (we were showing the non slave graph with the slave title) * better error messages form rrd update
2007-08-21improve handling of storable for for communication between cgi and daemonTobi Oetiker1-4/+5
2007-08-21fix cache handlingTobi Oetiker1-3/+3
2007-08-21remove cache after reading itTobi Oetiker1-3/+4
2007-08-21added some extra varsTobi Oetiker1-4/+3
2007-08-21* add ms unit to stddevTobi Oetiker1-13/+15
* set date for graph according to last displayed time