Main features of WatchYourLAN
- Send notification when new host is found
- Monitor hosts online/offline history
- Keep a list of all hosts in the network
- Send data to
InfluxDB2to make aGrafanadashboard
What's new in v2?
- Basic
API - Export to
InfluxDB2 - Choice between
SQLiteandPostgreSQLdatabase - User can pass arguments directly to
arp-scan - Better
UIwithJS - Human-friendly
Historydisplay
Quick start
Full installation guide is available in the README file. The easiest way to try it:
docker run --name wyl \
-e "IFACES=$YOURIFACE" \
-e "TZ=$YOURTIMEZONE" \
--network="host" \
-v $DOCKERDATAPATH/wyl:/data/WatchYourLAN \
aceberg/watchyourlan:v2
Web GUI should be at http://localhost:8840
Top comments (0)