From 5b7c0ee8fd9e7f65d647a11a75b7b982def28867 Mon Sep 17 00:00:00 2001 From: William Miceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Fri, 14 Sep 2018 10:16:10 -0400 Subject: [PATCH] Not wanted through Docker container --- templates/Netdata/0/README.md | 1 - templates/Netdata/0/docker-compose.yml | 14 -------------- templates/Netdata/0/rancher-compose.yml | 19 ------------------- templates/Netdata/config.yml | 8 -------- 4 files changed, 42 deletions(-) delete mode 100644 templates/Netdata/0/README.md delete mode 100644 templates/Netdata/0/docker-compose.yml delete mode 100644 templates/Netdata/0/rancher-compose.yml delete mode 100644 templates/Netdata/config.yml diff --git a/templates/Netdata/0/README.md b/templates/Netdata/0/README.md deleted file mode 100644 index 78c119b..0000000 --- a/templates/Netdata/0/README.md +++ /dev/null @@ -1 +0,0 @@ -# Netdata \ No newline at end of file diff --git a/templates/Netdata/0/docker-compose.yml b/templates/Netdata/0/docker-compose.yml deleted file mode 100644 index 1818b9a..0000000 --- a/templates/Netdata/0/docker-compose.yml +++ /dev/null @@ -1,14 +0,0 @@ -netdata: - image: titpetric/netdata:latest - labels: - io.rancher.container.pull_image: always - 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}" \ No newline at end of file diff --git a/templates/Netdata/0/rancher-compose.yml b/templates/Netdata/0/rancher-compose.yml deleted file mode 100644 index 4496ae5..0000000 --- a/templates/Netdata/0/rancher-compose.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: '2' -catalog: - name: Netdata - version: latest - # description: - # minimum_rancher_version: - # maximum_rancher_version: - # upgrade_from: - questions: - - - variable: NETDATA_PORT - label: Port - description: Container port to access netdata - required: true - type: int - default: 19999 - -netdata: - scale: 1 \ No newline at end of file diff --git a/templates/Netdata/config.yml b/templates/Netdata/config.yml deleted file mode 100644 index b3722e3..0000000 --- a/templates/Netdata/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Netdata -description: | - Status: NOT READY -# version: -category: Monitoring -maintainer: WilliamMiceli -# license: -# projectURL: \ No newline at end of file