Lets say that I have 3 machines:
Machine A (Zabbix Server v2.x) - IP 192.168.1.100
Machine B (Running some apps and Zabbix Agent) - IP 192.168.1.101
Machine C (not connected to Zabbix and cannot reach Zabbix) - IP 192.168.1.102
The issue is as follows:
I want to measure latency between machine B and machine C (machine B will run a small BASH script to perform the latency between B and C) and Zabbix should have the result, grabbing it from machine B (using the agent).
If the latency between machine B and C is more then 100ms, then it should send an alarm.
My question: how can I feed the agent of machine B with the results of the script and how could I activate such a trigger?
Thanks
Machine A (Zabbix Server v2.x) - IP 192.168.1.100
Machine B (Running some apps and Zabbix Agent) - IP 192.168.1.101
Machine C (not connected to Zabbix and cannot reach Zabbix) - IP 192.168.1.102
The issue is as follows:
I want to measure latency between machine B and machine C (machine B will run a small BASH script to perform the latency between B and C) and Zabbix should have the result, grabbing it from machine B (using the agent).
If the latency between machine B and C is more then 100ms, then it should send an alarm.
My question: how can I feed the agent of machine B with the results of the script and how could I activate such a trigger?
Thanks
Comment