mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
18 lines
367 B
YAML
18 lines
367 B
YAML
---
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:{{ stats_prometheus_port }}
|
|
uid: ansible_nas
|
|
isDefault: true
|
|
version: 4
|
|
|
|
deleteDatasources:
|
|
- name: "InfluxDB"
|
|
orgId: 1
|
|
- name: "Alertmanager"
|
|
orgId: 1
|