From 1ef3a2c2381a75aa1e5c1383c33d8ea285d26a10 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 28 Feb 2021 15:52:05 -0500 Subject: [PATCH] Added telegraf --- public/v4/apps/influxdb2.yml | 2 +- public/v4/apps/telegraf.yml | 2 +- 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.