Skip to content

vikhyat-shetty/monitoring_stack_playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Prometheus, Grafana and Node Exporter to targeted machines using Ansible Playbook

Step 1:

[Clone the repository into a machine]

Step 2:

[Populate the invventory file with the hostnames of the targeted machines for each of the respctive services]

Step 3:

[Run the following playbook using the below command to enable jmx exporter]

ansible-playbook -i inventory/ansible-inventory_copy.yml deploy.yml

Links for downloading tar files manually

Node Exporter

https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-amd64.tar.gz

Prometheus

https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.linux-amd64.tar.gz

Grafana

https://dl.grafana.com/oss/release/grafana-{{ grafana_version }}.linux-amd64.tar.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages