Install and Setup Alert Manager
This commit is contained in:
parent
1eca8560a7
commit
553bf71391
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue