Add `Alertmanage` attributes for itamae.

This commit is contained in:
Kazuhiro MUSASHI 2019-10-11 20:47:30 +08:00
parent 553bf71391
commit 64ec53f6fc
1 changed files with 8 additions and 1 deletions

View File

@ -23,5 +23,12 @@ node.reverse_merge!({
'postfix' => '.linux-amd64.tar.gz',
'storage' => '/opt/blackbox_exporter/bin/',
'location' => '/usr/local/bin/'
}
},
'alertmanager' => {
'url' => 'https://github.com/prometheus/alertmanager/releases/download/',
'prefix' => 'alertmanager-',
'postfix' => '.linux-amd64.tar.gz',
'storage' => '/opt/prometheus/',
'location' => '/usr/local/bin/'
},
})