CDIST-TYPE__PROMETHEUS_SERVER(7) | cdist | CDIST-TYPE__PROMETHEUS_SERVER(7) |
cdist-type__prometheus_server - install Prometheus
Install and configure Prometheus (https://prometheus.io/).
Note that due to significant differences between Prometheus 1.x and 2.x, only 2.x is supported. It is your responsibility to make sure that your package manager installs 2.x. (On Devuan Ascii, the parameter --install-from-backports helps.)
PROMPORT=9090 ALERTPORT=9093 __prometheus_server \ --install-from-backports \ --config "$__manifest/files/prometheus.yml" \ --retention-days 14 \ --storage-path /data/prometheus \ --rule-files "$__manifest/files/*.rules"
cdist-type__prometheus_alertmanager(7), cdist-type__grafana_dashboard(7), Prometheus documentation: https://prometheus.io/docs/introduction/overview/
Kamila Součková <kamila--@--ksp.sk>
Copyright (C) 2018 Kamila Součková. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
ungleich GmbH 2021
September 26, 2023 | 7.0.0 |