mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Typo that make mempool non working => fixed
This commit is contained in:
@@ -6,6 +6,6 @@ if ($device['os'] == 'serveriron') {
|
|||||||
$percent = snmp_get($device, 'snAgGblDynMemUtil.0', '-OvQ', 'FOUNDRY-SN-AGENT-MIB');
|
$percent = snmp_get($device, 'snAgGblDynMemUtil.0', '-OvQ', 'FOUNDRY-SN-AGENT-MIB');
|
||||||
|
|
||||||
if (is_numeric($percent)) {
|
if (is_numeric($percent)) {
|
||||||
discover_mempool($valid_mempool, $device, 0, 'ServerIron', 'Dynamic Memory', '1', null, null);
|
discover_mempool($valid_mempool, $device, 0, 'serveriron', 'Dynamic Memory', '1', null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user