Hi all,
I'm trying to get my head around how Zabbix works, but am stumped at how I can solve this problem:
I have a server with MySQL with ~50 databases. The number/names of databases change, because of the developers working on them.
When a database contains a table named "checks", I would like to monitor the values in this table.
So I'm trying to find out if I can create a template that discovers which databases there are with a table named "checks" in it, and if so then create items of each record in the table.
I know that the template "MySQL by Zabbix agent 2" discovers all databases, but how can I discover the tables in these databases. I only find descriptions where you need to create an ODBC connection if you want to monitor a database...
I'm using Zabbix 7.0 LTS with the latest Zabbix Agent 2 by the way.
I'm trying to get my head around how Zabbix works, but am stumped at how I can solve this problem:
I have a server with MySQL with ~50 databases. The number/names of databases change, because of the developers working on them.
When a database contains a table named "checks", I would like to monitor the values in this table.
So I'm trying to find out if I can create a template that discovers which databases there are with a table named "checks" in it, and if so then create items of each record in the table.
I know that the template "MySQL by Zabbix agent 2" discovers all databases, but how can I discover the tables in these databases. I only find descriptions where you need to create an ODBC connection if you want to monitor a database...
I'm using Zabbix 7.0 LTS with the latest Zabbix Agent 2 by the way.
Comment