Commit 6a0882f6 by Gregory Nagy

Fixed error

parent 54dadb4e
...@@ -224,7 +224,7 @@ class Client: ...@@ -224,7 +224,7 @@ class Client:
vm[0] + vm[0] +
+ "network.bytes_recv" + + "network.bytes_recv" +
" %d" % " %d" %
interfaces_list[iname].bytes_recv (interfaces_list[iname].bytes_recv)
+ " %d" % (time.time()) + " %d" % (time.time())
)) ))
return metrics return metrics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment