2019-03-03 08:50:49 +00:00
|
|
|
# Loading the attributes:
|
|
|
|
include_recipe './attributes.rb'
|
|
|
|
|
|
|
|
# Install the Prometheus manager:
|
|
|
|
if node['prometheus']['manager']
|
2020-07-18 05:54:13 +00:00
|
|
|
include_recipe './prometheus_install.rb'
|
|
|
|
include_recipe './prometheus_setup.rb'
|
|
|
|
|
|
|
|
include_recipe './alertmanager_install.rb'
|
|
|
|
include_recipe './alertmanager_setup.rb'
|
2019-03-03 08:50:49 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
# Install the node_exporter here:
|
|
|
|
include_recipe './node_exporter_install.rb'
|
|
|
|
include_recipe './node_exporter_setup.rb'
|
|
|
|
|
|
|
|
include_recipe './exporter_proxy.rb'
|