mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker
synced 2024-11-06 21:20:41 +00:00
update
This commit is contained in:
parent
037f0393bf
commit
72ff823692
@ -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)<br>
|
||||
Including pushing information from windows powershell.
|
||||
|
||||
![veeam-dash](https://i.imgur.com/dUyzuyl.png)
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user