Skip to content

Commit

Permalink
newdevice: Added detection for Exinda librenms#5297
Browse files Browse the repository at this point in the history
  • Loading branch information
laf committed Jan 25, 2017
1 parent 0077176 commit 1625397
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/OSDiscoveryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,11 @@ public function testEricssonES()
$this->checkOS('ericsson-es');
}

public function testExinda()
{
$this->checkOS('exinda');
}

public function testExtremeware()
{
$this->checkOS('extremeware');
Expand Down

0 comments on commit 1625397

Please sign in to comment.