Prometheus role

This commit is contained in:
Alexandre Iooss 2019-05-05 14:07:04 +02:00
parent 091bf9a0d8
commit c1c995e38d
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
9 changed files with 195 additions and 0 deletions

22
monitoring.yml Normal file
View file

@ -0,0 +1,22 @@
---
# Deploy Prometheus
- hosts: prometheus-pacaterie.adm.auro.re
vars:
# Prometheus targets.json
prometheus_targets:
- labels:
job: node
targets: # TODO {{ ansible_play_batch }}
- prometheus-pacaterie.adm.auro.re:9100
- labels:
job: prometheus
targets:
- localhost:9090
roles:
- prometheus
- prometheus-alertmanager
# Monitor all hosts
- hosts: all
roles:
- prometheus-node