Sign inSign up

konjak/cgp

By konjak

Updated over 10 years ago

Collectd Graph Panel (CGP) in a Docker image.

Image
1

3.2K

konjak/cgp repository overview

Collectd Graph Panel (CGP) Docker image

Production ready Docker container for Collectd Graph Panel (CGP) with collectd usage.

Features - why using this image instead of several others?

  • Uses alpine base image
  • This image is as small as possible - uses PHP built-in webserver
  • It's possible to completely change CGP's configuration
  • Installs latest CGP release

Usage

sudo docker run \
  -p 80:80 \
  -v ./folder-with-php-config-files:/config \
  -v /var/lib/collectd/rrd:/var/lib/collectd/rrd
  konjak/cgp

All provided env vars starting with CGP_ will be converted to config values for CGP.

It's also possible to mount a folder with php config files to /config. All *.php files in this folder will be executed after the base config.

Status

Production stable.

Tag summary

Content type

Image

Digest

Size

20.4 MB

Last updated

over 10 years ago

docker pull konjak/cgp