How to add Node Exporter in Prometheus server

0 votes

Hi Guys,

I configured Prometheus server in my system. Now I want to add one Node Exporter in this server. How can I do that?

May 28, 2020 in DevOps & Agile by akhtar
• 38,230 points
2,293 views

1 answer to this question.

0 votes

Hi@akhtar,

To add Node Exporter in Prometheus server, you have to add your node details in prometheus.yml file. You can take reference from the below given code.

Open your prometheus.yml file and add these lines.

- job_name: 'node1'
  static_configs:
  - targets: ['Node_Exporter IP:PORT_NO']

Now your node exporter is connected with Prometheus server.

answered May 28, 2020 by MD
• 95,440 points

Related Questions In DevOps & Agile

+1 vote
1 answer

How to add a node as a manager in swarm cluster?

Here is what you can try and ...READ MORE

answered Dec 10, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
519 views
+1 vote
2 answers
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,531 views
+2 votes
1 answer
0 votes
2 answers

How to configure Prometheus server in linux?

Hi there , Setup Prometheus Configuration All the prometheus ...READ MORE

answered Jul 9, 2020 in DevOps & Agile by Suhana
• 340 points
894 views
0 votes
1 answer

How to get the file count in amazon bucket linux cli

Hi@Shahzeb, You can do this task using the ...READ MORE

answered Apr 27, 2020 in DevOps & Agile by MD
• 95,440 points
3,324 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP