<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    i have configured the xymonnet to make  tcp and ping test every 1m,<br>
    timeout 2sec and retest every 20 sec.<br>
    This is my configuration file:<br>
    <br>
    # "xymonnet" runs the xymonnet tool to perform the network based
    tests - i.e. http, smtp, ssh, dns and<br>
    # all of the various network protocols we need to test.<br>
    [xymonnet]<br>
            ENVFILE /opt/hobbit/server/etc/xymonserver.cfg<br>
            NEEDS xymond<br>
            CMD xymonnet --report --ping --checkresponse --timeout=2<br>
            LOGFILE $XYMONSERVERLOGS/xymonnet.log<br>
            INTERVAL 1m<br>
    <br>
    # "xymonnetagain" picks up the tests that the normal network test
    consider "failed", and re-does those<br>
    # tests more often. This enables Xymon to pick up a recovered
    network service faster than<br>
    # if it were tested only by the "xymonnet" task (which only runs
    every 5 minutes). So if you have<br>
    # servers with very high availability guarantees, running this task
    will make your availability<br>
    # reports look much better.<br>
    [xymonnetagain]<br>
            ENVFILE /opt/hobbit/server/etc/xymonserver.cfg<br>
            NEEDS xymond<br>
            CMD $XYMONHOME/ext/xymonnet-again.sh<br>
            LOGFILE $XYMONSERVERLOGS/xymonnetagain.log<br>
            INTERVAL 10<br>
    <br>
    <br>
    <br>
    The tests (for now i do only ping test) are corrected only for the
    first (i suppose) host. <br>
    The other hosts, one the response time is over 20ms, seem to
    maintain their "baseline" to 20ms.<br>
    First host:<br>
    <br>
    <img src="cid:part1.08060804.05060800@regione.toscana.it" alt=""><br>
    <br>
    <br>
    <br>
    Other host : <br>
    <br>
    <img src="cid:part2.06090207.08060803@regione.toscana.it" alt=""><br>
    <br>
    <br>
    Any suggestions ?<br>
    <br>
    Marco<br>
    <br>
    <br>
  </body>
</html>