feat(monitoring): service status lookup

This commit is contained in:
arcnmx 2024-05-31 18:14:37 -07:00
parent f97ab24f47
commit ebfd1f5a9a
12 changed files with 273 additions and 103 deletions

View file

@ -42,6 +42,10 @@
type = bool;
default = false;
};
starttls = mkOption {
type = bool;
default = false;
};
port = mkOption {
type = nullOr int;
};
@ -71,6 +75,10 @@
type = str;
default = name;
};
displayName = mkOption {
type = str;
default = name;
};
id = mkOption {
type = str;
default = config.name;