mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Initial AVTECH Software, Inc. support.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.20916.1.7')) {
|
||||
$os = 'avtech';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user