mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3941 from guggemand/dell-n3024
This commit is contained in:
@ -113,6 +113,7 @@ LibreNMS contributors:
|
||||
- Andy Noyland <andrew@noyland.co.uk> (Zappatron)
|
||||
- Cercel Valentin <crc@nuamchefazi.ro> (crcro)
|
||||
- Ahmed Sajid <ahmed4343@hotmail.com> (ahmedsajid)
|
||||
- Karsten Schmidt <git@guggemand.dk> (guggemand)
|
||||
|
||||
[1]: http://observium.org/ "Observium web site"
|
||||
Observium was written by:
|
||||
|
@ -25,6 +25,10 @@ if (!$os) {
|
||||
//Dell N4064F
|
||||
$os = 'dnos';
|
||||
}
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3057')) {
|
||||
//Dell N3024
|
||||
$os = 'dnos';
|
||||
}
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3058')) {
|
||||
//Dell N3048P
|
||||
$os = 'dnos';
|
||||
|
Reference in New Issue
Block a user