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
cc4a9a14
Commit
cc4a9a14
authored
4 years ago
by
Trung Nguyen
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-telegraf-tags' into 'master'
Fix telegraf tags See merge request
!352
parents
e942e8bb
4620cd55
No related branches found
Branches containing commit
No related tags found
1 merge request
!352
Fix telegraf tags
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/telegraf/tasks/main.yml
+2
-1
2 additions, 1 deletion
roles/telegraf/tasks/main.yml
roles/telegraf/templates/telegraf.conf.j2
+4
-0
4 additions, 0 deletions
roles/telegraf/templates/telegraf.conf.j2
with
6 additions
and
1 deletion
roles/telegraf/tasks/main.yml
+
2
−
1
View file @
cc4a9a14
...
...
@@ -59,5 +59,6 @@
-
"
restart
telegraf"
become
:
true
become_user
:
root
tags
:
-
configuration
This diff is collapsed.
Click to expand it.
roles/telegraf/templates/telegraf.conf.j2
+
4
−
0
View file @
cc4a9a14
...
...
@@ -38,6 +38,10 @@
# Override default hostname, if empty use os.Hostname()
hostname = ""
## Maximum number of unwritten metrics per output. Increasing this value
## allows for longer periods of output downtime without dropping metrics at the
## cost of higher maximum memory usage.
metric_buffer_limit = 15000
###############################################################################
# OUTPUTS #
...
...
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