Switch to single prometheus & grafana hosts
This commit is contained in:
parent
4098ac9682
commit
c89f643fe6
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue