You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "This is an alert meant to ensure that the entire alerting pipeline is functional.\nThis alert is always firing, therefore it should always be firing in Alertmanager\nand always fire against a receiver. There are integrations with various notification\nmechanisms that send a notification when this alert is not firing. For example the\n\"DeadMansSnitch\" integration in PagerDuty."
142
-
summary: 'Ensure entire alerting pipeline is functional'
143
-
- alert: InstanceDown
144
-
expr: 'up == 0'
145
-
for: 5m
146
-
labels:
147
-
severity: critical
148
-
annotations:
149
-
description: '{% raw %}{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 5 minutes.{% endraw %}'
150
-
summary: '{% raw %}Instance {{ $labels.instance }} down{% endraw %}'
151
-
- alert: RebootRequired
152
-
expr: 'node_reboot_required > 0'
153
-
labels:
154
-
severity: warning
155
-
annotations:
156
-
description: '{% raw %}{{ $labels.instance }} requires a reboot.{% endraw %}'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available space left and is filling up.{% endraw %}'
161
-
summary: 'Filesystem is predicted to run out of space within the next 24 hours.'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available space left and is filling up fast.{% endraw %}'
169
-
summary: 'Filesystem is predicted to run out of space within the next 4 hours.'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available space left.{% endraw %}'
177
-
summary: 'Filesystem has less than 5% space left.'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available space left.{% endraw %}'
185
-
summary: 'Filesystem has less than 3% space left.'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available inodes left and is filling up.{% endraw %}'
193
-
summary: 'Filesystem is predicted to run out of inodes within the next 24 hours.'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available inodes left and is filling up fast.{% endraw %}'
201
-
summary: 'Filesystem is predicted to run out of inodes within the next 4 hours.'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available inodes left.{% endraw %}'
209
-
summary: 'Filesystem has less than 5% inodes left.'
description: '{% raw %}Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available inodes left.{% endraw %}'
217
-
summary: 'Filesystem has less than 3% inodes left.'
description: '{% raw %}{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} receive errors in the last two minutes.{% endraw %}'
225
-
summary: 'Network interface is reporting many receive errors.'
description: '{% raw %}{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} transmit errors in the last two minutes.{% endraw %}'
233
-
summary: 'Network interface is reporting many transmit errors.'
0 commit comments