Commit c1c17114 by Gregory Nagy

Network metrics: disabled (report format changed)

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