Ignore:
Timestamp:
Apr 4, 2016, 8:41:19 PM (9 years ago)
Author:
chronos
Message:
  • Added: Network latency periodic measurement of network interfaces with local IP.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigLinux/NetworkConfigLinux.php

    r815 r824  
    33include_once(dirname(__FILE__).'/Generators/DNS.php');
    44include_once(dirname(__FILE__).'/Generators/CheckPorts.php');
     5include_once(dirname(__FILE__).'/Generators/Latency.php');
    56
    67class ModuleNetworkConfigLinux extends AppModule
     
    2930    $this->System->ModuleManager->Modules['NetworkConfig']->RegisterConfigItem('linux-dns', 'ConfigDNS');
    3031    $this->System->ModuleManager->Modules['NetworkConfig']->RegisterConfigItem('linux-checkports', 'ConfigCheckPorts');
     32    $this->System->ModuleManager->Modules['NetworkConfig']->RegisterConfigItem('linux-latency', 'ConfigLatency');
    3133  }
    3234}
Note: See TracChangeset for help on using the changeset viewer.