Prometheus Second Generation SaltStack Formula
Go to file
Eric Renfro 44776ef155
Changed server state
2019-05-10 03:11:57 -04:00
prometheus Changed server state 2019-05-10 03:11:57 -04:00
test First release 2016-10-04 16:03:07 +01:00
.gitignore First release 2016-10-04 16:03:07 +01:00
AUTHORS First release 2016-10-04 16:03:07 +01:00
CHANGELOG.rst First release 2016-10-04 16:03:07 +01:00
FORMULA First release 2016-10-04 16:03:07 +01:00
LICENSE First release 2016-10-04 16:03:07 +01:00
README.rst Update README with no maintenance notice 2018-12-04 14:05:43 +00:00
VERSION First release 2016-10-04 16:03:07 +01:00
pillar.example yaml config can only be read consistently from pillar. Changed in 2016-11-15 13:34:04 +00:00
requirements.dev.txt First release 2016-10-04 16:03:07 +01:00

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.