Skip to content
Snippets Groups Projects
Commit 89470770 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

Former-commit-id: 942dc567
parents 469949eb d3124225
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ def read(data=None):
values = get_values()
for mount,stats in values.items():
print(mount)
vl.plugin_instance = mount
for s in stats:
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