newdevice: Added basic detection for Packetflux SiteMonitor (#6498)

* newdevice: Added basic detection for Packetflux SiteMonitor

* added missing file

* updated to include some health sensors
This commit is contained in:
Neil Lathwood
2017-04-28 04:14:52 +01:00
committed by Tony Murray
parent d91a2ece13
commit e6fa8dbd13
10 changed files with 796 additions and 0 deletions

View File

@@ -1648,6 +1648,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('sinetica');
}
public function testSiteMonitor()
{
$this->checkOS('sitemonitor');
}
public function testMegatec()
{
$this->checkOS('netagent2');