diff options
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 2618 -> 3115 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 24 |
2 files changed, 15 insertions, 9 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex ae758bf5..757769fe 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 702f99b5..14372b7f 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -51,29 +51,35 @@ prometheus_port: 9090 prometheus_retention: "15d" prometheus_scrape_interval: "15s" prometheus_node_exporter_port: 9100 +prometheus_extra_scrape_configs: + - name: "garage" + targets: ["localhost:{{ garage_admin_port }}"] + metrics_path: "/metrics" grafana_port: 3000 grafana_admin_user: "admin" grafana_admin_password: "changeme" grafana_database_type: "sqlite3" grafana_dashboards: - - id: 1860 - revision: 37 - name: "node-exporter-full" + - name: "node-exporter-full" + url: "https://grafana.com/api/dashboards/1860/revisions/45/download" datasource_mappings: - key: "000000001" value: "prometheus" - - id: 3662 - revision: 2 - name: "prometheus-overview" + - name: "prometheus-overview" + url: "https://grafana.com/api/dashboards/3662/revisions/2/download" datasource_mappings: - key: "${DS_THEMIS}" value: "prometheus" - - id: 11074 - revision: 9 - name: "node-exporter-prometheus" + - name: "node-exporter-prometheus" + url: "https://grafana.com/api/dashboards/11074/revisions/9/download" datasource_mappings: - key: "${DS__VICTORIAMETRICS}" value: "prometheus" + - name: "garage" + url: "https://git.deuxfleurs.fr/Deuxfleurs/garage/raw/branch/main/script/telemetry/grafana-garage-dashboard-prometheus.json" + datasource_mappings: + - key: "${DS_prometheus}" + value: "prometheus" backup_device: "UUID=changeme" |
