hippocampus: minio: rejig
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
./private/prometheus.nix
|
./private/prometheus.nix
|
||||||
|
|
||||||
# Pretty Visuals
|
# Pretty Visuals
|
||||||
# ./private/grafana.nix
|
./private/grafana.nix
|
||||||
|
|
||||||
# Home Monitoring and Control
|
# Home Monitoring and Control
|
||||||
# ./private/homeassistant.nix
|
# ./private/homeassistant.nix
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
services.grafana = {
|
services.grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
http_addr = "0.0.0.0";
|
settings.server = {
|
||||||
http_port = 9998;
|
http_addr = "0.0.0.0";
|
||||||
|
http_port = 9998;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,8 +58,8 @@
|
|||||||
MINIO_VOLUMES = "/mnt/disk1/minio";
|
MINIO_VOLUMES = "/mnt/disk1/minio";
|
||||||
# Expandable later, but each pool must have more than 1 disk.
|
# Expandable later, but each pool must have more than 1 disk.
|
||||||
# https://github.com/minio/minio/issues/16711
|
# https://github.com/minio/minio/issues/16711
|
||||||
MINIO_SERVER_URL = "http://100.64.0.5:9000";
|
MINIO_SERVER_URL = "http://100.64.0.4:9000";
|
||||||
MINIO_PROMETHEUS_URL = "http://100.64.0.5:9999";
|
MINIO_PROMETHEUS_URL = "http://100.64.0.4:9999";
|
||||||
MINIO_PROMETHEUS_JOB_ID = "minio-job";
|
MINIO_PROMETHEUS_JOB_ID = "minio-job";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user