ansible
ansible copied to clipboard
Issues with SELinux Configuration and Systemd Service in Prometheus: Lack of IPv6 and Iterable Support
SELinux configuration in prometheus.prometheus.node_exporter
There is an issue with the current implementation of the SELinux configuration, see this task:
Allow node_exporter port in SELinux on RedHat OS family
- This implementation does not support the use of IPv6 listen addresses.
- The template for the node_exporter.service supports iterables, which isn't supported with this implementation aswell.
systemd service for prometheus.prometheus.prometheus
There is further an incosistency that the service file for prometheus does not support iterables for the listen_addresses aswell:
Pull requests welcome!
Any updates?!