mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/prometheus/default.nix
This commit is contained in:
@@ -199,7 +199,7 @@
|
|||||||
labels = {
|
labels = {
|
||||||
severity = "critical";
|
severity = "critical";
|
||||||
};
|
};
|
||||||
annotations.summary = "Node {{ $labels.job }} has been down for more than 1 minutes.";
|
annotations.summary = "Node **{{ $labels.job }}** has been down for more than 1 minutes.";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
alert = "SmartCtlErrors";
|
alert = "SmartCtlErrors";
|
||||||
@@ -209,7 +209,7 @@
|
|||||||
severity = "critical";
|
severity = "critical";
|
||||||
};
|
};
|
||||||
annotations.summary = ''
|
annotations.summary = ''
|
||||||
Errors occur on {{ $labels.job }}
|
Errors occur on **{{ $labels.job }}**
|
||||||
Disk {{ $labels.device }} {{ $value }}
|
Disk {{ $labels.device }} {{ $value }}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
@@ -221,7 +221,7 @@
|
|||||||
severity = "critical";
|
severity = "critical";
|
||||||
};
|
};
|
||||||
annotations.summary = ''
|
annotations.summary = ''
|
||||||
Unhealthy Pool at {{ $labels.job }}
|
Unhealthy Pool at **{{ $labels.job }}**
|
||||||
Pool {{ $labels.pool }} value {{ $value }}
|
Pool {{ $labels.pool }} value {{ $value }}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user