forked from infra/ansible
grafana: enable monitoring via icinga
This commit is contained in:
parent
3214cdacd1
commit
29b0201507
@ -34,3 +34,8 @@
|
|||||||
|
|
||||||
- name: Start grafana
|
- name: Start grafana
|
||||||
service: name=grafana-server state=started enabled=yes
|
service: name=grafana-server state=started enabled=yes
|
||||||
|
|
||||||
|
- name: Enable monitoring
|
||||||
|
include_role: name=icinga-monitor tasks_from=http
|
||||||
|
vars:
|
||||||
|
vhost: "{{ grafana_domain }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user