Skip to content
Snippets Groups Projects
Commit 942dc567 authored by Gin Tan's avatar Gin Tan
Browse files

Merge branch 'mountstats' into 'master'

Mountstats

See merge request hpc-team/ansible_cluster_in_a_box!254
parents 10f1198e 1e011933
No related branches found
No related tags found
1 merge request!254Mountstats
...@@ -38,7 +38,6 @@ def read(data=None): ...@@ -38,7 +38,6 @@ def read(data=None):
values = get_values() values = get_values()
for mount,stats in values.items(): for mount,stats in values.items():
print(mount)
vl.plugin_instance = mount vl.plugin_instance = mount
for s in stats: for s in stats:
vl.dispatch(type='gauge',type_instance=s[0],values=[s[1]]) vl.dispatch(type='gauge',type_instance=s[0],values=[s[1]])
......
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