Prometheus App
About
Prometheus is an open-source systems monitoring and alerting toolkit.
- Questions? Ask in the Cloudron Forum - Ackee
- Prometheus website
- Prometheus docs
- Prometheus support
- Prometheus issue tracker
CLI Args
Various operations aspects can be
set in the command line. To adjust Prometheus command line options, edit /app/data/env.sh
using the File manager
and adjust cli_options
variable as needed. For example:
`
export cli_options="--storage.tsdb.retention.time=25d --storage.tsdb.path=/app/data/storage"
Be sure to restart the app after making any changes.
Custom Config
Custom config can be added in /app/data/config/prometheus.yml
using the File manager.
Be sure to restart the app after making any changes.