forked from rancher/community-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rancher#684 from genuss/netdata-cgroups
Netdata template cosmetic fixes
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
netdata: | ||
image: titpetric/netdata:latest | ||
labels: | ||
io.rancher.scheduler.global: 'true' | ||
uts: host | ||
cap_add: | ||
- SYS_PTRACE | ||
volumes: | ||
- /proc:/host/proc:ro | ||
- /sys:/host/sys:ro | ||
- /var/run/docker.sock:/var/run/docker.sock:ro | ||
environment: | ||
NETDATA_PORT: "${NETDATA_PORT}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.catalog: | ||
name: netdata | ||
version: v1.8.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 |