mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add basic device support for Raisecom.
- www.raisecom.com - MIB from raisecom (thx to Mr. Miles)
This commit is contained in:
6
includes/polling/os/raisecom.inc.php
Normal file
6
includes/polling/os/raisecom.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
if (preg_match('/^ROAP Version ([^,]+)/', $poll_device['sysDescr'], $regexp_result)) {
|
||||
$version = $regexp_result[1];
|
||||
#$serial = $regexp_result[2];
|
||||
}
|
Reference in New Issue
Block a user