I created an item for monitoring a value from a database table but it's "Not supported" without any further explenation, and I can't find any relevant documentation. A "getting started" guide on the various issues would have made Zabbix so, so much friendlier.
Here's my configuration:
Item name: RESPONSE_TIME
Type: Database monitor
Key: db.odbc.select[response_time]
Username: <username>
Password: <password>
SQL Query: select RESPONSE_TIME from dbname.monitor_data order by action_timestamp desc limit 1;
Type of information: Numeric unsigned (the value is a MySql INT)
Interval: 50
Store value: as is
Show value: as is
New Application: <empty>
Applications: none
Populate host inventory field: none
Description: Monitors the response time for the latest action on dbname.monitor_data.
The database was created on the MySql that comes with the Zabbix server installation. So it's sitting on the same host machine.
There is no zabbix agent on the machine. The OS is Ubuntu 12.04.
I installed ODBC but I'm not sure if it's configured correctly or not.
Like I said, the item is "Not supported."
What am I missing?
Here's my configuration:
Item name: RESPONSE_TIME
Type: Database monitor
Key: db.odbc.select[response_time]
Username: <username>
Password: <password>
SQL Query: select RESPONSE_TIME from dbname.monitor_data order by action_timestamp desc limit 1;
Type of information: Numeric unsigned (the value is a MySql INT)
Interval: 50
Store value: as is
Show value: as is
New Application: <empty>
Applications: none
Populate host inventory field: none
Description: Monitors the response time for the latest action on dbname.monitor_data.
The database was created on the MySql that comes with the Zabbix server installation. So it's sitting on the same host machine.
There is no zabbix agent on the machine. The OS is Ubuntu 12.04.
I installed ODBC but I'm not sure if it's configured correctly or not.
Like I said, the item is "Not supported."
What am I missing?

Comment