mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed and added to SAF-Integra-* detection (#7309)
This commit is contained in:
@ -114,9 +114,18 @@ class SafIntegraB extends OS implements
|
|||||||
'power',
|
'power',
|
||||||
$this->getDeviceId(),
|
$this->getDeviceId(),
|
||||||
'.1.3.6.1.4.1.7571.100.1.1.7.1.2.1.0',
|
'.1.3.6.1.4.1.7571.100.1.1.7.1.2.1.0',
|
||||||
'saf-integrab-rx',
|
'saf-integrab-tx',
|
||||||
'integraBradioTxPower',
|
'integraBradioTxPower',
|
||||||
'Rx Power'
|
'Tx Power'
|
||||||
|
),
|
||||||
|
// SAF-INTEGRAB-MIB::integraBradioRxLevel
|
||||||
|
new WirelessSensor(
|
||||||
|
'power',
|
||||||
|
$this->getDeviceId(),
|
||||||
|
'.1.3.6.1.4.1.7571.100.1.1.7.1.2.3.0',
|
||||||
|
'saf-integrab-rx-level',
|
||||||
|
'integraBradioRxLevel',
|
||||||
|
'Rx Level'
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -114,9 +114,18 @@ class SafIntegraW extends OS implements
|
|||||||
'power',
|
'power',
|
||||||
$this->getDeviceId(),
|
$this->getDeviceId(),
|
||||||
'.1.3.6.1.4.1.7571.100.1.1.7.2.2.1.0',
|
'.1.3.6.1.4.1.7571.100.1.1.7.2.2.1.0',
|
||||||
'saf-integra-rx',
|
'saf-integra-tx',
|
||||||
'integraWradioTxPower',
|
'integraWradioTxPower',
|
||||||
'Rx Power'
|
'Tx Power'
|
||||||
|
),
|
||||||
|
// SAF-INTEGRAW-MIB::integraWradioRxLevel
|
||||||
|
new WirelessSensor(
|
||||||
|
'power',
|
||||||
|
$this->getDeviceId(),
|
||||||
|
'.1.3.6.1.4.1.7571.100.1.1.7.2.2.3.0',
|
||||||
|
'saf-integra-rx-level',
|
||||||
|
'integraWradioRxLevel',
|
||||||
|
'Rx Level'
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user