mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Improve Cisco ASA Polling Performance (#4999)
This commit is contained in:
committed by
Neil Lathwood
parent
5f8e5e7d3a
commit
a0fec9e574
@@ -107,7 +107,7 @@ if (is_array($oids)) {
|
||||
}
|
||||
|
||||
// echo($descr . "|" . $index . "|" .$current . "|" . $multiplier . "|" . $divisor ."|" . $entry['entPhySensorScale'] . "|" . $entry['entPhySensorPrecision'] . "\n");
|
||||
if ($current == '-127') {
|
||||
if ($current == '-127' || ($device['os'] == 'asa' && str_contains($sysDescr, 'sc'))) {
|
||||
$valid_sensor = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user