How can I check the connected users? Is there any SNMP MIB? I can check in the wireless setting, there are 6 users for example, but I like to put in a database this data. Is this possible?
And If I like to check the signal strengh? Is there an SNMP database?
The second option is to have your script ssh to your box, run a command, put it to a variable and work on it the way you want (grep, awk, sed etc).
Then you could insert the data to your database or store it as a flat text file.