mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Compare commits
2 commits
2703325b4d
...
55c0eb01be
| Author | SHA1 | Date | |
|---|---|---|---|
| 55c0eb01be | |||
| b1a827580d |
3 changed files with 4 additions and 10 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
ntfy = {
|
ntfy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "alerts.${privateDomain}";
|
domain = "alerts.sprouted.cloud";
|
||||||
};
|
};
|
||||||
|
|
||||||
grafana = {
|
grafana = {
|
||||||
|
|
|
||||||
|
|
@ -38,12 +38,6 @@
|
||||||
|
|
||||||
nebula.enable = true;
|
nebula.enable = true;
|
||||||
sshd.enable = true;
|
sshd.enable = true;
|
||||||
|
|
||||||
crowdsec = {
|
|
||||||
enable = true;
|
|
||||||
bouncers.firewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
web-services =
|
web-services =
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ in
|
||||||
connectivity.checker.target = "1.1.1.1:53"; # Cloudflare DNS
|
connectivity.checker.target = "1.1.1.1:53"; # Cloudflare DNS
|
||||||
alerting.ntfy = {
|
alerting.ntfy = {
|
||||||
topic = "uptime";
|
topic = "uptime";
|
||||||
url = "https://alerts.${config.custom.networking.overlay.domain}";
|
url = "https://alerts.sprouted.cloud";
|
||||||
click = "https://${cfg.domain}";
|
click = "https://${cfg.domain}";
|
||||||
default-alert = {
|
default-alert = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -122,8 +122,8 @@ in
|
||||||
send-on-resolved = true;
|
send-on-resolved = true;
|
||||||
};
|
};
|
||||||
overrides = lib.singleton {
|
overrides = lib.singleton {
|
||||||
group = "Monitoring";
|
group = config.networking.hostName;
|
||||||
topic = "stork-atlas";
|
topic = "splitleaf";
|
||||||
url = "https://ntfy.sh";
|
url = "https://ntfy.sh";
|
||||||
default-alert = {
|
default-alert = {
|
||||||
failure-threshold = 4;
|
failure-threshold = 4;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue