Hi Blake,
I’m also trying to implement this and as far as I can see the “clear” column is correct for this test (There’s a part of the script that sets the colour to clear) but I have a problem with no graphs showing which seems to be because the rrd data is not present in the xymon/data/rrd/clientname/ directory.
Did you manage to get it working?
Regards,
Neil.
*From:* Xymon [mailto:xymon-bounces at xymon.com] *On Behalf Of *Blake *Sent:* 03 September 2015 22:20 *To:* xymon at xymon.com *Subject:* [Xymon] Custom addon - missing client data
I am trying to implement "xymon-mysql-counters" by ZeWaren which I found on github https://github.com/ZeWaren/xymon-mysql-counters.
I have followed the directions adding "xymon_mysql_counters.pl" to the ext directory of clients and updated the mysql login information. I have verified that the appropriate user account is able to execute the script with 755 permissions and manual execution of the script works. Updates to clientlaunch.cfg have been configured as well.
The client was restarted after this work was completed.
On the server I have updated graphs.cfg on the server under etc/ appending graphs.cfg from github to the end of the file.
Server side a mysql column is now present, however only a "no data" icon is present. Reviewing the returned client data shows there is no "[mysql]" section.
My setup is a pull configuration using memcache.
Thanks in advance for all help to get this working.