I am looking for a script that can be imported to a program or webpage where you can see every client in the networks signal strength history, so if a client disconnects for a weird reason you can look at the history charts and see that it’s bad or good signal!? Is this something you can do in say the dude? I’ve seen something like this but in a commercial program that is not freeware, would be fun to make something that everyone can use
Not sure if this will be of help but check the link below as I was looking for a similar solution and if it does solve your request please post back an update so we can all benefit?
Unless I have Dude 3.6 incorrectly configured, it shows average signal for the last 5mins and I cannot click and zoom into any graphs,
I find dude OK for current time monitoring and had to setup individual charts for monitoring customers who had signal issues but also with these I am unable to click and zoom into any graphs.
I was using pppoe but have now changed to wlan, this has resulted in more information being displayed, AP+Freq,Signal,TX,RX,data rates but still cannot click and zoom into graphs,
each client MT periodically runs a script which sends RX/TX levels (and some other infos too) to the log. Each MT box is configured to send some logs (script info) to remote syslog server
a syslog server (linux box with syslog-ng) runs a script which parses messages from MT boxes and stores the interesting values into database. To spare disc space older values are merged into day averages so we have one months of detailed data and several years of day averages for each MT box.
via HTML interface we can see RX/TX signal history for each client.
we use nagios (resp icinga) to check if there is enough clients active (i.e their last message is not too old) on each AP. This way we can detect APs with bad antennas, wifi cards automatically. We run tests which analyze database data and detect signal drops (total average signal for all clients, etc) and bad trends too.
each client MT periodically runs a script which sends RX/TX levels (and some other infos too) to the log. Each MT box is configured to send some logs (script info) to remote syslog server