add Sematext Docker Agent (#111)

This commit is contained in:
Stefan Thies
2016-05-16 07:00:38 +02:00
committed by Bill Maxwell
parent 3ffc0780e1
commit f6e820ac2d
5 changed files with 204 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
sematext-agent:
image: 'sematext/sematext-agent-docker:latest'
environment:
- LOGSENE_TOKEN=${logsene_token}
- SPM_TOKEN=${spm_token}
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.scheduler.global: ${global_service}
+16
View File
@@ -0,0 +1,16 @@
.catalog:
name: "Sematext Docker Agent"
version: "1.29.43"
description: "Sematext Docker Agent"
minimum_rancher_version: v0.46.0
questions:
- variable: "spm_token"
label: "SPM Token"
description: "Your SPM Application Token"
required: true
type: "string"
- variable: "logsene_token"
label: "Logsene Token"
description: "Your Logsene Application Token"
required: true
type: "string"