Prometheus Second Generation SaltStack Formula
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.
 
 
 
 
 
Eric Renfro a2911af5f3
Added exporter description-fix1
4 years ago
prometheus Added exporter description-fix1 4 years ago
test First release 7 years ago
.gitignore First release 7 years ago
AUTHORS First release 7 years ago
CHANGELOG.rst First release 7 years ago
FORMULA First release 7 years ago
LICENSE First release 7 years ago
README.rst Update README with no maintenance notice 5 years ago
VERSION First release 7 years ago
pillar.example yaml config can only be read consistently from pillar. Changed in 7 years ago
requirements.dev.txt First release 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.