Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.55 KB

File metadata and controls

55 lines (33 loc) · 1.55 KB

Ansible Role: promcheck

Ansible role to install and configure promcheck.

If latest is set for prometheus_version, the role tries to install the latest release version.
Please use this with caution, as incompatibilities between releases may occur!

The binaries are installed below /usr/local/opt/promcheck/${prometheus_version} and later linked to /usr/bin. This should make it possible to downgrade relatively safely.

The promcheck archive is stored on the Ansible controller, unpacked and then the binaries are copied to the target system. The cache directory can be defined via the environment variable CUSTOM_LOCAL_TMP_DIRECTORY. By default it is ${HOME}/.cache/ansible/promcheck. If this type of installation is not desired, the download can take place directly on the target system. However, this must be explicitly activated by setting promcheck_direct_download to true.

Operating systems

Tested on

  • Arch Linux
  • Debian based
    • Debian 10 / 11
    • Ubuntu 20.10

Contribution

Please read Contribution

Development, Branches (Git Tags)

The master Branch is my Working Horse includes the "latest, hot shit" and can be complete broken!

If you want to use something stable, please use a Tagged Version!

Configuration

promcheck_version: "1.1.8"

promcheck_direct_download: false
promcheck_release: {}

Author and License

  • Bodo Schulz

License

Apache

FREE SOFTWARE, HELL YEAH!