From 72ff8236922a3af5be351d81447f25fc614e2ff7 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 5 Feb 2023 23:33:36 +0100 Subject: [PATCH] update --- prometheus_grafana/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index ac4f09f..f27fe90 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -283,10 +283,11 @@ the time interval is set to show last 1h instead of last 15m The setup and real world use of pushgateway, along with small steps when learning it are in the repo - -[Veeam Prometheus Grafana](https://github.com/DoTheEvo/veeam-prometheus-grafana) - +[Veeam Prometheus Grafana](https://github.com/DoTheEvo/veeam-prometheus-grafana)
Including pushing information from windows powershell. +![veeam-dash](https://i.imgur.com/dUyzuyl.png) + --- @@ -426,7 +427,6 @@ Including pushing information from windows powershell. receiver: 'email' receivers: - - name: "ntfy" webhook_configs: - url: 'https://ntfy.example.com/alertmanager' @@ -450,8 +450,8 @@ Including pushing information from windows powershell. groups: - name: host rules: - - alert: DiskspaceLow - expr: sum(node_filesystem_free_bytes{fstype="ext4"}) > 88.2 + - alert: DiskSpaceLow + expr: sum(node_filesystem_free_bytes{fstype="ext4"}) > 19 for: 10s labels: severity: critical