Added telegraf
This commit is contained in:
parent
cd826525f6
commit
1ef3a2c238
|
|
@ -12,7 +12,7 @@ services:
|
||||||
DOCKER_INFLUXDB_INIT_BUCKET: $$cap_influx_bucket
|
DOCKER_INFLUXDB_INIT_BUCKET: $$cap_influx_bucket
|
||||||
DOCKER_INFLUXDB_INIT_RETENTION: $$cap_influx_retention
|
DOCKER_INFLUXDB_INIT_RETENTION: $$cap_influx_retention
|
||||||
DOCKER_INFLUXDB_INIT_MODE: setup
|
DOCKER_INFLUXDB_INIT_MODE: setup
|
||||||
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: $$cap_influx_token
|
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: $$cap_influx_token
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
notExposeAsWebApp: 'true'
|
notExposeAsWebApp: 'true'
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ caproverOneClickApp:
|
||||||
id: $$cap_version
|
id: $$cap_version
|
||||||
instructions:
|
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
|
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
|
displayName: Telegraf
|
||||||
isOfficial: true
|
isOfficial: true
|
||||||
description: Telegraf is an open source agent written in Go for collecting metrics.
|
description: Telegraf is an open source agent written in Go for collecting metrics.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue