Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
- Switch vmalert from blackhole mode to sending alerts to local Alertmanager - Import alerttonotify service so alerts route to NATS notifications - Add monitoring and alertmanager CNAMEs to monitoring02 - Add Caddy reverse proxy for alertmanager.home.2rjus.net Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
189 B
Nix
9 lines
189 B
Nix
{ ... }: {
|
|
imports = [
|
|
./configuration.nix
|
|
../../services/grafana
|
|
../../services/victoriametrics
|
|
../../services/loki
|
|
../../services/monitoring/alerttonotify.nix
|
|
];
|
|
} |