diff --git a/06/MINIO-Config.txt b/06/MINIO-Config.txt index 01fdf01..fdc11ed 100644 --- a/06/MINIO-Config.txt +++ b/06/MINIO-Config.txt @@ -2,4 +2,9 @@ MINIO_VOLUMES="http://minio-0{1...4}.devopshobbies.com:9000/mnt/disk1/minio" MINIO_OPTS="--console-address :9001" MINIO_ROOT_USER=adminminio MINIO_ROOT_PASSWORD=adminminio -MINIO_SERVER_URL="http://minio-01.devopshobbies.com:9000" \ No newline at end of file +MINIO_SERVER_URL="http://minio-01.devopshobbies.com:9000" + +###Monitor MinIO server with Prometheus +##find JOB_ID in scrape_configs section in prometheus.yml +#MINIO_PROMETHEUS_JOB_ID=minio-job +#MINIO_PROMETHEUS_URL="http://Prometheus.devopshobbies.com:9090/"