I need to monitor a certain field in a database.
For example if my table name is 'action' and I have a field called 'response_time' I want to monitor it whenever a new row is created.
Here's what I tried:
I created Item of Type Database monitor, and added a query: select RESPONSE_TIME from dbname.action order by action_timestamp desc limit 1;
I selected "none" in the application dropbox, left the default interval on 50, and saved the item.
The database I'm hoping to monitor is in mysql on the same server machine zabbix is running on.
Would this work? Where in the GUI do I look to see the results on the monitoring?
I'm new to this so step by step instructions would be great.
Thanks for your help!
For example if my table name is 'action' and I have a field called 'response_time' I want to monitor it whenever a new row is created.
Here's what I tried:
I created Item of Type Database monitor, and added a query: select RESPONSE_TIME from dbname.action order by action_timestamp desc limit 1;
I selected "none" in the application dropbox, left the default interval on 50, and saved the item.
The database I'm hoping to monitor is in mysql on the same server machine zabbix is running on.
Would this work? Where in the GUI do I look to see the results on the monitoring?
I'm new to this so step by step instructions would be great.
Thanks for your help!

Comment