For the past few days I've been trying to monitor my local network to look for new device connections. At first I thought of arpwatch, but if I'm not mistaken, it is worthless if not running on the router itself, which I cannot do.
So then I thought of nmap, and it does work. I'm currently using this specific command with sudo: nmap -sP MY_NETWORK_IP. But at this point I'm wondering, if I make for example a cron task to run it every minute, will affect my local network? I mean, in terms of speed and/or general performance. The scan finishes in like 5 seconds, btw.
Also, I guess not, but can nmap report recently connected, but now disconnected devices?
Or is there another simple network monitoring solution you guys can think of?
Thanks in advance!