cloudalchemy / ansible-node-exporter

Provision basic metrics exporter for prometheus monitoring tool
MIT License
500 stars 272 forks source link

Exporting metrics only to tcp 6- centos7 #236

Closed pratapvivek007 closed 1 year ago

pratapvivek007 commented 3 years ago

when I install node_exporter through this role on centos 7, it only exposing metrics to tcp6 and due to that we are unable to get the metrics from other machine.

[centos@docker ~]$ netstat -pluten (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0: LISTEN 0 22735 - tcp6 0 0 :::22 ::: LISTEN 0 22737 - tcp6 0 0 :::9100 :::* LISTEN 991 65183 - [centos@docker ~]$

SuperQ commented 1 year ago

This role has been deprecated in favor of a the prometheus-community/ansible collection.