Delete old comment about SNMP values : getting the all values once instead of one by one

This commit is contained in:
geg347
2021-07-07 16:01:24 +02:00
parent ca561012a5
commit 836ace535a

View File

@@ -102,8 +102,6 @@ class Junos extends \LibreNMS\OS implements SlaDiscovery, OSPolling, SlaPolling
// Go get some data from the device.
$data = snmpwalk_group($device, 'pingCtlRowStatus', 'DISMAN-PING-MIB', 2);
$data = snmpwalk_group($device, 'jnxPingLastTestResultTable', 'JUNIPER-PING-MIB', 2, $data);
// $data = snmpwalk_group($device, 'jnxPingLastTestResultSentProbes', 'JUNIPER-PING-MIB', 2, $data);
// $data = snmpwalk_group($device, 'jnxPingLastTestResultAvgRttUs', 'JUNIPER-PING-MIB', 2, $data);
// Get the needed information
foreach ($slas as $sla) {