All checks were successful
Run nix flake check / flake-check (push) Successful in 2m6s
Add blackbox exporter to monitoring01 to probe TLS endpoints and alert on expiring certificates. Monitors all ACME-managed certificates from OpenBao PKI including Caddy auto-TLS services. Alerts: - tls_certificate_expiring_soon (< 7 days, warning) - tls_certificate_expiring_critical (< 24h, critical) - tls_probe_failed (connectivity issues) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
179 B
Nix
14 lines
179 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./loki.nix
|
|
./grafana.nix
|
|
./prometheus.nix
|
|
./blackbox.nix
|
|
./pve.nix
|
|
./alerttonotify.nix
|
|
./pyroscope.nix
|
|
./tempo.nix
|
|
];
|
|
}
|