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
4620cd55
Commit
4620cd55
authored
4 years ago
by
Kerri Wait
Committed by
Trung Nguyen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix telegraf tags
parent
e942e8bb
No related branches found
No related tags found
No related merge requests found
Changes
2
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 @
4620cd55
...
@@ -59,5 +59,6 @@
...
@@ -59,5 +59,6 @@
-
"
restart
telegraf"
-
"
restart
telegraf"
become
:
true
become
:
true
become_user
:
root
become_user
:
root
tags
:
-
configuration
This diff is collapsed.
Click to expand it.
roles/telegraf/templates/telegraf.conf.j2
+
4
−
0
View file @
4620cd55
...
@@ -38,6 +38,10 @@
...
@@ -38,6 +38,10 @@
# Override default hostname, if empty use os.Hostname()
# Override default hostname, if empty use os.Hostname()
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 #
# 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