Reputation: 1
I want to fetch data to cacti gui(any monitoring tool GUI) from a database table which is at remote database(MYSQL) server without using any agent or protocol like SNMP or WMI, So please suggest me the way to implement this.I am totally a newbie in this kind of work.
Thanks in advance.
Upvotes: 0
Views: 342
Reputation: 67
You can write a PHP script to get the data for you in Cacti.
http://www.cacti.net/downloads/docs/html/making_scripts_work_with_cacti.html
https://www.percona.com/downloads/percona-monitoring-plugins/
Upvotes: 0
Reputation: 2250
In Zabbix, you can use ODBC queries to fetch data you wish to monitor. Please see ODBC monitoring section in Zabbix documentation.
Upvotes: 1