"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > WatchYourLAN - lightweight network IP scanner

WatchYourLAN - lightweight network IP scanner

Published on 2024-11-07
Browse:427

WatchYourLAN  - lightweight network IP scanner

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 InfluxDB2 to make a Grafana dashboard

What's new in v2?

  • Basic API
  • Export to InfluxDB2
  • Choice between SQLite and PostgreSQL database
  • User can pass arguments directly to arp-scan
  • Better UI with JS
  • Human-friendly History display

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

Release Statement This article is reproduced at: https://dev.to/aceberg/watchyourlan-20-lightweight-network-ip-scanner-p8c?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3