@cryptotaxi247 / netdata-1 / commits / dc2f09869

docs: go.d/ap update data_collection description (#18182)

Ilya Mashchenko committed Jul 16, 2024 at 13:30 UTC dc2f098692a056e7450b6579740e393ad0e3e978
1 file changed +6 -2
src/go/plugin/go.d/modules/ap/metadata.yaml
+6 -2
@@ -23,8 +23,12 @@ modules:
23 most_popular: false
24 overview:
25 data_collection:
26 - metrics_description: "The ap collector visualizes data related to wireless access points."
27 - method_description: "It uses the `iw` command line utility to detect access points. Initially, the `iw dev` command is run. For each interface that is found to be of `type AP`, `iw INTERFACE station dump` is executed to collect metrics."
26 + metrics_description: |
27 + This collector monitors various wireless access point metrics like connected clients, bandwidth, packets, transmit issues, signal strength, and bitrate for each device and its associated SSID.
28 + method_description: >
29 + This tool uses the `iw` command-line utility to discover nearby access points.
30 + It starts by running `iw dev`, which provides information about all wireless interfaces.
31 + Then, for each interface identified as an access point (type AP), the `iw INTERFACE station dump` command is executed to gather relevant metrics.
32 supported_platforms:
33 include: [Linux]
34 exclude: []