From 553bf7139165613a1123bff2c87f016a93ceefd4 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 18 Jul 2020 14:54:13 +0900 Subject: [PATCH] Install and Setup Alert Manager --- cookbooks/prometheus/default.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cookbooks/prometheus/default.rb b/cookbooks/prometheus/default.rb index 23fbf05..6cfdbbc 100644 --- a/cookbooks/prometheus/default.rb +++ b/cookbooks/prometheus/default.rb @@ -3,8 +3,11 @@ include_recipe './attributes.rb' # Install the Prometheus manager: if node['prometheus']['manager'] - include_recipe './install.rb' - include_recipe './setup.rb' + include_recipe './prometheus_install.rb' + include_recipe './prometheus_setup.rb' + + include_recipe './alertmanager_install.rb' + include_recipe './alertmanager_setup.rb' end # Install the node_exporter here: