mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 16:12:20 +02:00
Added initial canopy files
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
if (!$os) {
|
||||||
|
if (preg_match("/^CANOPY/", $sysDescr)) {
|
||||||
|
$os = 'canopy';
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
list(,$version,$hardware) = explode(" ", $device['sysDescr'],3);
|
||||||
Reference in New Issue
Block a user