mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixed typo in adtran-aos mempools discovery if conditional
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
|
||||
if ($device['os'] == 'adtrana-aos') {
|
||||
if ($device['os'] == 'adtran-aos') {
|
||||
echo 'Adtran AOS: ';
|
||||
|
||||
$used = snmp_get($device, 'adGenAOSHeapSize.0', '-OvQ', 'ADTRAN-AOSCPU');
|
||||
|
||||
Reference in New Issue
Block a user