Go to file
2019-10-14 11:48:39 +01:00
bin ci: merge travis matrix, add salt-lint & rubocop to lint job 2019-10-09 18:22:09 +01:00
docs docs(readme): update link to CONTRIBUTING [skip ci] 2019-10-14 11:48:39 +01:00
prometheus fix(install.sls): fix salt-lint errors 2019-10-09 18:21:02 +01:00
test/integration/default fix(config): cope with aberrant service names 2019-10-04 22:56:17 +02:00
.gitignore chore: use semantic-release cross-formula standard structure 2019-07-19 12:34:16 +01:00
.rubocop.yml ci: merge travis matrix, add salt-lint & rubocop to lint job 2019-10-09 18:22:09 +01:00
.salt-lint ci: merge travis matrix, add salt-lint & rubocop to lint job 2019-10-09 18:22:09 +01:00
.travis.yml ci: merge travis matrix, add salt-lint & rubocop to lint job 2019-10-09 18:22:09 +01:00
.yamllint ci: merge travis matrix, add salt-lint & rubocop to lint job 2019-10-09 18:22:09 +01:00
AUTHORS.md chore(release): 3.1.2 [skip ci] 2019-10-10 03:47:40 +00:00
CHANGELOG.md chore(release): 3.1.2 [skip ci] 2019-10-10 03:47:40 +00:00
commitlint.config.js ci(travis): use structure of template-formula 2019-04-25 22:14:39 +02:00
FORMULA chore(release): 3.1.2 [skip ci] 2019-10-10 03:47:40 +00:00
Gemfile ci: merge travis matrix, add salt-lint & rubocop to lint job 2019-10-09 18:22:09 +01:00
kitchen.yml ci(kitchen): install required packages to bootstrapped opensuse [skip ci] 2019-10-02 00:10:04 +01:00
LICENSE chore(licence): edited year 2019-04-30 22:12:32 +02:00
pillar.example ci(yamllint): add rule empty-values & use new yaml-files setting 2019-09-10 22:33:05 +01:00
pre-commit_semantic-release.sh ci(travis): use structure of template-formula 2019-04-25 22:14:39 +02:00
release-rules.js ci(travis): use structure of template-formula 2019-04-25 22:14:39 +02:00
release.config.js ci(travis): use structure of template-formula 2019-04-25 22:14:39 +02:00

prometheus-formula ================

Travis CI Build Status Semantic Release

Manage Prometheus on MacOS, GNU/Linux and FreeBSD.

Table of Contents

General notes

See the full SaltStack Formulas installation and usage instructions.

If you want to use this formula, please pay attention to the FORMULA file and/or git tag, which contains the currently released version. This formula is versioned according to Semantic Versioning.

See Formula Versioning Section for more details.

Contributing to this repo

Commit message formatting is significant!!

Please see How to contribute for more details.

Available states

prometheus ^^^^^^^^^^^^

Meta-state (This is a state that includes other states).

This installs the prometheus package, manages the prometheus configuration file and then starts the associated prometheus service.

prometheus.archive ^^^^^^^^^^^^^^^^^^^^

This state will install the prometheus from archive file only.

prometheus.archive.alternatives ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This state will install the prometheus linux alternatives for archives only.

prometheus.package ^^^^^^^^^^^^^^^^^^^^

This state will install the prometheus package only.

prometheus.package.repo ^^^^^^^^^^^^^^^^^^^^^^^^^

This state will install the prometheus package only.

prometheus.config ^^^^^^^^^^^^^^^^^^^

This state will configure the prometheus service and has a dependency on prometheus.install via include list.

prometheus.service ^^^^^^^^^^^^^^^^^^^^

This state will start the prometheus service and has a dependency on prometheus.config via include list.

prometheus.clean ^^^^^^^^^^^^^^^^^^

Meta-state (This is a state that includes other states).

this state will undo everything performed in the prometheus meta-state in reverse order, i.e. stops the service, removes the configuration file and then uninstalls the package.

prometheus.service.clean ^^^^^^^^^^^^^^^^^^^^^^^^^^

This state will stop the prometheus service and disable it at boot time.

prometheus.config.clean ^^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove the configuration of the prometheus service and has a dependency on prometheus.service.clean via include list.

prometheus.package.clean ^^^^^^^^^^^^^^^^^^^^^^^^^^

This state will remove the prometheus package and has a depency on prometheus.config.clean via include list.

prometheus.package.archive.clean ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This state will uninstall the prometheus archive-extracted directory only.

prometheus.package.archive.alternatives.clean ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This state will uninstall the prometheus linux alternatives for archives only.

prometheus.package.repo.clean ^^^^^^^^^^^^^^^^^^^^^^^^^

This state will uninstall the prometheus upstream package repository only.

prometheus.exporters

This state will manage prometheus exporters according to Pillar prometheus:exporters. It includes sub-states like prometheus.exporters.node. If you don't want to use Pillar data for this you may use the sub-states directly.