Xymon Mailing List Archive search

MySQL connections ?

list Joost van den Broek
Fri, 23 Feb 2007 16:58:25 +0100
Message-Id: <user-658083e211d3@xymon.invalid>

Thanks, that did the trick!

Regards,

Joost

Charles Goyard wrote:
Joost van den Broek wrote :
Thanks for the modified version, but I can't get the graphs working. What exactly do I have to do to have these graphs? I already added ',mysql' to the TEST2RRD line in hobbitserver.cfg and TRENDS:*,mysql to the related host in bb-hosts. It seems that there aren't any mysql.rrd files created.
You have to add ",mysql=ncv" to TEST2RRD, and then restart the
hobbitd_rrd processes. On Linux, try :

killall `pidof hobbitd_rrd`
or
killall `pidof hobbitd_larrd` if you have an old hobbit installation.

The processes will respawn a few seconds later.

(or restart you whole hobbit service if you prefer).