1
0

hosts/monitoring-3: Add alert for Synapse

This commit is contained in:
2023-12-01 17:50:54 +01:00
parent 2e68d00ca4
commit cff95863fd
2 changed files with 11 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ in {
static_configs = [
{
targets = [
"https://matrix.entr0py.de/_matrix/static/"
"matrix.entr0py.de"
];
}
];
@@ -281,9 +281,10 @@ in {
{
source_labels = [ "__address__" ];
target_label = "__param_target";
replacement = "https://\${1}/_matrix/static/";
}
{
source_labels = [ "__param_target" ];
source_labels = [ "__address__" ];
target_label = "target";
}
{