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
!338
Update telegraf config to parse /proc/net/softnet_stat details
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update telegraf config to parse /proc/net/softnet_stat details
ft-telegraf-networking
into
master
Overview
0
Commits
9
Pipelines
5
Changes
2
Merged
Kerri Wait
requested to merge
ft-telegraf-networking
into
master
4 years ago
Overview
0
Commits
9
Pipelines
5
Changes
2
Expand
Hi Chris,
Can you please pick a node to test this new config on and tell me how it goes?
0
0
Merge request reports
Viewing commit
0ac448f2
Prev
Next
Show latest version
2 files
+
2
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
0ac448f2
Fix syntax error and remove hostname from telegraf softnet_stats
· 0ac448f2
Kerri Wait
authored
4 years ago
roles/telegraf/templates/telegraf.conf.j2
+
8
−
0
Options
@@ -157,6 +157,14 @@
timeout="4s"
interval="300s"
[[inputs.exec]]
commands = [
"awk -v -f /opt/telegraf/bin/telegraf_softnet_stats.awk /proc/net/softnet_stat"
]
data_format = "influx"
timeout="4s"
interval="600s"
# Both Slurm ManagementNodes will log sdiag stats, but no Compute or Login nodes will
{% if 'ManagementNodes' in group_names %}
[[inputs.exec]]
Loading