mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
7106ba2091
commit
1874d3a9ff
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ groups:
|
|||
- alert: ConsulUp
|
||||
annotations:
|
||||
description: Consul '{{ $labels.job }}' is not up.
|
||||
summary: Consul '{{ $labels.job }}' is not up.
|
||||
summary: Consul is not up.
|
||||
expr: |
|
||||
consul_up != 1
|
||||
for: 1m
|
||||
|
@ -13,7 +13,7 @@ groups:
|
|||
- alert: ConsulMaster
|
||||
annotations:
|
||||
description: Consul '{{ $labels.job }}' has no master.
|
||||
summary: Consul '{{ $labels.job }}' has no master.
|
||||
summary: Consul has no master.
|
||||
expr: |
|
||||
consul_raft_leader != 1
|
||||
for: 1m
|
||||
|
@ -22,7 +22,7 @@ groups:
|
|||
- alert: ConsulPeers
|
||||
annotations:
|
||||
description: Consul '{{ $labels.job }}' does not have 3 peers.
|
||||
summary: Consul '{{ $labels.job }}' does not have 3 peers.
|
||||
summary: Consul does not have peers.
|
||||
expr: |
|
||||
consul_raft_peers != 3
|
||||
for: 10m
|
||||
|
|
|
@ -24,7 +24,7 @@ Complete list of pregenerated alerts is available [here](https://github.com/moni
|
|||
alert: ConsulUp
|
||||
annotations:
|
||||
description: Consul '{{ $labels.job }}' is not up.
|
||||
summary: Consul '{{ $labels.job }}' is not up.
|
||||
summary: Consul is not up.
|
||||
expr: |
|
||||
consul_up != 1
|
||||
for: 1m
|
||||
|
@ -38,7 +38,7 @@ labels:
|
|||
alert: ConsulMaster
|
||||
annotations:
|
||||
description: Consul '{{ $labels.job }}' has no master.
|
||||
summary: Consul '{{ $labels.job }}' has no master.
|
||||
summary: Consul has no master.
|
||||
expr: |
|
||||
consul_raft_leader != 1
|
||||
for: 1m
|
||||
|
@ -52,7 +52,7 @@ labels:
|
|||
alert: ConsulPeers
|
||||
annotations:
|
||||
description: Consul '{{ $labels.job }}' does not have 3 peers.
|
||||
summary: Consul '{{ $labels.job }}' does not have 3 peers.
|
||||
summary: Consul does not have peers.
|
||||
expr: |
|
||||
consul_raft_peers != 3
|
||||
for: 10m
|
||||
|
|
Loading…
Reference in a new issue