Ignore:
Timestamp:
Jul 18, 2016, 6:15:29 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Lowered network availability test to 10 second period.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigRouterOS/Generators/Netwatch.php

    r829 r835  
    3131          if($Interface['Name'] != '') $Name .= '-'.$Interface['Name'];
    3232          echo($Name.', ');
    33           $Items[] = array('host' => $Interface['LocalIP'], 'interval' => '00:00:30', 'comment' => $Name);
     33          $Items[] = array('host' => $Interface['LocalIP'], 'interval' => '00:00:10', 'comment' => $Name);
    3434        }
    3535      }
Note: See TracChangeset for help on using the changeset viewer.