0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2024-11-27 23:07:50 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
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
Kenneth Østrup
0d0e2dafab Initial release 2016-07-14 13:58:48 +02:00