- Notifications
You must be signed in to change notification settings - Fork0
🐳 Dockerfiles to build graphing backend for openITCOCKPIT 🐳
License
NotificationsYou must be signed in to change notification settings
openITCOCKPIT/graphing-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dockerfiles for Graphing Backend ofopenITCOCKPIT. 🐳
git clone https://github.com/it-novum/graphite-docker.gitcd graphite-docker#Use loca docker-compose filemv docker-compose_local.yml docker-compose.ymldocker-compose up
git clone https://github.com/it-novum/graphite-docker.gitcd graphite-docker
mkdir -p /etc/openitcockpit/grafanamkdir -p /etc/openitcockpit/carbonecho admin > /etc/openitcockpit/grafana/admin_passwordcp grafana/grafana.ini /etc/openitcockpit/grafana/cp carbon-c-relay/carbon-c-relay.conf /etc/openitcockpit/carbon/cp carbon-cache/carbon.conf /etc/openitcockpit/carbon/cp carbon-cache/storage-aggregation.conf /etc/openitcockpit/carbon/cp carbon-cache/storage-schemas.conf /etc/openitcockpit/carbon/cp graphite-web/local_settings.py /etc/openitcockpit/carbon/cp graphite-web/wsgi.py /etc/openitcockpit/carbon/
cd graphite-web/docker build --rm \ --build-arg HTTP_PROXY=http://172.16.101.111:8080 --build-arg HTTPS_PROXY=http://172.16.101.111:8080 \ --build-arg http_proxy=http://172.16.101.111:8080 --build-arg https_proxy=http://172.16.101.111:8080 \ -t openitcockpit/graphite-web:latest .
cd graphite-webdocker run -t -i --rm \ --name=graphite-web -p 127.0.0.1:8888:8080 \ openitcockpit/graphite-web
cd graphite-webdocker run -t -i --rm \--name=graphite-web \-p 127.0.0.1:8888:8080 \openitcockpit/graphite-web:latest /bin/sh
cd carbon-c-relay/docker build --rm \ --build-arg HTTP_PROXY=http://172.16.101.111:8080 --build-arg HTTPS_PROXY=http://172.16.101.111:8080 \ --build-arg http_proxy=http://172.16.101.111:8080 --build-arg https_proxy=http://172.16.101.111:8080 \ -t openitcockpit/carbon-c-relay:latest .
docker run -t -i --rm \ -p 127.0.0.1:2003:2003 \ --name=carbon-c-relay \ --expose=2003 -v /etc/openitcockpit/grafana:/etc/openitcockpit/grafana \ openitcockpit/carbon-c-relay:latest -f /etc/carbon-c-relay/carbon-c-relay.conf -T 600 -w 4 -p 2003
cd carbon-cache/docker build --rm \ --build-arg HTTP_PROXY=http://172.16.101.111:8080 --build-arg HTTPS_PROXY=http://172.16.101.111:8080 \ --build-arg http_proxy=http://172.16.101.111:8080 --build-arg https_proxy=http://172.16.101.111:8080 \ -t openitcockpit/carbon-cache:latest .
cd carbon-cache/docker run -t -i --rm \ --name=carbon-cache01 \ -v /etc/openitcockpit/grafana:/etc/openitcockpit/carbone \ openitcockpit/carbon-cache:latest -f /etc/carbon-c-relay/carbon-c-relay.conf -T 600 -w 4 -p 2003
docker run -t -i --rm \ -p 127.0.0.1:3033:3033 \ --name=shadow_grafana \ -e "GF_SECURITY_ADMIN_PASSWORD=admin" \ -e "GF_PATHS_CONFIG=/etc/openitcockpit/grafana/grafana.ini" \ -e "GF_PATHS_DATA=/var/lib/grafana" \ -e "GF_PATHS_HOME=/usr/share/grafana" \ -e "GF_PATHS_LOGS=/var/log/grafana" \ -e "GF_PATHS_PLUGINS=/var/lib/grafana/plugins" \ -e "GF_PATHS_PROVISIONING=/etc/grafana/provisioning" \ -v grafana-data:/var/lib/grafana \ -v /etc/openitcockpit/grafana:/etc/openitcockpit/grafana \ grafana/grafana
About
🐳 Dockerfiles to build graphing backend for openITCOCKPIT 🐳
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.