Home  >  Article  >  Backend Development  >  WatchYourLAN - lightweight network IP scanner

WatchYourLAN - lightweight network IP scanner

PHPz
PHPzOriginal
2024-09-04 06:00:32895browse

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

The above is the detailed content of WatchYourLAN - lightweight network IP scanner. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn