Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-21 | force a config reread on reload_config | Tobi Oetiker | 2 | -0/+6 | |
2007-09-17 | make the smokeping zoomer calc a little simpler | Tobi Oetiker | 1 | -2/+1 | |
2007-09-17 | (no commit message) | Tobi Oetiker | 1 | -1/+1 | |
2007-09-17 | added changenote on cropper zoom out | Tobi Oetiker | 1 | -0/+2 | |
2007-09-17 | when selecting something outside the graph, multiply by 10. Use this to zoom out | Tobi Oetiker | 1 | -3/+13 | |
2007-09-16 | prepare for the release of smokeping-2.2.4 | Tobi Oetiker | 6 | -6/+8 | |
2007-09-16 | added id target to target | Tobi Oetiker | 1 | -1/+1 | |
2007-09-16 | added missing form id to zoom mode form | Tobi Oetiker | 1 | -1/+1 | |
2007-09-16 | added missing hidden fields to zooming graph | Tobi Oetiker | 2 | -0/+3 | |
2007-09-16 | tell theuser thatsmokeping is taking 80% of the time available to complete ↵ | Tobi Oetiker | 2 | -0/+10 | |
its polling cycle -- tobi | |||||
2007-09-16 | oops the tree points right at the node and not at its parent ... -- tobi | Tobi Oetiker | 1 | -2/+2 | |
2007-09-16 | * don't complain when there is no data in a graph yet while calculation ↵ | Tobi Oetiker | 3 | -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 -- niko | Niko Tyni | 2 | -5/+6 | |
2007-09-13 | * include the prototype.js license for completeness -- niko | Niko Tyni | 2 | -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-12 | should not have my mail address in the config example | Tobi Oetiker | 1 | -6/+6 | |
2007-09-11 | rounding error fix for sqrt | Tobi Oetiker | 2 | -1/+4 | |
2007-09-06 | prepare for the release of smokeping-2.2.3 | Tobi Oetiker | 5 | -6/+6 | |
2007-09-06 | fixed timezone issues in zoomer | Tobi Oetiker | 4 | -18/+49 | |
2007-09-06 | remove iso date stuff and go for real time only | Tobi Oetiker | 2 | -104/+24 | |
2007-09-06 | we need rrdtool 1.2 now | Tobi Oetiker | 2 | -1/+2 | |
2007-09-06 | added js min/max check to cropper | Tobi Oetiker | 2 | -32/+32 | |
2007-09-06 | mode docs on multihost | Tobi Oetiker | 3 | -12/+14 | |
2007-09-05 | js is cropper now | Tobi Oetiker | 1 | -3/+3 | |
2007-09-05 | * fixes for pod generation | Tobi Oetiker | 5 | -19/+38 | |
* skip multi target hosts for slaves * report content-lengh in header | |||||
2007-09-03 | typo fixes | Niko Tyni | 1 | -9/+9 | |
2007-08-30 | prepare for the release of smokeping-2.2.2 | Tobi Oetiker | 6 | -6/+11 | |
2007-08-30 | adding 1.5 for max is too much | Tobi Oetiker | 1 | -2/+2 | |
2007-08-30 | reserver space for sd | Tobi Oetiker | 1 | -1/+1 | |
2007-08-30 | links in chart mode to slaves were wrong | Tobi Oetiker | 1 | -1/+2 | |
2007-08-30 | prepare for the release of smokeping-2.2.1 | Tobi Oetiker | 2 | -1/+3 | |
2007-08-30 | prepare for the release of smokeping-2.2.0 | Tobi Oetiker | 4 | -4/+4 | |
2007-08-30 | get ready for 2.2.0 dist | Tobi Oetiker | 2 | -2/+4 | |
2007-08-30 | fixes after testing | Tobi Oetiker | 2 | -15/+16 | |
2007-08-30 | do not start when we get no config | Tobi Oetiker | 1 | -0/+2 | |
2007-08-30 | some fixes after intitial slave testing | Tobi Oetiker | 2 | -5/+7 | |
2007-08-30 | added missing graph module .. | Tobi Oetiker | 1 | -0/+349 | |
2007-08-30 | integrated multi-host feature | Tobi Oetiker | 3 | -20/+27 | |
2007-08-28 | try to kill split warning | Tobi Oetiker | 1 | -7/+11 | |
2007-08-27 | implemented working multihost graphs | Tobi Oetiker | 1 | -9/+16 | |
2007-08-27 | integrated multihost overview | Tobi Oetiker | 1 | -16/+60 | |
2007-08-27 | added new hostsyntax | Tobi Oetiker | 1 | -6/+27 | |
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 | |