You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
unix-socket-enabled is not configurable. It's a fixed setting commented out in influxdb.conf.erb
# Enable http service over unix domain socket
# unix-socket-enabled = false
MR will follow but there is a related topic to discuss. The default setting for http_bind_socket is /var/run/influxdb.sock This is the same default influxdb itself uses, but it is not working for most installations. Usually the influxdb user cannot write to /var/run/ so fails to create the socket and exits with run: open server: open service: listen unix /var/run/influxdb.sock: bind: permission denied
I doubt that influxdb would accept a braking change to change the default. Because this puppet module did not support sockets so far, this could be changed here without breaking existing installations.
This is a decision of keeping defaults consistent vs. providing working defaults. What is your opinion?
The text was updated successfully, but these errors were encountered:
unix-socket-enabled
is not configurable. It's a fixed setting commented out in influxdb.conf.erbMR will follow but there is a related topic to discuss. The default setting for
http_bind_socket
is/var/run/influxdb.sock
This is the same default influxdb itself uses, but it is not working for most installations. Usually the influxdb user cannot write to/var/run/
so fails to create the socket and exits withrun: open server: open service: listen unix /var/run/influxdb.sock: bind: permission denied
I doubt that influxdb would accept a braking change to change the default. Because this puppet module did not support sockets so far, this could be changed here without breaking existing installations.
This is a decision of keeping defaults consistent vs. providing working defaults. What is your opinion?
The text was updated successfully, but these errors were encountered: