Switch to single prometheus & grafana hosts

This commit is contained in:
niten 2023-12-11 14:58:51 -08:00
parent 4098ac9682
commit c89f643fe6
3 changed files with 14 additions and 8 deletions

View File

@ -19,8 +19,10 @@
ldap-servers = [ "germany" "legatus" ];
zone = "fudo.org";
xmpp-servers = [ "germany" ];
prometheus-hosts = [ "germany" ];
grafana-hosts = [ "nutboy3" ];
metrics = {
prometheus-host = "germany";
grafana-host = "germany";
};
postgresql-server = "nutboy3";
log-aggregator = "germany";
chat-server = "legatus";

View File

@ -10,12 +10,13 @@
ldap-servers = [ "locum" ];
kerberos-master = "locum";
# primary-nameserver = "procul";
# primary-mailserver = "locum";
zone = "informis.land";
prometheus-hosts = [ "locum" ];
postgresql-server = "procul";
grafana-hosts = [ "locum" ];
metrics = {
grafanaHost = "locum";
prometheusHost = "locum";
};
log-aggregator = "locum";
backplane = {
dns-service = "nutboy3";

View File

@ -15,8 +15,11 @@
postgresql-server = "nostromo";
kerberos-master = "nostromo";
prometheus-hosts = [ "fimbria" ];
grafana-hosts = [ "nostromo" ];
metrics = {
prometheusHost = "fimbria";
grafanaHost = "nostromo";
};
log-aggregator = "nostromo";
backplane = {
dns-service = "nutboy3";