Waiting for exporters to be up and running in dashboard
Hello all, :)
In the dashboard tab i get this error for one hour that server is running:
Waiting for exporters to be up and running
Thanks :) :P
Server version: Ubuntu 18.04
Cluster Control:
Controller: 1.7.0.2825, Frontend: 1.7.0.5259-#86ab2f, License: Community Version
-
Hello,
A good start would be a Prometheus log file, you should be able to find more information there;
/var/log/prometheus/prometheus.log
You can also check if Prometheus exporters are listening, if yes on which ports and if ports are open between CC and nodes.
netstat -tnlpv46|egrep 'export'
tcp6 0 0 :::9100 :::* LISTEN 3946/node_exporter
tcp6 0 0 :::9104 :::* LISTEN 4196/mysqld_exporte
tcp6 0 0 :::9011 :::* LISTEN 3685/process_exportClusterControl has also an option to reenable agent-based monitoring, so if the configuration was broken you can use that to redeploy agents.
BR,
Bart
Please sign in to leave a comment.
Comments
2 comments