Open darkounet opened 5 years ago
👍
I have the same problem.
up ?
Because this is a bug tracker for the developers.
Possible it's a configuration problem. So you should ask the question in the community https://community.icinga.com ;-)
I think you get there faster a answer how to fix it. I'm not in common with docker, so I can't help you. I can only give you this hint. Because we got/foun some help/Solutions there for our Problems.
Please ... help ... 🆘
Please provide:
/etc/icingaweb2
echo $ICINGAWEB_CONFIGDIR
As you're running docker, could you please share your Dockerfile
? How is the director daemon started?
The icingaweb2 path is /etc/icingaweb2
the $ICINGAWEB_CONFIGDIR
is not set.
The Dockerfile run the daemon with :
/usr/bin/icingacli director daemon run
Not sure if this helps, but I am facing the same issue...
Does anyone have a solution for it meanwhile?
I meanwhile found the issue, and it was rather frustrating.
In my environment I was setting the password for the icinga director through docker-compose file. This password unfortunately as I spotted contained some special characters, I assume the "%" is the trap. This led into the experienced issue. Setting another password and all is fine.
docker-compose with environment variable ICINGA2_FEATURE_DIRECTOR_PASS
set to directorPassword
: all good
docker-compose with environment variable ICINGA2_FEATURE_DIRECTOR_PASS
set to a more complex password yJzas!CC*x%a
:
Expected Behavior
Trying to start the Director Daemon v1.7.2
Current Behavior
Steps to Reproduce (for bugs)
Your Environment
Docker
icinga2 --version
):My director is working fine, except for the background daemon.
The DB is correct and all migrations are done, no pending one. try with root, non root ( icingadirector user )
I have a docker for icinga2 master & a docker for icingaweb2. What am I doing wrong ?
Thanks