mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Merge pull request #3213 from Rosiak/issue-3196
Dell NOS Disco - N4032F
This commit is contained in:
@@ -7,6 +7,9 @@ if (!$os) {
|
|||||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3042')) {
|
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3042')) {
|
||||||
$os = 'dnos';
|
$os = 'dnos';
|
||||||
}
|
}
|
||||||
|
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3044')) {
|
||||||
|
$os = 'dnos';
|
||||||
|
}
|
||||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3054')) {
|
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3054')) {
|
||||||
$os = 'dnos';
|
$os = 'dnos';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user