mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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