Commit c1c17114 by Gregory Nagy

Network metrics: disabled (report format changed)

parent 937cd1ee
......@@ -118,8 +118,7 @@ class Node(TimeStampedModel):
query.set_target(self.host.hostname + ".circle")
query.set_format("json")
query.set_relative_start(5, "minutes")
metrics = ["cpu.usage", "memory.usage", "network.bytes_sent",
"network.bytes_received"]
metrics = ["cpu.usage", "memory.usage"]
collected = {}
for metric in metrics:
query.set_metric(metric)
......
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