1
0
Fork 0
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:
github-actions[bot] 2024-11-15 03:35:41 +00:00
parent 02f4ab90ce
commit e26f17cd07
2 changed files with 54 additions and 0 deletions

View file

@ -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

View file

@ -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" >}}