I just staterd with Zabbix, To have a quick start is installed this on my Synology NAS with docker
This i also my first Docker app
I did a quick install with docker - latest
In the version it says 4.6.6
I have about 10 switches that we used to monitor by ping, this in successfully running
now, why we are moving to Zabbix is the fact we have some remote connections that sometime fail
So the idea is to run a tracert command with te hops displayed so we can see where the failure is occuring ( the company sys that there are no problems)
This problem is about 3-4 times a week, and it is then tomeout 1 minute.
I found this with Google, https://jeremyverda.net/traceroute-with-zabbix-and-mtr/
But it is not working as expected ( aka npot working)
result
I hope someone can give me some directions what to do
question 2
On the terminal screen focker-zabbix
There q a lot of errors scrolling to the terminal screen.
This i also my first Docker app
I did a quick install with docker - latest
In the version it says 4.6.6
I have about 10 switches that we used to monitor by ping, this in successfully running
now, why we are moving to Zabbix is the fact we have some remote connections that sometime fail
So the idea is to run a tracert command with te hops displayed so we can see where the failure is occuring ( the company sys that there are no problems)
This problem is about 3-4 times a week, and it is then tomeout 1 minute.
I found this with Google, https://jeremyverda.net/traceroute-with-zabbix-and-mtr/
But it is not working as expected ( aka npot working)
Code:
[B]MTR[/B] [B]IP=$1 mtr -r -c3 -w -b $IP[/B]
- sh: mtr: not found
- Cannot execute script
I hope someone can give me some directions what to do
question 2
On the terminal screen focker-zabbix
There q a lot of errors scrolling to the terminal screen.
Comment