diff options
Diffstat (limited to 'setup/projects/adei/vars/munin.yml')
-rw-r--r-- | setup/projects/adei/vars/munin.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/setup/projects/adei/vars/munin.yml b/setup/projects/adei/vars/munin.yml new file mode 100644 index 0000000..e00c742 --- /dev/null +++ b/setup/projects/adei/vars/munin.yml @@ -0,0 +1,20 @@ +munin: + builders: + munin: { src: "{{ ands_repos.docker }}/munin.git" } + + pods: + munin: + service: { host: "munin.{{ openshift_master_default_subdomain }}", ports: [ 80/8080 ] } + sched: { replicas: 1 } + groups: [ "adei_data" ] + images: + - stream: "munin:latest" + mappings: + - { name: "adei_data", path: "munin", mount: "/munin/db" } + probes: + - { port: 8080 } + env: + - { name: "NODES", value: "${munin_nodes}" } + + parameters: + - { name: munin_nodes, description: "List of munin nodes to monitor" } |