Hi all!
I already installed zabbix and odbc drivers. I performed a test using isql command and I can connect in my Oracle database . Now I would like to create item and a trigger in Zabbix to be able to monitor a specifies tables that exists in this database.
The trigger I'll leave for later, but if I want to create an item that returns me the result of a query.
ex:
select count (*) from table;
How should I set the zabbix so it shows me the result of this query?
Is it possible ?
I tried some settings as attachment, but does not work.
tks
Bruno
I already installed zabbix and odbc drivers. I performed a test using isql command and I can connect in my Oracle database . Now I would like to create item and a trigger in Zabbix to be able to monitor a specifies tables that exists in this database.
The trigger I'll leave for later, but if I want to create an item that returns me the result of a query.
ex:
select count (*) from table;
How should I set the zabbix so it shows me the result of this query?
Is it possible ?
I tried some settings as attachment, but does not work.
tks
Bruno

Comment