Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-26 | use the safe module in the slave part of smokeping to reduce the problems we | Tobi Oetiker | 1 | -5/+7 | |
may run into due to using eval on the input from the master. | |||||
2007-08-24 | two more var statements added to js code | Tobi Oetiker | 1 | -3/+3 | |
2007-08-24 | fixed unknonwn variables | Tobi Oetiker | 3 | -9/+10 | |
2007-08-23 | * improved handling of slave updates | Tobi Oetiker | 2 | -41/+28 | |
* added median/sdev to graphs | |||||
2007-08-21 | * add notes about new target-path hosts for multi source graphs | Tobi Oetiker | 1 | -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-21 | improve handling of storable for for communication between cgi and daemon | Tobi Oetiker | 1 | -4/+5 | |
2007-08-21 | fix cache handling | Tobi Oetiker | 1 | -3/+3 | |
2007-08-21 | remove cache after reading it | Tobi Oetiker | 1 | -3/+4 | |
2007-08-21 | added some extra vars | Tobi Oetiker | 1 | -4/+3 | |
2007-08-21 | * add ms unit to stddev | Tobi Oetiker | 1 | -13/+15 | |
* set date for graph according to last displayed time | |||||
2007-08-21 | * do not select '0' | Tobi Oetiker | 1 | -2/+3 | |
* more flexible date parsing | |||||
2007-08-20 | replaed jquery stuff with cropper script | Tobi Oetiker | 23 | -1135/+7685 | |
2007-08-20 | execute js code only if there is a #zoom image | Tobi Oetiker | 1 | -8/+6 | |
2007-08-20 | made chars mode work | Tobi Oetiker | 1 | -10/+13 | |
2007-08-20 | fixed color in slave detail graph | Tobi Oetiker | 1 | -15/+13 | |
fixed max setting in charts module | |||||
2007-08-20 | more zoom fixes | Tobi Oetiker | 1 | -9/+5 | |
2007-08-20 | integrate helper and updated changelog | Tobi Oetiker | 2 | -0/+97 | |
2007-08-20 | fixed broken slave split | Tobi Oetiker | 1 | -1/+1 | |
2007-08-20 | interoduced std dev | Tobi Oetiker | 2 | -23/+32 | |
2007-08-20 | make navigator work for slave graphs | Tobi Oetiker | 1 | -27/+36 | |
2007-08-20 | finally working code on ie (although it looks quite bad) and firefox | Tobi Oetiker | 3 | -37/+53 | |
2007-08-19 | added slave mode support to details graph | Tobi Oetiker | 1 | -146/+162 | |
2007-08-19 | integrated navigator graph | Tobi Oetiker | 1 | -3/+3 | |
2007-08-16 | * in ajax mode return graph and do not guess imagepath | Tobi Oetiker | 2 | -34/+101 | |
* im overview page display standard deviation of pings in graph | |||||
2007-08-16 | introduce slave color | Tobi Oetiker | 1 | -5/+12 | |
2007-08-16 | we are only dealing with uri componentes, so decode everything ... | Tobi Oetiker | 1 | -1/+1 | |
2007-08-16 | split uri on & and ; | Tobi Oetiker | 1 | -1/+1 | |
2007-08-16 | Interactive (Ajax) Zooming of Graphs -- Roman Plessl <rplessl oetiker ch> | Tobi Oetiker | 9 | -13/+1152 | |
2007-08-16 | fix smokeping pid configurable | Tobi Oetiker | 1 | -1/+1 | |
2007-08-13 | make master code work | Tobi Oetiker | 1 | -13/+34 | |
2007-08-13 | make slave code work | Tobi Oetiker | 2 | -34/+44 | |
2007-08-13 | only push data when there is data | Tobi Oetiker | 1 | -1/+1 | |
2007-08-13 | removed excell function call arguments | Tobi Oetiker | 1 | -1/+1 | |
2007-08-13 | add all arguments to slave config call | Tobi Oetiker | 1 | -1/+4 | |
2007-08-13 | another variable name fixed | Tobi Oetiker | 1 | -1/+1 | |
2007-08-13 | fix some missing variable declarations | Tobi Oetiker | 1 | -2/+2 | |
2007-08-13 | master slave code drop to start debugging | Tobi Oetiker | 4 | -16/+48 | |
2007-08-12 | added pointer to debian package | Tobi Oetiker | 1 | -2/+2 | |
2007-08-12 | only mention fping reporting resolution if abnormal | Tobi Oetiker | 1 | -3/+5 | |
2007-07-27 | * completed master/slave infrastructure ... | Tobi Oetiker | 3 | -1547/+1628 | |
* updated documentation * presentation is pending | |||||
2007-07-27 | more changes on the road to the master/slave setup | Tobi Oetiker | 6 | -160/+271 | |
2007-07-26 | for retreive the network byteorder gets detected automagically | Tobi Oetiker | 1 | -2/+2 | |
2007-07-25 | this is nfreeze not freesze | Tobi Oetiker | 1 | -1/+1 | |
2007-07-24 | master slave changes ... | Tobi Oetiker | 5 | -80/+201 | |
2007-07-22 | further simplified communication concept ... slaves call the master | Tobi Oetiker | 2 | -62/+44 | |
2007-07-17 | fix uses of uninitialized value in the loss_background code | Niko Tyni | 2 | -1/+7 | |
2007-07-14 | added some missing curlies back in | Tobi Oetiker | 1 | -4/+7 | |
2007-07-09 | initial master slave modules | Tobi Oetiker | 2 | -0/+171 | |
2007-07-09 | added override section | Tobi Oetiker | 2 | -2/+27 | |
2007-07-09 | prepare for master/slave implementation | Tobi Oetiker | 3 | -8/+203 | |