Specify attributes for `alertmanager-webhook-logger`

This commit is contained in:
Kazuhiro MUSASHI 2020-09-12 15:14:37 +09:00
parent d463a2691d
commit 1f08c9a784
1 changed files with 7 additions and 0 deletions

View File

@ -31,4 +31,11 @@ node.reverse_merge!({
'storage' => '/opt/prometheus/',
'location' => '/usr/local/bin/'
},
'alertmanager_webhook' => {
'url' => 'https://github.com/tomtom-international/alertmanager-webhook-logger/releases/download/',
'prefix' => 'alertmanager-webhook-logger-',
'postfix' => '.tar.gz',
'storage' => '/opt/prometheus/',
'location' => '/usr/local/bin/'
},
})