mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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