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
effccfbc
Commit
effccfbc
authored
4 years ago
by
Kerri Wait
Browse files
Options
Downloads
Patches
Plain Diff
Pull inputs.filecount into individual template, not main telegraf.conf
parent
7297493e
No related branches found
Branches containing commit
No related tags found
3 merge requests
!399
Capture extra NFS stats
,
!393
Hotfix: monitor NFS GETATTR stats via telegraf
,
!392
Temporarily disable inputs.filecount in telegraf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/telegraf/templates/inputs.filecount.conf
+6
-0
6 additions, 0 deletions
roles/telegraf/templates/inputs.filecount.conf
roles/telegraf/templates/telegraf.conf.j2
+0
-7
0 additions, 7 deletions
roles/telegraf/templates/telegraf.conf.j2
with
6 additions
and
7 deletions
roles/telegraf/templates/inputs.filecount.conf
0 → 100644
+
6
−
0
View file @
effccfbc
# Read metrics about the number of files in /home
[[
inputs
.
filecount
]]
directories
= [
"/home"
]
recursive
=
false
regular_only
=
false
interval
=
"60s"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
roles/telegraf/templates/telegraf.conf.j2
+
0
−
7
View file @
effccfbc
...
@@ -119,13 +119,6 @@
...
@@ -119,13 +119,6 @@
# Uncomment the following line if you do not need disk serial numbers.
# Uncomment the following line if you do not need disk serial numbers.
# skip_serial_number = true
# skip_serial_number = true
# Read metrics about the number of files in /home
[[inputs.filecount]]
directories = ["/home"]
recursive = false
regular_only = false
interval = "60s"
# Collect statistics about itself
# Collect statistics about itself
[[inputs.internal]]
[[inputs.internal]]
## If true, collect telegraf memory stats.
## If true, collect telegraf memory stats.
...
...
This diff is collapsed.
Click to expand it.
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