Introduce service levels and change alert routing based on this
This commit is contained in:
@@ -21,6 +21,11 @@ in
|
||||
type = types.str;
|
||||
description = "Public Key of the monitoring wireguard interface of this host";
|
||||
};
|
||||
serviceLevel = mkOption {
|
||||
type = types.str;
|
||||
default = "infra";
|
||||
description = "Service level this instance is assigned to";
|
||||
};
|
||||
bird = mkEnableOption "Monitor bird";
|
||||
blackbox = mkEnableOption "Monitor blackbox";
|
||||
nixos = mkOption {
|
||||
|
Reference in New Issue
Block a user