mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
fix: node_md_disks state label as failed
Signed-off-by: fsschmitt <492108+fsschmitt@users.noreply.github.com>
This commit is contained in:
parent
306a365377
commit
effa4da989
@ -265,7 +265,7 @@
|
||||
{
|
||||
alert: 'NodeRAIDDiskFailure',
|
||||
expr: |||
|
||||
node_md_disks{state="fail"} > 0
|
||||
node_md_disks{state="failed"} > 0
|
||||
||| % $._config,
|
||||
labels: {
|
||||
severity: 'warning',
|
||||
|
Loading…
Reference in New Issue
Block a user