Reputation: 117
Is there a way to monitor some data from MySQL for Zabbix 3? For example, for this query:
SELECT SUM(`column1`) FROM `table` where `column2` = "text"
Upvotes: 0
Views: 455
Reputation: 4143
Yes, there are several ways to do that.
Upvotes: 4