Specify attributes for `alertmanager-webhook-logger`
This commit is contained in:
parent
d463a2691d
commit
1f08c9a784
|
@ -31,4 +31,11 @@ node.reverse_merge!({
|
||||||
'storage' => '/opt/prometheus/',
|
'storage' => '/opt/prometheus/',
|
||||||
'location' => '/usr/local/bin/'
|
'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/'
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue