Skip to content

Prometheus

MIO

is an open-source systems monitoring and alerting toolkit.

Config Files#

Name Default Type Description
ALLOW_FROM TODO /^<IP>\/[0-9]+$/ Federation address/CIDR; space separated
AM_LISTEN TODO /<IP>/ Alertmanager listen address
LABEL_INSTANCE TODO /^[a-Z0-9.-]+/ Value of the instance label; default=HOSTNAME
LISTEN TODO /<IP>/ Listen address
PORT TODO /[1-9][0-9][0-9][0-9]+/ Listen port
RETENTION_TIME TODO /^[1-9][0-9]*(y|w|d|h|m|s|ms)$/ Storage retention time
SHA256 TODO /^[0-9a-f]+$/ SHA256sum of sha256sums.txt
VERSION TODO /^[0-9.]+$/ application version
WWW_PREFIX TODO /\/.*/ External URL PREFIX
WWW_URL TODO /^http.*/ External URL; default: http://FQHN:PORT

Use#


TODO