-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to set Redis socket path in icingadb::redis_host
#42
Comments
I'm not sure... can you use an UNIX socket in the IcingaDB feature of Icinga 2? |
Yes you can, it is documented here: https://icinga.com/docs/icinga-db/latest/doc/03-Configuration/#redis-configuration
|
I've looked at it and I'm not going to implement it. The reason for this is that authorization problems occur when interacting with puppet-icinga2 and puppet-icingaweb2. Access to sockets would then have to be regulated via group memberships, which are very difficult to implement in Puppet. |
Ireferred to the icinga 2 documentary here. |
Hi,
I want the IcingaDB daemon to connect to the redis instance via UNIX socket, however when setting the path via the
icingadb::redis_host
parameter I get the following error which indicates that the parameter only accepts a valid host or IP address.Is there any way to use a socket based connection?
The text was updated successfully, but these errors were encountered: