Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
35fc08ee
Commit
35fc08ee
authored
May 07, 2020
by
Maxence Cramet
Committed by
David McKay
May 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding a flag to enable inputs internal plugin
parent
271aeacf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
README.md
charts/telegraf-ds/README.md
+4
-0
_helpers.tpl
charts/telegraf-ds/templates/_helpers.tpl
+8
-0
configmap.yaml
charts/telegraf-ds/templates/configmap.yaml
+1
-0
values.yaml
charts/telegraf-ds/values.yaml
+1
-0
No files found.
charts/telegraf-ds/README.md
View file @
35fc08ee
...
...
@@ -79,3 +79,7 @@ This chart deploys the following by default:
*
[
`processes`
](
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/processes
)
*
[
`swap`
](
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/swap
)
*
[
`system`
](
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/system
)
The following plugin can be enable through the configuration:
-
[
`internal`
](
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/internal
)
charts/telegraf-ds/templates/_helpers.tpl
View file @
35fc08ee
...
...
@@ -388,3 +388,11 @@ Create the name of the service account to use
{{- end -}}
{{- end -}}
{
{
/*
Activate
inputs
.
internal
through
flag
monitor_self
*/
}
}
{{- define "monitor_self" -}}
{{- if . -}}
[[inputs.internal]]
{{- end }}
{{- end -}}
charts/telegraf-ds/templates/configmap.yaml
View file @
35fc08ee
...
...
@@ -14,6 +14,7 @@ data:
{{ template "processors" .Values.config.processors }}
{{ template "aggregators" .Values.config.aggregators }}
{{ template "outputs" .Values.config.outputs }}
{{ template "monitor_self" .Values.config.monitor_self }}
[[inputs.diskio]]
[[inputs.kernel]]
...
...
charts/telegraf-ds/values.yaml
View file @
35fc08ee
...
...
@@ -81,3 +81,4 @@ config:
password
:
"
"
user_agent
:
"
telegraf"
insecure_skip_verify
:
false
monitor_self
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment