Fusion de prometheus et granafa
This commit is contained in:
parent
82c43339cb
commit
2c57657fc9
39 changed files with 26968 additions and 57 deletions
|
|
@ -1,8 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
cd $(dirname "$0")/../templates
|
||||
git clone https://github.com/poseidon/typhoon.git
|
||||
typhoon/addons/prometheus
|
||||
|
||||
cd typhoon/addons/prometheus
|
||||
cp -fr * ../../../prometheus/
|
||||
for i in $(ls rbac/*.yaml); do echo " - $i"; done
|
||||
for i in $(ls *.yaml); do echo " - $i"; done
|
||||
for i in $(ls discovery/*.yaml); do echo " - $i"; done
|
||||
for i in $(ls exporters/*/*.yaml); do echo " - $i"; done
|
||||
cd -
|
||||
|
||||
cd typhoon/addons/grafana
|
||||
cp -fr * ../../../grafana/
|
||||
for i in $(ls *.yaml); do echo " - $i"; done
|
||||
cd -
|
||||
rm -fr typhoon
|
||||
Loading…
Add table
Add a link
Reference in a new issue