Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collectd: report on associated wireless clients #25740

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GrumpyMeow
Copy link
Contributor

@GrumpyMeow GrumpyMeow commented Jan 13, 2025

Maintainer: Jo-Philipp Wich jo@mein.io, Hannu Nyman hannu.nyman@iki.fi
Compile tested: x86-64, virtual, snapshot
Run tested: x86-64, virtual,snapshot

Description:
-- This is based on an very old Pull Request which never got merged. I think it's a valueable functionality, especially for Home Automation and such --
Add a series of new instanced metrics in the iwinfo plugin for collectd-mod-iwinfo that report on associated wireless stations. The field instancing based on BSSID.
These metrics are formatted like (https://collectd.org/wiki/index.php/Naming_schema):
hostname/iwinfo-wlan0/signal_power-DE_AD_BE_EF_12_34

These new values are based on the same data structures used by the "iwinfo wlan0 assoclist" command.

Metrics newly added, again based on the corresponding associated BSSID, are:

  • signal_power
  • signal_noise
  • assoc_rx_packets
  • assoc_tx_packets
  • assoc_rx_rate
  • assoc_tx_rate

image

related to: #18517

Signed-off-by: Sander Schutten <schutten@hotmail.com>
@GrumpyMeow GrumpyMeow force-pushed the feature_collectd_iwinfo_wireless_clients branch from 0cfc0f4 to 8c00d62 Compare January 13, 2025 20:53
@GrumpyMeow GrumpyMeow marked this pull request as ready for review January 13, 2025 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant