Go to file
2020-06-15 15:09:59 +01:00
.github/workflows ci(workflows/commitlint): add to repo [skip ci] 2020-05-04 09:31:36 +01:00
bin ci: merge travis matrix, add salt-lint & rubocop to lint job 2019-10-09 18:22:09 +01:00
docs chore(release): 3.3.0 [skip ci] 2019-12-22 22:02:41 +00:00
prometheus fix(libtofs): “files_switch” mess up the variable exported by “map.jinja” [skip ci] 2020-02-14 19:10:52 +00:00
test/integration/default feat(textfile_collectors): added IPMI textfile collector 2019-10-17 08:21:16 +02:00
.gitignore ci(gemfile.lock): add to repo with updated Gemfile [skip ci] 2020-04-21 22:09:51 +01:00
.rubocop.yml chore(rubocop): use org-wide standard settings for Metrics/BlockLength [skip ci] 2020-04-18 13:46:00 +01:00
.salt-lint ci(travis): update salt-lint config for v0.0.10 [skip ci] 2019-10-23 17:36:29 +01:00
.travis.yml ci(travis): add notifications => zulip [skip ci] 2020-05-21 20:09:53 +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.3.0 [skip ci] 2019-12-22 22:02:41 +00:00
CHANGELOG.md chore(release): 3.3.0 [skip ci] 2019-12-22 22:02:41 +00:00
CODEOWNERS chore(codeowners): update semantic-release related files [skip ci] 2020-05-04 23:17:32 +01:00
commitlint.config.js ci(travis): use structure of template-formula 2019-04-25 22:14:39 +02:00
FORMULA chore(release): 3.3.0 [skip ci] 2019-12-22 22:02:41 +00:00
Gemfile ci(gemfile.lock): add to repo with updated Gemfile [skip ci] 2020-04-21 22:09:51 +01:00
Gemfile.lock chore(gemfile.lock): update to latest gem versions [skip ci] 2020-06-15 15:09:59 +01:00
kitchen.yml ci(kitchen+travis): remove master-py2-arch-base-latest [skip ci] 2020-05-02 04:29:55 +01:00
LICENSE chore(licence): edited year 2019-04-30 22:12:32 +02:00
pillar.example fix(pillar.example): reset use_upstream_archive to get tests passing [skip ci] 2019-12-22 21:51:35 +00:00
pre-commit_semantic-release.sh ci(travis): run shellcheck during lint job [skip ci] 2019-11-27 21:00:38 +00:00
release-rules.js ci(travis): use structure of template-formula 2019-04-25 22:14:39 +02:00
release.config.js fix(release.config.js): use full commit hash in commit link [skip ci] 2019-10-31 10:33:09 +00: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.config.node_exporter.textfile_collectors

This state will manage the node exporter's textfile collectors according to Pillar prometheus:exporters:node_exporter:textfile_collectors.