Compare commits

...

3 Commits

Author SHA1 Message Date
c32e288273
Add pyroscope to labmon cert monitoring
Some checks failed
Run nix flake check / flake-check (push) Failing after 10m30s
2025-05-24 12:05:14 +02:00
2380c13465
Add pyroscope to caddy 2025-05-24 12:04:41 +02:00
4432f4c1d0
Add cname for pyroscope 2025-05-24 12:03:16 +02:00
3 changed files with 16 additions and 1 deletions

View File

@ -113,6 +113,12 @@
Verify = true;
Duration = "12h";
}
{
Enabled = true;
Address = "pyroscope.home.2rjus.net:443";
Verify = true;
Duration = "12h";
}
];
};
};

View File

@ -98,6 +98,14 @@
}
reverse_proxy http://auth01.home.2rjus.net:9091
}
pyroscope.home.2rjus.net {
log {
output file /var/log/caddy/pyroscope.log {
mode 644
}
}
reverse_proxy http://monitoring01.home.2rjus.net:4040
}
http://http-proxy.home.2rjus.net/metrics {
log {
output file /var/log/caddy/caddy-metrics.log {

View File

@ -1,7 +1,7 @@
$ORIGIN home.2rjus.net.
$TTL 1800
@ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. (
2060 ; serial number
2061 ; serial number
3600 ; refresh
900 ; retry
1209600 ; expire
@ -75,6 +75,7 @@ alertmanager IN CNAME http-proxy
jelly IN CNAME http-proxy
auth IN CNAME http-proxy
lldap IN CNAME http-proxy
pyroscope IN CNAME http-proxy
ldap IN CNAME auth01