diff options
| author | nixfloyd <nixfloyd@gmail.com> | 2020-01-01 01:59:00 +0000 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-01-01 18:17:19 +0000 |
| commit | 7c4d5caee472bf0e011b35742ed81d896a7b1d54 (patch) | |
| tree | 7fb682690020fd1cef3f0cfd85226e16f2cd0e0b /community/prometheus/prometheus.confd | |
| parent | 51d496a24ed30cf9693e3a1d5ee1b6902971fa9b (diff) | |
| download | aports-7c4d5caee472bf0e011b35742ed81d896a7b1d54.tar.bz2 aports-7c4d5caee472bf0e011b35742ed81d896a7b1d54.tar.xz | |
community/prometheus: fix init scripts and assets
- Fix the init script to reference the correct variables (otherwise
prometheus tries to start in /)
- Embed static assets so that the built-in web-ui will work, without
adding extra files to the package
Closes !2652
Diffstat (limited to 'community/prometheus/prometheus.confd')
| -rw-r--r-- | community/prometheus/prometheus.confd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/prometheus/prometheus.confd b/community/prometheus/prometheus.confd index 75c0b5f3f6..8cf02ffdc1 100644 --- a/community/prometheus/prometheus.confd +++ b/community/prometheus/prometheus.confd @@ -1,5 +1,6 @@ prometheus_config_file=/etc/prometheus/prometheus.yml prometheus_storage_path=/var/lib/prometheus/data +prometheus_retention_time=15d output_log=/var/log/prometheus.log error_log=/var/log/prometheus.log |
