Ignore:
Timestamp:
Nov 5, 2015, 9:56:35 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Now network notify state is read from network interface rather then network device.
  • Added: Filter to notify only about network online changes longer then 5 seconds.
  • Modified: Show "still offline" list only if new online or offline is detected.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Setup/Updates.php

    r762 r763  
    15981598}
    15991599
     1600function UpdateTo763($Manager)
     1601{
     1602  $Manager->Execute('ALTER TABLE `NetworkInterface` ADD `OnlineNotify` INT NOT NULL AFTER `LastOnline`;');
     1603  $Manager->Execute('ALTER TABLE `NetworkDevice` DROP `OnlineNotify`;');
     1604}
    16001605
    16011606
     
    16761681      755 => array('Revision' => 759, 'Function' => 'UpdateTo759'),
    16771682      759 => array('Revision' => 762, 'Function' => 'UpdateTo762'),
     1683      762 => array('Revision' => 763, 'Function' => 'UpdateTo763'),
    16781684    ));
    16791685  }
Note: See TracChangeset for help on using the changeset viewer.