diff options
author | Ralph Bean <rbean@redhat.com> | 2015-04-23 15:02:33 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2015-04-23 15:02:43 +0000 |
commit | 8675c72d62ef625cf9f99551bd5128cbe694c987 (patch) | |
tree | 42376392394a561d56dd86b8224a436ca61064ca | |
parent | 4f2d7f0362871596a6677892ac6cbb1a2ef35b59 (diff) | |
download | ansible-8675c72d62ef625cf9f99551bd5128cbe694c987.tar.gz ansible-8675c72d62ef625cf9f99551bd5128cbe694c987.tar.xz ansible-8675c72d62ef625cf9f99551bd5128cbe694c987.zip |
Grasping at straws.
-rw-r--r-- | roles/collectd/fedmsg-activation/files/fedmsg-map.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/collectd/fedmsg-activation/files/fedmsg-map.py b/roles/collectd/fedmsg-activation/files/fedmsg-map.py index 69722065c..5ca13655b 100644 --- a/roles/collectd/fedmsg-activation/files/fedmsg-map.py +++ b/roles/collectd/fedmsg-activation/files/fedmsg-map.py @@ -106,9 +106,9 @@ else: interval = 10 host = socket.getfqdn() while True: - start = timestamp = time.time() + start = time.time() value = do_scan() - stop = time.time() + stop = timestamp = time.time() delta = stop - start output = ( "PUTVAL " |