stor2rrd is a storage, SAN, LAN performance and capacity monitoring tool
10K+
This is dockerized version of single XoruX application - STOR2RRD.
It's based on the latest official Alpine Linux with all necessary dependencies installed.
Quick start:
docker run -d --name STOR2RRD --restart always -v stor2rrd:/home/stor2rrd jauderho/stor2rrd
You can set container timezone via env variable TIMEZONE in docker run command:
docker run -d --name STOR2RRD --restart always -v stor2rrd:/home/stor2rrd -e TIMEZONE="Europe/Prague" jauderho/stor2rrd
If you want to use this container as a XorMon backend, set XORMON env variable:
docker run -d --name STOR2RRD --restart always -v stor2rrd:/home/stor2rrd -e XORMON=1 jauderho/stor2rrd
Application UI can be found on http://<CONTAINER_IP>, use admin/admin for login.
Official images use an out of date base image with vulnerabilities hence the need for this image.
Up to date multi-platform images are built an hour after upstream release and rebuilt at least once a week.
Content type
Image
Digest
sha256:fdd21be1e…
Size
91.2 MB
Last updated
2 days ago
docker pull jauderho/stor2rrd