forked from malobeo/infrastructure
[vaultwarden] add monitoring
This commit is contained in:
@@ -144,6 +144,12 @@ in
|
|||||||
targets = [ "${hosts.malobeo.hosts.zineshop.network.address}:9002" ];
|
targets = [ "${hosts.malobeo.hosts.zineshop.network.address}:9002" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "vaultwarden";
|
||||||
|
static_configs = [{
|
||||||
|
targets = [ "${hosts.malobeo.hosts.vaultwarden.network.address}:9002" ];
|
||||||
|
}];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
job_name = "pretalx";
|
job_name = "pretalx";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
|
|||||||
@@ -22,6 +22,12 @@ with lib;
|
|||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||||
|
|
||||||
|
malobeo.metrics = {
|
||||||
|
enable = true;
|
||||||
|
enablePromtail = true;
|
||||||
|
logNginx = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."keys.malobeo.org" = {
|
virtualHosts."keys.malobeo.org" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user