Added netdata stack (#361)

* Added netdata stack

* Pump up version

* Set io.rancher.scheduler.global to true
This commit is contained in:
Òscar Casajuana
2016-12-16 23:00:27 +01:00
committed by Hussein Galal
parent cd8a0603ad
commit a6429ee899
4 changed files with 64 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
netdata:
image: titpetric/netdata:latest
labels:
io.rancher.scheduler.global: 'true'
cap_add:
- SYS_PTRACE
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
environment:
NETDATA_PORT: "${NETDATA_PORT}"
+13
View File
@@ -0,0 +1,13 @@
.catalog:
name: netdata
version: v1.4.0
description: Real-time performance monitoring, done right!
questions:
- variable: NETDATA_PORT
label: Port
description: Container port to access netdata
required: true
type: "int"
default: 19999
netdata:
scale: 1