Commit Graph

6 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
Florian Ermisch 1cfbec0d38 Merge pull request #1 from chris-sanders/chris-sanders-patch-1
Fixed typo
2017-02-26 12:12:08 +01:00
Chris Sanders ef23bc7d65 Fixed typo
Fixed typo that made cgiurl set via smokeping.cgirul
2017-02-12 15:04:54 -06:00
Kenneth Østrup 420bbb372d Do not attempt to start smokeping service before package is installed. 2016-07-14 17:29:10 +02:00
Kenneth Østrup 0d0e2dafab Initial release 2016-07-14 13:58:48 +02:00
Kenneth Østrup 9d67c7d1cd Initial commit 2016-01-12 10:25:22 +01:00