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
02f4ab90ce
commit
e26f17cd07
2 changed files with 54 additions and 0 deletions
|
@ -1078,6 +1078,28 @@ groups:
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
type: ceph_default
|
type: ceph_default
|
||||||
|
- alert: NVMeoFMissingListener
|
||||||
|
annotations:
|
||||||
|
description: For every subsystem, each gateway should have a listener to balance
|
||||||
|
traffic between gateways.
|
||||||
|
summary: No listener added for {{ $labels.instance }} NVMe-oF Gateway to {{
|
||||||
|
$labels.nqn }} subsystem
|
||||||
|
expr: ceph_nvmeof_subsystem_listener_count == 0 and on(nqn) sum(ceph_nvmeof_subsystem_listener_count)
|
||||||
|
by (nqn) > 0
|
||||||
|
for: 10m
|
||||||
|
labels:
|
||||||
|
severity: warning
|
||||||
|
type: ceph_default
|
||||||
|
- alert: NVMeoFZeroListenerSubsystem
|
||||||
|
annotations:
|
||||||
|
description: NVMeoF gateway configuration incomplete; one of the subsystems
|
||||||
|
have zero listeners.
|
||||||
|
summary: No listeners added to {{ $labels.nqn }} subsystem
|
||||||
|
expr: sum(ceph_nvmeof_subsystem_listener_count) by (nqn) == 0
|
||||||
|
for: 10m
|
||||||
|
labels:
|
||||||
|
severity: warning
|
||||||
|
type: ceph_default
|
||||||
- alert: NVMeoFHighHostCPU
|
- alert: NVMeoFHighHostCPU
|
||||||
annotations:
|
annotations:
|
||||||
description: High CPU on a gateway host can lead to CPU contention and performance
|
description: High CPU on a gateway host can lead to CPU contention and performance
|
||||||
|
|
|
@ -1446,6 +1446,38 @@ labels:
|
||||||
type: ceph_default
|
type: ceph_default
|
||||||
{{< /code >}}
|
{{< /code >}}
|
||||||
|
|
||||||
|
##### NVMeoFMissingListener
|
||||||
|
|
||||||
|
{{< code lang="yaml" >}}
|
||||||
|
alert: NVMeoFMissingListener
|
||||||
|
annotations:
|
||||||
|
description: For every subsystem, each gateway should have a listener to balance
|
||||||
|
traffic between gateways.
|
||||||
|
summary: No listener added for {{ $labels.instance }} NVMe-oF Gateway to {{ $labels.nqn
|
||||||
|
}} subsystem
|
||||||
|
expr: ceph_nvmeof_subsystem_listener_count == 0 and on(nqn) sum(ceph_nvmeof_subsystem_listener_count)
|
||||||
|
by (nqn) > 0
|
||||||
|
for: 10m
|
||||||
|
labels:
|
||||||
|
severity: warning
|
||||||
|
type: ceph_default
|
||||||
|
{{< /code >}}
|
||||||
|
|
||||||
|
##### NVMeoFZeroListenerSubsystem
|
||||||
|
|
||||||
|
{{< code lang="yaml" >}}
|
||||||
|
alert: NVMeoFZeroListenerSubsystem
|
||||||
|
annotations:
|
||||||
|
description: NVMeoF gateway configuration incomplete; one of the subsystems have
|
||||||
|
zero listeners.
|
||||||
|
summary: No listeners added to {{ $labels.nqn }} subsystem
|
||||||
|
expr: sum(ceph_nvmeof_subsystem_listener_count) by (nqn) == 0
|
||||||
|
for: 10m
|
||||||
|
labels:
|
||||||
|
severity: warning
|
||||||
|
type: ceph_default
|
||||||
|
{{< /code >}}
|
||||||
|
|
||||||
##### NVMeoFHighHostCPU
|
##### NVMeoFHighHostCPU
|
||||||
|
|
||||||
{{< code lang="yaml" >}}
|
{{< code lang="yaml" >}}
|
||||||
|
|
Loading…
Reference in a new issue