Closed devopsjohndoe closed 2 months ago
Ubuntu Minimal 24.04(0.7.10)/24.10(0.8.2) https://packages.ubuntu.com/noble/prometheus-process-exporter
root@ip-ec2:/home/ubuntu# /usr/bin/prometheus-process-exporter --web.listen-address=0.0.0.0:9256 2024/08/04 10:15:52 Reading metrics from /proc for procnames: [] level=info ts=2024-08-04T10:15:53.026Z caller=tls_config.go:313 msg="Listening on" address=[::]:9256 level=info ts=2024-08-04T10:15:53.026Z caller=tls_config.go:316 msg="TLS is disabled." http2=false address=[::]:9256
It's listen just on tcp6 even if i put 0.0.0.0
tcp6 0 0 :::9256 :::* LISTEN 3207840/prometheus- off (0.00/0/0)
Issue with netfilter rules!
Ubuntu Minimal 24.04(0.7.10)/24.10(0.8.2) https://packages.ubuntu.com/noble/prometheus-process-exporter
root@ip-ec2:/home/ubuntu# /usr/bin/prometheus-process-exporter --web.listen-address=0.0.0.0:9256 2024/08/04 10:15:52 Reading metrics from /proc for procnames: [] level=info ts=2024-08-04T10:15:53.026Z caller=tls_config.go:313 msg="Listening on" address=[::]:9256 level=info ts=2024-08-04T10:15:53.026Z caller=tls_config.go:316 msg="TLS is disabled." http2=false address=[::]:9256
It's listen just on tcp6 even if i put 0.0.0.0
tcp6 0 0 :::9256 :::* LISTEN 3207840/prometheus- off (0.00/0/0)
Issue with netfilter rules!