mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add RB260GS detection
As stated in the title.
This commit is contained in:
@@ -14,4 +14,8 @@ if (!$os) {
|
||||
if (preg_match('/^RouterOS/', $sysDescr)) {
|
||||
$os = 'routeros';
|
||||
}
|
||||
|
||||
if ($sysDescr == 'RB260GS') {
|
||||
$os = 'routeros';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user