diff --git a/cookbooks/prometheus/default.rb b/cookbooks/prometheus/default.rb index 393143d..3ee9c9d 100644 --- a/cookbooks/prometheus/default.rb +++ b/cookbooks/prometheus/default.rb @@ -11,6 +11,7 @@ include_recipe './alertmanager_webhook_install.rb' include_recipe './alertmanager_webhook_setup.rb' include_recipe './snmp_exporter_install.rb' +include_recipe './snmp_exporter_setup.rb' # Deploy /etc/hosts file: HOSTNAME = run_command('uname -n').stdout.chomp