google-code-export / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
1 stars 0 forks source link

Graphs need a --lower-limit parameter #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Although the templates import successfully, as it turns out the web
interface won't permit editing a graph template unless a lower limit and
upper limit are specified.

In the absence of these, the graphs can look odd.  See
http://oss.oetiker.ch/rrdtool-trac/ticket/195 and
http://forums.cacti.net/viewtopic.php?t=29737 for the effect.  Adding
--lower-limit solves this.

Most graphs should be (0, MAX_INT64).

Graphs that have a negated element (see issue 42) should have (-MAX_INT64,
MAX_INT64).

Original issue reported on code.google.com by baron.schwartz on 9 Nov 2008 at 6:25

GoogleCodeExporter commented 9 years ago
Actually, as it turns out setting 0,0 for graphs that have a negated element 
seems to
work fine.  It seems 0,0 will be fine for all graphs.

Original comment by baron.schwartz on 11 Nov 2008 at 3:30

GoogleCodeExporter commented 9 years ago
Fixed in r155.

Original comment by baron.schwartz on 11 Nov 2008 at 3:31