summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2021-02-28 15:52:05 -0500
committerKasra Bigdeli <[email protected]>2021-02-28 15:52:05 -0500
commit1ef3a2c2381a75aa1e5c1383c33d8ea285d26a10 (patch)
treebf20c3aa08fcd4ddc340dbe682a156c86ef34c7d
parentcd826525f66a580ac7a9ce87daf4c4f44e85c4ef (diff)
downloadcaprover-one-click-apps-1ef3a2c2381a75aa1e5c1383c33d8ea285d26a10.tar.gz
caprover-one-click-apps-1ef3a2c2381a75aa1e5c1383c33d8ea285d26a10.zip
Added telegraf
-rw-r--r--public/v4/apps/influxdb2.yml2
-rw-r--r--public/v4/apps/telegraf.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/influxdb2.yml b/public/v4/apps/influxdb2.yml
index bceb4de..10384bb 100644
--- a/public/v4/apps/influxdb2.yml
+++ b/public/v4/apps/influxdb2.yml
@@ -12,7 +12,7 @@ services:
DOCKER_INFLUXDB_INIT_BUCKET: $$cap_influx_bucket
DOCKER_INFLUXDB_INIT_RETENTION: $$cap_influx_retention
DOCKER_INFLUXDB_INIT_MODE: setup
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: $$cap_influx_token
+ DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: $$cap_influx_token
caproverExtra:
notExposeAsWebApp: 'true'
caproverOneClickApp:
diff --git a/public/v4/apps/telegraf.yml b/public/v4/apps/telegraf.yml
index a801efd..f7813d1 100644
--- a/public/v4/apps/telegraf.yml
+++ b/public/v4/apps/telegraf.yml
@@ -15,7 +15,7 @@ caproverOneClickApp:
id: $$cap_version
instructions:
end: Telegraf is now starting. Navigate to the mountpoint of $$cap_appname-config to configure your instance. Read https://github.com/docker-library/docs/tree/master/telegraf#using-a-custom-config-file
- start: 'Telegraf is an open source agent written in Go for collecting metrics and data on the system it's running on or from other services. Telegraf writes data it collects to InfluxDB in the correct format.'
+ start: Telegraf is an open source agent written in Go for collecting metrics and data on the system it's running on or from other services. Telegraf writes data it collects to InfluxDB in the correct format.
displayName: Telegraf
isOfficial: true
description: Telegraf is an open source agent written in Go for collecting metrics.