Sign inSign up

analogic/cacti-thold

By analogic

Updated over 10 years ago

Docker container with full Cacti installation (S6+Apache+Cacti+Cacti spine+Thold)

Image
0

1.5K

analogic/cacti-thold repository overview

Docker container with full Cacti installation (S6+Apache+Cacti+Cacti spine+Thold)

run with:

docker run --name cacti-thold \
    -p 80:80 \
    -v /data/cacti/rrd:/var/lib/cacti/rra/ \
    -v /data/cacti/log:/var/log/cacti \
    -e "DB_USER=db_user>" \
    -e "DB_PASS=<db_password>" \
    -e "DB_HOST=<db_host>" \
    -e "DB_NAME=<db_name>" \
    analogic/cacti-thold

You need pre-create db user and db itself. Tables are created automaticaly at first start. Initial plugin enabling and settings is up to you.

Tag summary

Content type

Image

Digest

Size

117.8 MB

Last updated

over 10 years ago

docker pull analogic/cacti-thold