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
Merge requests
!380
Telegraf monitoring for Karaage (hpc.erc.monash.edu.au)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Telegraf monitoring for Karaage (hpc.erc.monash.edu.au)
telegraf-1.15
into
master
Overview
3
Commits
21
Pipelines
4
Changes
1
Merged
Kerri Wait
requested to merge
telegraf-1.15
into
master
4 years ago
Overview
3
Commits
21
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f408c6a8
Prev
Next
Show latest version
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f408c6a8
Update telegraf to fire ethtool plugin on mlx0 every 60s
· f408c6a8
Kerri Wait
authored
4 years ago
roles/telegraf/templates/telegraf.conf.j2
+
9
−
0
Options
@@ -119,6 +119,15 @@
# Uncomment the following line if you do not need disk serial numbers.
# skip_serial_number = true
# Returns ethtool statistics for given interfaces
[[inputs.ethtool]]
interval = "60s"
# List of interfaces to pull metrics for
# interface_include = ["mlx0", "p1p1"]
# List of interfaces to ignore when pulling metrics.
interface_exclude = ["eth0", "eth1", "lo", "virbr0"]
# Read metrics about the number of files in /home
[[inputs.filecount]]
directories = ["/home"]
Loading