Hi Everyone,
I've tried to use zabbix to replace our current monitoring system. Zabbix really looks excellent, but I've have a follow problem.
In current system damaged devices are reported to the another system. The system reads data through a text based interface by a simple protocol. In the protocol informations with damaged devices are exchanged.
Currently I am looking for a way how to read this data from zabbix. I thought about a SQL query which pick up data from the database and print them out. I need a very simple output which looks follow:
<hostname> <triger status - up/down> <tiger descr>
This output should by very similar to output provided by a "Overview" page in the web interface. Of course I could use a Overview page and parse it, but it isn't a clear solution.
So I've tried inspect a database but the schema doesn't look easy and I didn't find any description of the schema. So I want to ask if somebody have solved a similar issue? Even a small idea is very useful for me :-).
Thanks for ideas
Tomas Podermanski
I've tried to use zabbix to replace our current monitoring system. Zabbix really looks excellent, but I've have a follow problem.
In current system damaged devices are reported to the another system. The system reads data through a text based interface by a simple protocol. In the protocol informations with damaged devices are exchanged.
Currently I am looking for a way how to read this data from zabbix. I thought about a SQL query which pick up data from the database and print them out. I need a very simple output which looks follow:
<hostname> <triger status - up/down> <tiger descr>
This output should by very similar to output provided by a "Overview" page in the web interface. Of course I could use a Overview page and parse it, but it isn't a clear solution.
So I've tried inspect a database but the schema doesn't look easy and I didn't find any description of the schema. So I want to ask if somebody have solved a similar issue? Even a small idea is very useful for me :-).
Thanks for ideas
Tomas Podermanski
Comment