boop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vivian 2023-05-07 18:42:36 +02:00
parent e9c5170ec1
commit ac009b4593
5 changed files with 39 additions and 27 deletions

View file

@ -25,7 +25,7 @@ in {
enable = true;
listenAddress = ":${toString vmPort}";
# Data Retention period in months
retentionPeriod = 12;
retentionPeriod = 36;
};
services.vmagent = {
@ -53,7 +53,6 @@ in {
}
{
job_name = "synapse";
metrics_path = "/_synapse/metrics";
static_configs = [{
targets = [ "synapse.olympus:9000" ];
labels.app = "synapse";
@ -66,6 +65,13 @@ in {
labels.app = "wireguard";
}];
}
{
job_name = "ntfy";
static_configs = [{
targets = [ "ntfy.olympus:9090"];
labels.app = "ntfy";
}];
}
];
};
};