rico0: remove alertmanager
This commit is contained in:
parent
a437a923d8
commit
0ca7ce294b
2 changed files with 0 additions and 19 deletions
|
@ -1,18 +0,0 @@
|
||||||
_: {
|
|
||||||
services = {
|
|
||||||
caddy = {
|
|
||||||
virtualHosts."alertmanager.labs.adtya.xyz" = {
|
|
||||||
extraConfig = ''
|
|
||||||
reverse_proxy 127.0.0.1:3100
|
|
||||||
tls /persist/secrets/caddy/certs/default.crt /persist/secrets/caddy/certs/default.key
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
prometheus.alertmanager = {
|
|
||||||
enable = true;
|
|
||||||
listenAddress = "127.0.0.1";
|
|
||||||
port = 9093;
|
|
||||||
webExternalUrl = "https://alertmanager.labs.adtya.xyz/";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,6 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./alertmanager.nix
|
|
||||||
./blocky.nix
|
./blocky.nix
|
||||||
./grafana.nix
|
./grafana.nix
|
||||||
./loki.nix
|
./loki.nix
|
||||||
|
|
Loading…
Reference in a new issue