forked from the-distro/infra
re-enable sub-domains to monitor
This commit is contained in:
parent
524b598b2c
commit
660122477f
|
@ -6,6 +6,7 @@
|
|||
}:
|
||||
let
|
||||
cfg = config.bagel.status;
|
||||
# TODO: pull domains from a central place
|
||||
subdomains = [
|
||||
"cl"
|
||||
"netbox"
|
||||
|
@ -16,15 +17,15 @@ let
|
|||
"mimir"
|
||||
"pyroscope"
|
||||
"matrix"
|
||||
# "tempo"
|
||||
# "amqp"
|
||||
# "fodwatch"
|
||||
# "git"
|
||||
# "alerts"
|
||||
# "buildbot"
|
||||
# "b"
|
||||
# "postgres"
|
||||
# "news"
|
||||
"tempo"
|
||||
"amqp"
|
||||
"fodwatch"
|
||||
"git"
|
||||
"alerts"
|
||||
"buildbot"
|
||||
"b"
|
||||
"postgres"
|
||||
"news"
|
||||
];
|
||||
port = 3001;
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue