drunkendog
f3ce6ee11e
Build Docker Image for Actions / Check-If-Rebuild (push) Successful in 8s
Details
Build Docker Image for Actions / Build-Image (push) Successful in 50s
Details
Code Quality Test / Quality-Check (push) Successful in 6s
Details
Environment Setup Test / Setup (push) Successful in 1m43s
Details
|
||
---|---|---|
.. | ||
README.md | ||
install-second-vhost.py | ||
launch-docker.sh | ||
manifest.dat | ||
minio.conf.example | ||
nginx-api-proxy-template.conf |
README.md
Minio
Configuring Prometheus
Create a user prometheus
with policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"admin:Prometheus"
]
}
]
}
then run mc alias set metrics http://172.30.26.1:9000 prometheus {password} && mc admin prometheus generate metrics
and add the output into /opt/prometheus/prometheus.yml