lpar2rrd is a server performance monitoring tool
10K+
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 jauderho/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" jauderho/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 jauderho/lpar2rrd
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:26f1accb5…
Size
87.1 MB
Last updated
2 days ago
docker pull jauderho/lpar2rrd