https://github.com/miteshsharma/prometheuswithansible
Setup prometheus server, blackbox_exporter and node_exporter on different groups using Ansible
https://github.com/miteshsharma/prometheuswithansible
ansible ansible-role monitoring prometheus prometheus-exporter
Last synced: about 2 months ago
JSON representation
Setup prometheus server, blackbox_exporter and node_exporter on different groups using Ansible
- Host: GitHub
- URL: https://github.com/miteshsharma/prometheuswithansible
- Owner: MiteshSharma
- License: mit
- Created: 2018-11-10T07:52:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:15:49.000Z (over 6 years ago)
- Last Synced: 2025-03-23T11:33:04.565Z (2 months ago)
- Topics: ansible, ansible-role, monitoring, prometheus, prometheus-exporter
- Homepage:
- Size: 5.86 KB
- Stars: 39
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prometheus Setup using Ansible
In this project, we are configurating prometheus with blackbox_exporter on one instance and node_exporter on another instance using ansible.
## Getting Started
Step 1: Update ip address of both instances in inventory file.
Step 2: Run ansible command to setup prometheus server with node exporter
Ansible command: ansible-playbook playbook.yml