check connected users how to

Hi!

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?

Thanks!

You can find SNMP MIBs here: http://www.mikrotik.com/docs/ros/2.9/root/snmp

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.