mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- OS Support for Acano collaboration appliances
This commit is contained in:
7
includes/polling/os/acano.inc.php
Normal file
7
includes/polling/os/acano.inc.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (preg_match('/Acano Server ([^,]+)/', $device['sysDescr'], $regexp_result)) {
|
||||
$version = $regexp_result[1];
|
||||
} else {
|
||||
$version = '';
|
||||
}
|
||||
Reference in New Issue
Block a user