# Prometheus is installed from EPEL. Its packaged unit reads ARGS from this file.
# Port 9090 must be restricted to the management network with firewalld or an ACL.
ARGS='--config.file=/etc/prometheus/prometheus.yml --storage.tsdb.retention.time=30d --storage.tsdb.retention.size=20GB --web.listen-address=0.0.0.0:9090 --web.enable-lifecycle'
