-
Notifications
You must be signed in to change notification settings - Fork 87
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
Feature Request: Add Perfdata for accesspoint-status #308
Comments
Hi,
there is a mode count-accesspoint-clients, which groups clients by ssid and
outputs the numbers as perfdata
With –warninx/criticalx you can set individual thresholds.
…--warningx SSID1_clients=100 –criticalx SSID1_clients=500 –warningx
SSID2_clients=10….
Gerhard
Von: bickhorn ***@***.***
Gesendet: Mittwoch, 14. Dezember 2022 11:05
An: lausser/check_nwc_health ***@***.***>
Cc: Subscribed ***@***.***>
Betreff: [lausser/check_nwc_health] Feature Request: Add Perfdata for
accesspoint-status (Issue #308)
Hello,
First, thank you for this wonderful plugin !
Is it possible to add some perfdata to the mode accesspoint-status ?
For now it is fully textual :
./check_nwc_health --community XXX --hostname 10.X.X.X --mode
accesspoint-status
OK - access point BW-A221 is enable/associated (2 interfaces with 6
clients), access point BW-B223 is enable/associated (2 interfaces with 2
clients)
Would it be possible to have for exemple :
./check_nwc_health --community XXX --hostname 10.X.X.X --mode
accesspoint-status
OK - access point BW-A221 is enable/associated (2 interfaces with 6
clients), access point BW-B223 is enable/associated (2 interfaces with 2
clients)
| 'BW-A221_clients'=6 'BW-B223_clients'=2
End even maybe add some warning if too much client are on an access-point ?
Best regards
—
Reply to this email directly, view it on GitHub
<#308> , or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQSOE3DJWADIC3CBYUVSDWNGLUVANCNFSM6AAAAAAS6IOZVQ>
.
You are receiving this because you are subscribed to this thread.Message ID:
***@***.***>
|
Hello, Thank to respond to my request I've seen this mode and i use it already with my SSID. But what i'm looking for is not the number of client per SSID, but the number of client per physical access point. For my case, i have 3 SSID and 30 physical cisco aironet and i know i have XX people connected to the SSID. Best regards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
First, thank you for this wonderful plugin !
Is it possible to add some perfdata to the mode accesspoint-status ?
For now it is fully textual :
Would it be possible to have for exemple :
End even maybe add some warning if too much client are on an access-point ?
Best regards
The text was updated successfully, but these errors were encountered: