Ad Widget

Collapse

ping to a router

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Katok
    Junior Member
    • Jul 2011
    • 2

    #1

    ping to a router

    Hi! i want to make ping to a router with parametersing -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
Working...