Waiting for exporters to be up and running in dashboard

Comments

2 comments

  • Avatar
    Bart Oles

    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_export

    ClusterControl has also an option to reenable agent-based monitoring, so if the configuration was broken you can use that to redeploy agents. 

    BR,
    Bart

    0
    Comment actions Permalink
  • Avatar
    christoforos demetriou

    Thanks i reenable the agent and now everything is fine i don't know why that happen :S :) :P thanks ans sorry for the trouble

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk