0

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.

James Njuguna
  • 604
  • 2
  • 12
  • 24
RICKY
  • 1
  • 3

2 Answers2

1

In Zabbix, you can use ODBC queries to fetch data you wish to monitor. Please see ODBC monitoring section in Zabbix documentation.

asaveljevs
  • 2,220
  • 1
  • 16
  • 13
0

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/

Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339