Skip to content

umeshk20/observability-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Observability-stack

This stack will setup the Node-Exporter, Prometheus and Grafana on centos system. the main.yaml is located in parent folder of the repository. This Observability stack is consist of 3 tasks.

  1. Install
  2. Uninstall
  3. Upgrade

Below are the commands to perform tasks.

Install: ansible-playbook main.yaml --tags install

Prerequsities Make sure to write a required version and correct hostname in the vars file which located at: roles/observability_stack/defaults.main.yml

Uninstall: ansible-playbook main.yaml --tags uninstall

Upgrade: ansible-playbook main.yaml --tags upgrade

Prerequsities Make sure to write a updated/latest version in the vars file which located at: roles/observability_stack/defaults.main.yml

About

this will install node exporter, Grafana and prometheus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages