add support for rabbitmq
This commit is contained in:
@ -302,3 +302,13 @@
|
||||
mode: '0750'
|
||||
when: prometheus_elasticsearch_exporter_targets is defined
|
||||
notify: "grafana-prometheus-restart"
|
||||
|
||||
- name: "grafana-prometheus | import grafana rabbitmq dashboard"
|
||||
copy:
|
||||
src: dashboards/rabbitmq.json
|
||||
dest: /opt/docker-compose/grafana-prometheus/dashboards/rabbitmq.json
|
||||
owner: '1000'
|
||||
group: '1000'
|
||||
mode: '0750'
|
||||
when: prometheus_rabbitmq_exporter_targets is defined
|
||||
notify: "grafana-prometheus-restart"
|
Reference in New Issue
Block a user