Install and Setup Alert Manager

This commit is contained in:
Kazuhiro MUSASHI 2020-07-18 14:54:13 +09:00
parent 1eca8560a7
commit 553bf71391
1 changed files with 5 additions and 2 deletions

View File

@ -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: