mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Merge pull request #1782 from laf/issue-1779
Added dnos to this, does not seem worth duplicating the code for another os
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Force10 S-Series
|
||||
// F10-S-SERIES-CHASSIS-MIB::chStackUnitTemp.1 = Gauge32: 47
|
||||
// F10-S-SERIES-CHASSIS-MIB::chStackUnitModelID.1 = STRING: S25-01-GE-24V
|
||||
if ($device['os'] == 'ftos' || $device['os_group'] == 'ftos') {
|
||||
if ($device['os'] == 'ftos' || $device['os_group'] == 'ftos' || $device['os'] == 'dnos') {
|
||||
echo 'FTOS C-Series ';
|
||||
|
||||
$oids = snmpwalk_cache_oid($device, 'chStackUnitTemp', array(), 'F10-S-SERIES-CHASSIS-MIB', $config['mib_dir'].':'.$config['mib_dir'].'/ftos');
|
||||
Reference in New Issue
Block a user