Hello!
My question is related to the fact that I would like to monitor some calculated values in the MySQL database of a third-party program. For example, you need to monitor a similar value in the database:
SELECT SUM(`column1`) FROM `table` where `column2` = "text" Is it possible to implement something like this in zabbix?