mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Stop net-snmp from interpreting the octet-string from rttMonEchoAdmin… (#14676)
This commit is contained in:
@@ -320,7 +320,7 @@ class Cisco extends OS implements
|
||||
{
|
||||
$slas = new Collection();
|
||||
|
||||
$sla_data = snmpwalk_cache_oid($this->getDeviceArray(), 'rttMonCtrl', [], 'CISCO-RTTMON-MIB');
|
||||
$sla_data = snmpwalk_cache_oid($this->getDeviceArray(), 'rttMonCtrl', [], 'CISCO-RTTMON-MIB', null, '-OQUsx');
|
||||
|
||||
if (! empty($sla_data)) {
|
||||
$sla_data = snmpwalk_cache_oid($this->getDeviceArray(), 'rttMonLatestRttOperCompletionTime', $sla_data, 'CISCO-RTTMON-MIB');
|
||||
|
Reference in New Issue
Block a user