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
0a1203c7
Commit
0a1203c7
authored
Dec 15, 2016
by
Jack Zampolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note if .Values.daemonset.config.outputs.influxdb.url isn't set
parent
4a1b49ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
NOTES.txt
stable/telegraf/templates/NOTES.txt
+12
-0
values.yaml
stable/telegraf/values.yaml
+4
-0
No files found.
stable/telegraf/templates/NOTES.txt
View file @
0a1203c7
...
...
@@ -12,3 +12,14 @@ To watch for the LoadBalancer IP run the following
- kubectl get svc -w --namespace {{ .Release.Namespace }} -l app={{ template "fullname" . }}
{{- end }}
{{- if empty .Values.single.config.outputs.influxdb.urls }}
{{- if empty .Values.daemonset.config.outputs.influxdb.urls }}
Need to set an InfluxDB url for either single or daemonset to deploy this instance:
.Values.daemonset.config.outputs.influxdb.urls
.Values.single.config.outputs.influxdb.urls
{{- end }}
{{- end }}
\ No newline at end of file
stable/telegraf/values.yaml
View file @
0a1203c7
...
...
@@ -242,6 +242,10 @@ single:
## topic: "telegraf"
## data_format: "influx"
inputs
:
cpu
:
percpu
:
false
totalcpu
:
true
system
:
## aerospike:
## servers:
## - "localhost:3000"
...
...
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