-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
good start #1
Comments
Hi @stephenc01, thanks for your feedback.
Could you please add a list of URLs that are hardcoded? Our idea was, to make all hostnames adjustable through the environment file. For example: OITC_NAEMON_HOSTNAME=naemon
SE_GRAPHITE_ADDRESS=carbon-c-relay
CCR_CARBON_CACHE_1=carbon-cache1:2003 Could be possible that we have missed one or two. I have build a distributed setup using Docker Swarm, you can find my notes about this here: https://gist.github.com/nook24/75b8a07d19989de6fcc122c78044ce82 |
@nook24 - I've experienced the same issue. I've changed all the container/service names to make them easier to find on my small server where I run a couple of dozen other containers. The services in my compose.yml are:
My
and
I run linuxserver.io's swag, which effectively puts it behind an nginx reverse proxy. When I run When I try running When I run
Until it gives up, crashes then restarts. I noticed that my drive was filling up and it looks like this file is the culprit:
The contents of which is:
This fills up at a GB every few seconds until the drive filles up. Checking the contents of
Shouldn't those details be the ones from |
Happy new Year @RedBeardDotDev - thanks for reporting. I found a few places where hardcoded hostnames where used instead of dynamic values from the I nuked my docker test environment and pushed a new nightly version. I also prefixed all my containers with MYSQL_ROOT_PASSWORD=root_password
MYSQL_DATABASE=openitcockpit
MYSQL_USER=openitcockpit
MYSQL_PASSWORD=openitcockpit_password
MYSQL_HOST=oitc-mysql
OITC_REDIS_HOST=oitc-redis
OITC_GEARMAN_ADDRESS=oitc-gearmand
OITC_GRAPHITE_WEB_ADDRESS=oitc-graphite-web
OITC_GRAFANA_ADMIN_PASSWORD=bGsPMxURCjg4esgJ
OITC_GRAFANA_URL=http://oitc-grafana:3033
OITC_PUPPETEER_ADDRESS=http://oitc-puppeteer:8084/
OITC_NAEMON_HOSTNAME=oitc-naemon
OITC_STATUSENGINE_WORKER_HOSTNAME=oitc-statusengine-worker
OITC_MAIL_RELAYHOST=oitc-postfix
MOD_GEARMAN_GEARMAN_SERVER=oitc-gearmand:4730
MOD_GEARMAN_WORKER_GEARMAN_SERVER=oitc-gearmand:4730
SE_GEARMAN_ADDRESS=oitc-gearmand
SE_REDIS_ADDRESS=oitc-redis
SE_MYSQL_HOST=oitc-mysql
SE_GRAPHITE_ADDRESS=oitc-carbon-c-relay
SE_BROKER_GEARMAN_SERVER=oitc-gearmand:4730
VICTORIA_METRICS_HOST=oitc-victoriametrics
GF_SECURITY_ADMIN_PASSWORD=bGsPMxURCjg4esgJ
CCR_CARBON_CACHE_1=oitc-carbon-cache1:2003
CCR_CARBON_CACHE_2=oitc-carbon-cache2:2003
Would be good if you could also give it a shot |
Thanks @nook24 .. I don't have a ton of time (busy moving house) but I've spun up a quick stack with the The only message I'm getting is from
That might be something else, so I'm not too worried about it. |
You need to use the
Also please make sure you have set all environment variables from this comment #1 (comment) in your
This is the Naemon process which is crashing right away - not so good. That's probably because you are using the current stable version ( As soon as you switch to nightly, this should be fixed. |
Hi @nook24 , How can I make this stack working? Thanks, ENx |
@vic-pic |
Hi @nook24 ,
I'm on an amd64 platform on a remote server. Thanks, ENx |
I was able to reproduce this. |
I was unable to use this as is. There are a lot of hard coded urls in the building of the container and seems for everything to run on one host
Maybe if I get time I can look into fixing the containers. but eod the container names should be vars and not hard coded.
The text was updated successfully, but these errors were encountered: