WIP: Set up Prometheus and Alertmanager #632

Draft
greg wants to merge 18 commits from feature/prometheus_cookbook into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ea69c7cec6 - Show all commits
+1
View File
@@ -2,4 +2,5 @@ name "base"
run_list %w( run_list %w(
kosmos-base::default kosmos-base::default
kosmos_prometheus::node_exporter
) )
+1 -2
View File
@@ -2,8 +2,7 @@ name "prometheus_server"
default_run_list = [ default_run_list = [
"kosmos_prometheus::server", "kosmos_prometheus::server",
"kosmos_prometheus::alertmanager", "kosmos_prometheus::alertmanager"
"kosmos_prometheus::node_exporter"
] ]
env_run_lists( env_run_lists(