|
255 | 255 | .. figure:: https://github.com/openwisp/openwisp-monitoring/raw/master/docs/rtt.png
|
256 | 256 | :align: center
|
257 | 257 |
|
258 |
| -``Traffic rx bytes`` |
259 |
| -~~~~~~~~~~~~~~~~~~~~ |
| 258 | +Traffic rx bytes |
| 259 | +~~~~~~~~~~~~~~~~ |
260 | 260 |
|
261 | 261 | +--------------------+-------------------------------+
|
262 | 262 | | **measurement**: | ``<interface_name> rx_bytes`` |
|
|
270 | 270 | | **charts**: | ``traffic`` |
|
271 | 271 | +--------------------+-------------------------------+
|
272 | 272 |
|
273 |
| -``Traffic tx bytes`` |
274 |
| -~~~~~~~~~~~~~~~~~~~~ |
| 273 | +Traffic tx bytes |
| 274 | +~~~~~~~~~~~~~~~~ |
275 | 275 |
|
276 | 276 | +--------------------+-------------------------------+
|
277 | 277 | | **measurement**: | ``<interface_name> tx_bytes`` |
|
|
288 | 288 | .. figure:: https://github.com/openwisp/openwisp-monitoring/raw/master/docs/traffic.png
|
289 | 289 | :align: center
|
290 | 290 |
|
291 |
| -``WiFI Clients`` |
292 |
| -~~~~~~~~~~~~~~~~ |
| 291 | +WiFI Clients |
| 292 | +~~~~~~~~~~~~ |
293 | 293 |
|
294 | 294 | +--------------------+--------------------------+
|
295 | 295 | | **measurement**: | ``<interface_name>`` |
|
|
306 | 306 | .. figure:: https://github.com/openwisp/openwisp-monitoring/raw/master/docs/wifi-clients.png
|
307 | 307 | :align: center
|
308 | 308 |
|
309 |
| -``Memory Usage`` |
310 |
| -~~~~~~~~~~~~~~~~ |
| 309 | +Memory Usage |
| 310 | +~~~~~~~~~~~~ |
311 | 311 |
|
312 | 312 | +--------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
313 | 313 | | **measurement**: | ``<memory>`` |
|
|
324 | 324 | .. figure:: https://github.com/openwisp/openwisp-monitoring/raw/master/docs/memory.png
|
325 | 325 | :align: center
|
326 | 326 |
|
327 |
| -``CPU Load`` |
328 |
| -~~~~~~~~~~~~ |
| 327 | +CPU Load |
| 328 | +~~~~~~~~ |
329 | 329 |
|
330 | 330 | +--------------------+----------------------------------------------------+
|
331 | 331 | | **measurement**: | ``load`` |
|
|
342 | 342 | .. figure:: https://github.com/openwisp/openwisp-monitoring/raw/master/docs/cpu-load.png
|
343 | 343 | :align: center
|
344 | 344 |
|
345 |
| -``Disk Usage`` |
346 |
| -~~~~~~~~~~~~~~ |
| 345 | +Disk Usage |
| 346 | +~~~~~~~~~~ |
347 | 347 |
|
348 | 348 | +--------------------+-------------------+
|
349 | 349 | | **measurement**: | ``disk`` |
|
@@ -378,20 +378,20 @@ Default Alerts / Notifications
|
378 | 378 | | | outdated, or device is not reachable). |
|
379 | 379 | +-------------------------------+------------------------------------------------------------------+
|
380 | 380 |
|
381 |
| -``Available Checks`` |
382 |
| --------------------- |
| 381 | +Available Checks |
| 382 | +---------------- |
383 | 383 |
|
384 |
| -``Ping`` |
385 |
| -~~~~~~~~ |
| 384 | +Ping |
| 385 | +~~~~ |
386 | 386 |
|
387 | 387 | This check returns information on device ``uptime`` and ``RTT (Round trip time)``.
|
388 | 388 | The Charts ``uptime``, ``packet loss`` and ``rtt`` are created. The ``fping``
|
389 | 389 | command is used to collect these metrics.
|
390 | 390 | You may choose to disable auto creation of this check by setting
|
391 | 391 | `OPENWISP_MONITORING_AUTO_PING <#OPENWISP_MONITORING_AUTO_PING>`_ to ``False``.
|
392 | 392 |
|
393 |
| -``Configuration applied`` |
394 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 393 | +Configuration applied |
| 394 | +~~~~~~~~~~~~~~~~~~~~~ |
395 | 395 |
|
396 | 396 | This check ensures that the `openwisp-config agent <https://github.com/openwisp/openwisp-config/>`_
|
397 | 397 | is running and applying configuration changes in a timely manner.
|
@@ -749,8 +749,8 @@ Registering / Unregistering Metric Configuration
|
749 | 749 | ``openwisp_monitoring.monitoring.configuration.register_metric`` and ``openwisp_monitoring.monitoring.configuration.unregister_metric``.
|
750 | 750 | Using these functions you can register or unregister metric configurations from anywhere in your code.
|
751 | 751 |
|
752 |
| -register_metric |
753 |
| -~~~~~~~~~~~~~~~ |
| 752 | +``register_metric`` |
| 753 | +~~~~~~~~~~~~~~~~~~~ |
754 | 754 |
|
755 | 755 | This function is used to register a new metric configuration from anywhere in your code.
|
756 | 756 |
|
@@ -881,8 +881,8 @@ is already registered with same name (not to be confused with verbose_name).
|
881 | 881 | If you don't need to register a new metric but need to change a specific key of an
|
882 | 882 | existing metric configuration, you can use `OPENWISP_MONITORING_METRICS <#openwisp_monitoring_metrics>`_.
|
883 | 883 |
|
884 |
| -unregister_metric |
885 |
| -~~~~~~~~~~~~~~~~~ |
| 884 | +``unregister_metric`` |
| 885 | +~~~~~~~~~~~~~~~~~~~~~ |
886 | 886 |
|
887 | 887 | This function is used to unregister a metric configuration from anywhere in your code.
|
888 | 888 |
|
@@ -911,8 +911,8 @@ Registering / Unregistering Chart Configuration
|
911 | 911 | ``openwisp_monitoring.monitoring.configuration.register_chart`` and ``openwisp_monitoring.monitoring.configuration.unregister_chart``.
|
912 | 912 | Using these functions you can register or unregister chart configurations from anywhere in your code.
|
913 | 913 |
|
914 |
| -register_chart |
915 |
| -~~~~~~~~~~~~~~ |
| 914 | +``register_chart`` |
| 915 | +~~~~~~~~~~~~~~~~~~ |
916 | 916 |
|
917 | 917 | This function is used to register a new chart configuration from anywhere in your code.
|
918 | 918 |
|
@@ -955,8 +955,8 @@ is already registered with same name (not to be confused with verbose_name).
|
955 | 955 | If you don't need to register a new chart but need to change a specific key of an
|
956 | 956 | existing chart configuration, you can use `OPENWISP_MONITORING_CHARTS <#openwisp_monitoring_charts>`_.
|
957 | 957 |
|
958 |
| -unregister_chart |
959 |
| -~~~~~~~~~~~~~~~~ |
| 958 | +``unregister_chart`` |
| 959 | +~~~~~~~~~~~~~~~~~~~~ |
960 | 960 |
|
961 | 961 | This function is used to unregister a chart configuration from anywhere in your code.
|
962 | 962 |
|
|
0 commit comments