@@ -207,15 +207,25 @@ Mobile Signal Strength
207207 :target: https://raw.githubusercontent.com/openwisp/openwisp-monitoring/docs/docs/signal-strength.png
208208 :align: center
209209
210- ================== =====================================
211- **collection **: :doc: `OpenWrt Monitoring Agent
212- </openwrt-monitoring-agent/index>`
213- **measurement **: ``signal_strength ``
210+ ================== ==========================================================================
211+ **collection **: :doc: `OpenWrt Monitoring Agent </openwrt-monitoring-agent/index >`
212+ **measurement **: ``signal ``
214213**type **: ``float ``
215214**fields **: ``signal_strength ``, ``signal_power ``
215+ **tags **: .. code-block:: python
216+
217+ {
218+ "organization_id": "<organization-id-of-the-related-device>",
219+ "ifname": "<interface-name>",
220+ # optional
221+ "location_id": "<location-id-of-the-related-device-if-present>",
222+ "floorplan_id": "<floorplan-id-of-the-related-device-if-present>",
223+ }
216224**configuration **: ``signal_strength ``
217225**charts **: ``signal_strength ``
218- ================== =====================================
226+ ================== ==========================================================================
227+
228+ If a device has multiple mobile interfaces, a separate chart will be created for each interface, with its name appended to the chart title (e.g. ``Signal Strength (RSSI): mobile0 ``).
219229
220230.. _mobile_signal_quality :
221231
@@ -226,15 +236,25 @@ Mobile Signal Quality
226236 :target: https://raw.githubusercontent.com/openwisp/openwisp-monitoring/docs/docs/signal-quality.png
227237 :align: center
228238
229- ================== ======================================
230- **collection **: :doc: `OpenWrt Monitoring Agent
231- </openwrt-monitoring-agent/index>`
232- **measurement **: ``signal_quality ``
239+ ================== ==========================================================================
240+ **collection **: :doc: `OpenWrt Monitoring Agent </openwrt-monitoring-agent/index >`
241+ **measurement **: ``signal ``
233242**type **: ``float ``
234- **fields **: ``signal_quality ``, ``signal_quality ``
243+ **fields **: ``signal_quality ``, ``snr ``
244+ **tags **: .. code-block:: python
245+
246+ {
247+ "organization_id": "<organization-id-of-the-related-device>",
248+ "ifname": "<interface-name>",
249+ # optional
250+ "location_id": "<location-id-of-the-related-device-if-present>",
251+ "floorplan_id": "<floorplan-id-of-the-related-device-if-present>",
252+ }
235253**configuration **: ``signal_quality ``
236254**charts **: ``signal_quality ``
237- ================== ======================================
255+ ================== ==========================================================================
256+
257+ If a device has multiple mobile interfaces, a separate chart will be created for each interface, with its name appended to the chart title (e.g. ``Signal Quality (RSRQ): mobile0 ``).
238258
239259.. _mobile_access_technology_in_use :
240260
@@ -245,15 +265,25 @@ Mobile Access Technology in Use
245265 :target: https://raw.githubusercontent.com/openwisp/openwisp-monitoring/docs/docs/access-technology.png
246266 :align: center
247267
248- ================== ==================================
249- **collection **: :doc: `OpenWrt Monitoring Agent
250- </openwrt-monitoring-agent/index>`
251- **measurement **: ``access_tech ``
268+ ================== ==========================================================================
269+ **collection **: :doc: `OpenWrt Monitoring Agent </openwrt-monitoring-agent/index >`
270+ **measurement **: ``signal ``
252271**type **: ``int ``
253272**fields **: ``access_tech ``
273+ **tags **: .. code-block:: python
274+
275+ {
276+ "organization_id": "<organization-id-of-the-related-device>",
277+ "ifname": "<interface-name>",
278+ # optional
279+ "location_id": "<location-id-of-the-related-device-if-present>",
280+ "floorplan_id": "<floorplan-id-of-the-related-device-if-present>",
281+ }
254282**configuration **: ``access_tech ``
255283**charts **: ``access_tech ``
256- ================== ==================================
284+ ================== ==========================================================================
285+
286+ If a device has multiple mobile interfaces, a separate chart will be created for each interface, with its name appended to the chart title (e.g. ``Access Technology: mobile0 ``).
257287
258288.. _iperf3 :
259289
0 commit comments