Skip to content
/ lpar2rrd Public

dockerized version of free server performance monitoring tool

Notifications You must be signed in to change notification settings

XoruX/lpar2rrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XoruX LPAR2RRD

This is dockerized version of single XoruX application - LPAR2RRD.

It's based on the latest official Alpine Linux with all necessary dependencies installed.

Quick start:

docker run -d --name LPAR2RRD --restart always -v lpar2rrd:/home/lpar2rrd xorux/lpar2rrd

You can set container timezone via env variable TIMEZONE in docker run command:

docker run -d --name LPAR2RRD --restart always -v lpar2rrd:/home/lpar2rrd -e TIMEZONE="Europe/Prague" xorux/lpar2rrd

If you want to use this container as a XorMon backend, set XORMON env variable:

docker run -d --name LPAR2RRD --restart always -v lpar2rrd:/home/lpar2rrd -e XORMON=1 xorux/lpar2rrd

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

About

dockerized version of free server performance monitoring tool

Resources

Stars

Watchers

Forks

Packages

No packages published