Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
telegraf-nftables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Due to inactivity, this project is scheduled to be deleted on 2035-04-24.
Why is this scheduled?
Show more breadcrumbs
vqgroup
telegraf-nftables
Commits
c7a0e40c
Unverified
Commit
c7a0e40c
authored
7 years ago
by
Daniel Nelson
Browse files
Options
Downloads
Patches
Plain Diff
Update telegraf.conf
parent
086a2f5f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/telegraf.conf
+19
-2
19 additions, 2 deletions
etc/telegraf.conf
with
19 additions
and
2 deletions
etc/telegraf.conf
+
19
−
2
View file @
c7a0e40c
...
@@ -95,7 +95,8 @@
...
@@ -95,7 +95,8 @@
## The target database for metrics (telegraf will create it if not exists).
## The target database for metrics (telegraf will create it if not exists).
database
=
"telegraf"
# required
database
=
"telegraf"
# required
## Retention policy to write to. Empty string writes to the default rp.
## Name of existing retention policy to write to. Empty string writes to
## the default retention policy.
retention_policy
=
""
retention_policy
=
""
## Write consistency (clusters only), can be: "any", "one", "quorum", "all"
## Write consistency (clusters only), can be: "any", "one", "quorum", "all"
write_consistency
=
"any"
write_consistency
=
"any"
...
@@ -141,7 +142,7 @@
...
@@ -141,7 +142,7 @@
# ## described here: https://www.rabbitmq.com/plugins.html
# ## described here: https://www.rabbitmq.com/plugins.html
# # auth_method = "PLAIN"
# # auth_method = "PLAIN"
# ## Telegraf tag to use as a routing key
# ## Telegraf tag to use as a routing key
# ## ie, if this tag exists, it
'
s value will be used as the routing key
# ## ie, if this tag exists, its value will be used as the routing key
# routing_tag = "host"
# routing_tag = "host"
#
#
# ## InfluxDB retention policy
# ## InfluxDB retention policy
...
@@ -335,6 +336,10 @@
...
@@ -335,6 +336,10 @@
# ## Use SSL but skip chain & host verification
# ## Use SSL but skip chain & host verification
# # insecure_skip_verify = false
# # insecure_skip_verify = false
#
#
# ## Optional SASL Config
# # sasl_username = "kafka"
# # sasl_password = "secret"
#
# ## Data format to output.
# ## Data format to output.
# ## Each data format has its own unique set of configuration options, read
# ## Each data format has its own unique set of configuration options, read
# ## more about them here:
# ## more about them here:
...
@@ -1325,6 +1330,18 @@
...
@@ -1325,6 +1330,18 @@
# attribute = "LoadedClassCount,UnloadedClassCount,TotalLoadedClassCount"
# attribute = "LoadedClassCount,UnloadedClassCount,TotalLoadedClassCount"
# # Read Kapacitor-formatted JSON metrics from one or more HTTP endpoints
# [[inputs.kapacitor]]
# ## Multiple URLs from which to read Kapacitor-formatted JSON
# ## Default is "http://localhost:9092/kapacitor/v1/debug/vars".
# urls = [
# "http://localhost:9092/kapacitor/v1/debug/vars"
# ]
#
# ## Time limit for http requests
# timeout = "5s"
# # Get kernel statistics from /proc/vmstat
# # Get kernel statistics from /proc/vmstat
# [[inputs.kernel_vmstat]]
# [[inputs.kernel_vmstat]]
# # no configuration
# # no configuration
...
...
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