Add logmatic.io template (#366)
* Add logmatic.io template * Update version to string
This commit is contained in:
parent
aff3851ef5
commit
cd8a0603ad
3
templates/logmatic/0/README.md
Normal file
3
templates/logmatic/0/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Logmatic Agent
|
||||
|
||||
This template deploys a [Logmatic](https://www.logmatic.io/) agent stack consisting of the official [logmatic-docker](https://github.com/logmatic/logmatic-docker) image
|
11
templates/logmatic/0/docker-compose.yml
Executable file
11
templates/logmatic/0/docker-compose.yml
Executable file
@ -0,0 +1,11 @@
|
||||
logmatic-agent:
|
||||
image: logmatic/logmatic-docker
|
||||
entrypoint: /usr/src/app/index.js
|
||||
command: ${logmatic_key} ${opts_args}
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /proc/:/host/proc/:ro
|
||||
- /sys/fs/cgroup/:/host/sys/fs/cgroup:ro
|
||||
labels:
|
||||
io.rancher.scheduler.global: "true"
|
16
templates/logmatic/0/rancher-compose.yml
Executable file
16
templates/logmatic/0/rancher-compose.yml
Executable file
@ -0,0 +1,16 @@
|
||||
.catalog:
|
||||
name: "Logmatic"
|
||||
version: "1.0"
|
||||
description: "Logging"
|
||||
minimum_rancher_version: v0.46.0
|
||||
questions:
|
||||
- variable: "logmatic_key"
|
||||
label: "Logmatic Key"
|
||||
description: "Your Logmatic Key ( example: vXwS9RzCRT-UZh4FfYtKbA )"
|
||||
required: true
|
||||
type: "string"
|
||||
- variable: "opts_args"
|
||||
label: "Optional arguments"
|
||||
description: "See https://github.com/logmatic/logmatic-docker"
|
||||
required: false
|
||||
type: "string"
|
3
templates/logmatic/README.md
Normal file
3
templates/logmatic/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Logmatic Agent
|
||||
|
||||
This template deploys a [Logmatic](https://www.logmatic.io/) agent stack consisting of the official [logmatic-docker](https://github.com/logmatic/logmatic-docker) image
|
7
templates/logmatic/catalogIcon-logmatic.svg
Executable file
7
templates/logmatic/catalogIcon-logmatic.svg
Executable file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
8
templates/logmatic/config.yml
Normal file
8
templates/logmatic/config.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: Logmatic
|
||||
description: |
|
||||
Funnel all logs, metrics and machine events into a single hub. Get a clear overview of what is happening
|
||||
across your distributed environments, and spot the needle in the haystack in no time.
|
||||
version: "1.0"
|
||||
category: Logging
|
||||
maintainer: "Remi Cattiau <remi@cattiau.com>"
|
||||
license: The MIT License
|
Loading…
x
Reference in New Issue
Block a user