mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Merge pull request #3292 from dmelani/master
Add chassis serial to brocade ironware devices
This commit is contained in:
@@ -17,3 +17,5 @@ $version = trim(
|
||||
|
||||
$version = str_replace('V', '', $version);
|
||||
$version = str_replace('"', '', $version);
|
||||
|
||||
$serial = trim(snmp_get($device, 'snChasSerNum.0', '-Ovq', 'FOUNDRY-SN-AGENT-MIB'), '"');
|
||||
|
||||
Reference in New Issue
Block a user