This website requires JavaScript.
Explore
Help
Sign In
saltstack-formulas
/
prometheus-formula
Watch
2
Star
0
Fork
0
You've already forked prometheus-formula
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
711ebf7c1b
prometheus-formula
/
prometheus
/
config
/
init.sls
8 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(prometheus): basic setup based on template-formula
2019-04-24 18:18:44 +02:00
# -*- coding: utf-8 -*-
# vim: ft=sls
include:
feat(linux): alternatives support & updated unit tests
2019-06-16 02:33:24 +02:00
- .file
refactor(all): align to template-formula; add clientlibs feature BREAKING CHANGE: The data dictionary is simplified and expanded. Retest your states and update pillar data accordingly. For developer convenience, clientlibs states were introduced. See pillar.example, defaults.yaml, and docs/README.
2020-05-14 01:27:23 +02:00
- .environ
fix: added handle for alternative argument opts header Centos and oraclelinux repositories for prometheus include bespoke headers in the environment files (e.g. Debian: ARGS=, Centos: PROMETHEUS_OPTS= ALERTMANAGER_OPTS=). This has been added as a default pillar with osmap variances. Additionally archlinux repo install was failing so added basic support - an issue still remains for the prometheus app itself due to the service file included in the arch repo hardcoding some config options - resulting in the possibility to duplicate arguments resulting in a service error. The prometheus service currently does not start due to permissions not being applied to a data folder. The added config.storage begins to solve this and ensures alignment on all platforms but would result in a duplicate config entry as above. Prometheus on arch therefore needs more work but the exporter installs now work. Resolves: #59
2021-06-27 16:04:47 +02:00
- .storage
Reference in New Issue
Copy Permalink