nextcloud done

This commit is contained in:
Tristan 2024-02-27 13:19:30 +00:00
parent e048213cc6
commit 4c318790ac
2 changed files with 19 additions and 1 deletions

View file

@ -17,6 +17,20 @@ in {
}
];
}
{
job_name = "prometheus";
static_configs = [
{
targets = ["localhost:${toString config.services.prometheus.exporters.postgres.port}"];
}
];
}
];
exporters = {
postgres = {
enable = true;
runAsLocalSuperUser = true;
};
};
};
}