[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] mysql connections
On 3/5/07, Sabeer MZ <sabeer.mz (at) gmail.com> wrote:
Hopefully you are referring to change below lines. I am not experienced guy
and got below code
from mailing list. please let me know which line i have to correct it.
[mysql]
DEF:t=mysql.rrd:threads:AVERAGE
DEF:q=mysql.rrd:questions:AVERAGE
DEF:s=mysql.rrd:slowqueries:AVERAGE
TITLE Monitoring MySQL
YAXIS count
LINE1:q#FF0000:Requês
GPRINT:q:LAST: \: %3.0lf (cur)
GPRINT:q:MAX: \: %3.0lf (max)
GPRINT:q:MIN: \: %3.0lf (min)
GPRINT:q:AVERAGE: \: %3.0lf (avg)\n
LINE1:s#0000FF:Req. lentes
GPRINT:s:LAST: \: %3.0lf (cur)
GPRINT:s:MAX: \: %3.0lf (max)
GPRINT:s:MIN: \: %3.0lf (min)
GPRINT:s:AVERAGE: \: %3.0lf (avg)\n
LINE1:t#00FF00:Threads
GPRINT:t:LAST: \: %3.0lf (cur)
GPRINT:t:MAX: \: %3.0lf (max)
GPRINT:t:MIN: \: %3.0lf (min)
GPRINT:t:AVERAGE: \: %3.0lf (avg)\n
Nope, it's probably not the above, which is for drawing the graph.
The error message says:
RRD error updating /home/hobbit/data/rrd/abx.acc.com/mysql.rrd
note where it says "updating". Isn't that on the input side, not the
the graph drawing side??
Ralph Mitchell