Skip to content

XoruX/stor2rrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XoruX STOR2RRD

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 xorux/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" xorux/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 xorux/stor2rrd

Application UI can be found on http://<CONTAINER_IP>, use admin/admin for login.

About

dockerized version of free storage, SAN, LAN performance and capacity monitoring tool

Resources

Stars

Watchers

Forks

Packages

No packages published