You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
prometheus | 4 years ago | |
test | 7 years ago | |
.gitignore | 7 years ago | |
AUTHORS | 7 years ago | |
CHANGELOG.rst | 7 years ago | |
FORMULA | 7 years ago | |
LICENSE | 7 years ago | |
README.rst | 5 years ago | |
VERSION | 7 years ago | |
pillar.example | 7 years ago | |
requirements.dev.txt | 7 years ago |
README.rst
============================
Prometheus saltstack formula
============================
This repo is not maintained. I don't use Salstack anymore
.. note::
See the full `Salt Formulas installation and usage instructions
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
Features
========
- Install and configure prometheus server, node_exporter and alertmanager
Compatibility
=============
- prometheus >= 1.0
- saltstack = 2016.3.3
Available states
================
.. contents::
:local:
``prometheus.server``
``prometheus.exportes.node``
``prometheus.alertmanager``
Running
=======
$ salt node state.apply prometheus
Ideas and future development
============================
Template
========
This formula was created from a cookiecutter template.
See https://github.com/richerve/saltstack-formula-cookiecutter.