summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2021-02-28 15:48:52 -0500
committerKasra Bigdeli <[email protected]>2021-02-28 15:48:52 -0500
commitcd826525f66a580ac7a9ce87daf4c4f44e85c4ef (patch)
tree589ca086b51a08a23a49911db19068ae03c9c661
parent982f6b6828711aaecec77323a85d402b18ebd5d8 (diff)
downloadcaprover-one-click-apps-cd826525f66a580ac7a9ce87daf4c4f44e85c4ef.tar.gz
caprover-one-click-apps-cd826525f66a580ac7a9ce87daf4c4f44e85c4ef.zip
Added telegraf
-rw-r--r--public/v4/apps/telegraf.yml22
-rw-r--r--public/v4/logos/telegraf.pngbin0 -> 3029 bytes
2 files changed, 22 insertions, 0 deletions
diff --git a/public/v4/apps/telegraf.yml b/public/v4/apps/telegraf.yml
new file mode 100644
index 0000000..a801efd
--- /dev/null
+++ b/public/v4/apps/telegraf.yml
@@ -0,0 +1,22 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: telegraf:$$cap_version
+ restart: always
+ volumes:
+ - $$cap_appname-config:/etc/telegraf
+ caproverExtra:
+ notExposeAsWebApp: 'true'
+caproverOneClickApp:
+ variables:
+ - label: Telegraf Version
+ defaultValue: 1.17.3-alpine
+ description: Find versions on DockerHub https://hub.docker.com/_/telegraf?tab=tags
+ 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.'
+ displayName: Telegraf
+ isOfficial: true
+ description: Telegraf is an open source agent written in Go for collecting metrics.
+ documentation: https://hub.docker.com/_/telegraf
diff --git a/public/v4/logos/telegraf.png b/public/v4/logos/telegraf.png
new file mode 100644
index 0000000..4c17e72
--- /dev/null
+++ b/public/v4/logos/telegraf.png
Binary files differ