Skip to content
Snippets Groups Projects
Commit 05d2beed authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

deletion of useless vm tags

parent eb7130d4
No related branches found
No related tags found
No related merge requests found
......@@ -125,8 +125,6 @@ class NodeHandler(RpcHandler):
# one hour
'cpu' : self._tag_map_direct('get_cpu_core', 3600),
'mem' : self._tag_map_direct('get_mem', 3600),
'memused' : self._tag_map_direct('get_mem_used', 3600),
'memfree' : self._tag_map_direct('get_mem_free', 3600),
# one minute
# 5 seconds
'status' : ( lambda o: True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment