0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2025-02-21 11:02:41 +01:00
jhelmich2 65b2c516ec Fix iteritems() (#5)
fix: replace deprecated `iteritems` with `items`

* Add files via upload

Adjusted *.iteritems() to *.items() which will work for Python 3 aswell as Python 2 (since iteritems is outdated for python3 and breaks the salt-state).

* Delete Alerts

* Delete Probes

* Delete Targets

* Update Alerts

* Update Probes

* Update Targets
2019-09-02 18:50:10 +01:00
2019-09-02 18:50:10 +01:00
2016-07-14 13:58:48 +02:00
2016-07-14 13:58:48 +02:00

smokeping-formula
===============

Formula to set up and configure smokeping.


.. note::

    See the full `Salt Formulas installation and usage instructions
    <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
    :local:


``smokeping``
-----------

Installs smokeping

``smokeping.config``
------------------

Manages smokeping configuration file(s)
Description
No description provided
Readme 18 KiB
Languages
HTML 52.4%
SaltStack 47.6%