Does anybody care to monitor which devices are connecting to their router?
Ideally, I'd like to do something like "arp -a" every few minutes via cron, dump that into a file. Then every day it'd get merged, and the number of identical ethernet entries would be counted. So as the daily output I'd get a list of ethernet addresses, and the number of times "arp -a" saw them.
Are there any existing addons that can be quickly transformed into such a monitoring tool?
Ideally, I'd like to do something like "arp -a" every few minutes via cron, dump that into a file. Then every day it'd get merged, and the number of identical ethernet entries would be counted. So as the daily output I'd get a list of ethernet addresses, and the number of times "arp -a" saw them.
Are there any existing addons that can be quickly transformed into such a monitoring tool?