Hi! i want to make ping to a router with parameters
ing -i 0.002 -c 1000 -s 1400 94.137.223.23
As I know zabbix support inetval 20 and timeout 50. I've made a simple script #!/bin/bash
ping -i 0.002 -c 1000 -s 1400 x.x.x.x
In items I've created the item with key ping['sudo ping -i 0.002 -c 1000 -s 1400 x.x.x.x']
But it won't work. Please, help
ing -i 0.002 -c 1000 -s 1400 94.137.223.23As I know zabbix support inetval 20 and timeout 50. I've made a simple script #!/bin/bash
ping -i 0.002 -c 1000 -s 1400 x.x.x.x
In items I've created the item with key ping['sudo ping -i 0.002 -c 1000 -s 1400 x.x.x.x']
But it won't work. Please, help