avarghesein/whitestat

By avarghesein

Updated over 4 years ago

Daily Network (Internet) Bandwidth Usage Monitoring by Devices (IP/MAC)

Image
0

1.4K

avarghesein/whitestat repository overview

In your Linux Device (should be Default Gateway), run "WhiteStat", as a privileged container, with directly monitoring Host network.

Below sample shows running "WhiteStat" on RaspberryPi 2B (armv7l), which is the default gateway for the network, and host interface named as "eth0"

The Bind Directory should be writable. Open ports 777, 888 in firewall

 docker run --name whitestatpi --restart always \
--network host --privileged \
--env TZ="Asia/Calcutta" \
--env ROLE="MONITOR|ANALYZER" \
--env HOST_INTERFACE="eth0" \
--env MONITOR_URL=":888" \
--env ANALYZER_PORT=777 \
--env DATA_STORE="/mnt/whitestat/" \
--mount type=bind,source="/home/pi/whitestat/",target="/mnt/whitestat/"  \
-d avarghesein/whitestat:v10_armhf

Access Through URL

http://IP:777

To Know more on configurations, follow : https://github.com/avarghesein/WhiteStat

Tag summary

Content type

Image

Digest

Size

2.5 GB

Last updated

over 4 years ago

docker pull avarghesein/whitestat:v11_win64