Open danelhe opened 1 year ago
I have already started all the containers listed here:
And the database(s)?
I have already started all the containers listed here:
And the database(s)?
If you mean the containers with the databases listed here, yes I have https://hub.docker.com/r/icinga/icingadb
I mean MySQL/Postgres
E.g. as here:
Btw. this repo is a good big picture example of an Icinga Docker setup.
In the icingadb example here: https://hub.docker.com/r/icinga/icingadb
icingadb is started with this env var: ICINGADB_REDIS_PASSWORD=123456
, but redis is started without any password set.
That is the cause of this error:
ERR AUTH <password> called without any password configured for the default user.
I just removed this env var from the startup command to solve the issue.
-e icingaweb.resources.icingaweb_db.host=2001:db8::192.0.2.13 \
I'm afraid both subnets (2001:db8::/32, 192.0.2.0/24) are just example ones. You'll have to run a database container as well:
Running this command I'm getting this error:
I have already started all the containers listed here:
Also the IcingaDB container keeps restarting with this error: