Ad Widget

Collapse

icmppingsec 0.00ms on zabbix 1.1.7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • quekky
    Junior Member
    • Nov 2004
    • 8

    #1

    icmppingsec 0.00ms on zabbix 1.1.7

    As my network is gigabit and the servers are running in vmware, some of the fping return 0.00ms (which in fact the server is still alive but the network is too fast)

    I edited src/zabbix_server/pinger/pinger.c

    //SET_DBL_RESULT(&value, mseconds/1000);
    SET_DBL_RESULT(&value, mseconds?mseconds/1000:0.0000001);
Working...