mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
Tony Murray
parent
d91a2ece13
commit
e6fa8dbd13
@@ -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');
|
||||
|
Reference in New Issue
Block a user