Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
942dc567
Commit
942dc567
authored
5 years ago
by
Gin Tan
Browse files
Options
Downloads
Plain Diff
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
!254
Mountstats
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/collectd/templates/mountstats_collectd.py.j2
+0
-1
0 additions, 1 deletion
roles/collectd/templates/mountstats_collectd.py.j2
with
0 additions
and
1 deletion
roles/collectd/templates/mountstats_collectd.py.j2
+
0
−
1
View file @
942dc567
...
@@ -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
]])
...
...
This diff is collapsed.
Click to expand it.
Gin Tan
@gintan
mentioned in commit
89470770
·
4 years ago
mentioned in commit
89470770
mentioned in commit 89470770866c916a20b8a104fd1aeaeca19e18e4
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment