2025-04-27 17:16:21 +02:00
|
|
|
{ runTest }:
|
2024-06-02 00:06:14 +01:00
|
|
|
|
|
|
|
{
|
2025-04-27 17:16:21 +02:00
|
|
|
alertmanager = runTest ./alertmanager.nix;
|
2025-04-27 15:17:39 +02:00
|
|
|
alertmanager-ntfy = runTest ./alertmanager-ntfy.nix;
|
2025-04-27 17:16:21 +02:00
|
|
|
config-reload = runTest ./config-reload.nix;
|
|
|
|
federation = runTest ./federation.nix;
|
|
|
|
prometheus-pair = runTest ./prometheus-pair.nix;
|
|
|
|
pushgateway = runTest ./pushgateway.nix;
|
|
|
|
remote-write = runTest ./remote-write.nix;
|
2024-06-02 00:06:14 +01:00
|
|
|
}
|