Dear all,
Our zabbix 1.8.3 is used to received message (text) from several servers. Each servers has dependency each other and the message order is important. For example, server 1 should send message "a", following by server 2 sending message "b1" and "b2"
Server | Message
-----------------
1 | a
2 | b1
2 | b2
3 | c
4 | d
5 | e
If the ordering of the message is not correct or some message is missing (such as b1), then it means there are problems on the servers and we need to check it.
Zabbix shows latest value only in "Monitoring->Latest Data", but we actually need a report to show all messages of a host within time period (such as messages from yesterday to today in order). Do anyone got the same issue?
Do we need to access the database (MYSQL) to retrieve the information? (and how)
Thanks
Our zabbix 1.8.3 is used to received message (text) from several servers. Each servers has dependency each other and the message order is important. For example, server 1 should send message "a", following by server 2 sending message "b1" and "b2"
Server | Message
-----------------
1 | a
2 | b1
2 | b2
3 | c
4 | d
5 | e
If the ordering of the message is not correct or some message is missing (such as b1), then it means there are problems on the servers and we need to check it.
Zabbix shows latest value only in "Monitoring->Latest Data", but we actually need a report to show all messages of a host within time period (such as messages from yesterday to today in order). Do anyone got the same issue?
Do we need to access the database (MYSQL) to retrieve the information? (and how)
Thanks