hosts/monitoring-3: Add alert for Synapse
This commit is contained in:
@@ -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";
|
||||
}
|
||||
{
|
||||
|
Reference in New Issue
Block a user