Setup `snmp_exporter`.

This commit is contained in:
Kazuhiro MUSASHI 2020-10-24 18:51:20 +09:00
parent 1f31f1314a
commit 3f9edd9731
1 changed files with 1 additions and 0 deletions

View File

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