Skip to content

jphme/rpi-monitorix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Monitorix in docker for Raspberry Pi

Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible.

This container enables you to start a monitoring webinterface on your Raspberry Pi in seconds without any configuration.

Quickstart

docker pull jpdus/rpi-monitorix

docker run --name monitorix --net host -e MONITORIX_PORT=8080 -d jpdus/rpi-monitorix

Afterwards just visit http://yourip:8080/monitorix for statistics.

Source

Other

Instead of --net host you can also map a port:

docker run --name monitorix -p 8080:8080 -d jpdus/rpi-monitorix

More information on Monitorix.

Based on: docker-monitorix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%