Delete the unnecessary attributes.

This commit is contained in:
Kazuhiro MUSASHI 2021-05-02 19:19:00 +09:00
parent 0641270206
commit b87bdc899a
1 changed files with 0 additions and 22 deletions

View File

@ -2,14 +2,6 @@
# Specifying the default settings: # Specifying the default settings:
# ------------------------------------------- # -------------------------------------------
node.reverse_merge!({ node.reverse_merge!({
'prometheus' => {
'manager' => false,
'url' => 'https://github.com/prometheus/prometheus/releases/download/',
'prefix' => 'prometheus-',
'postfix' => '.linux-amd64.tar.gz',
'storage' => '/opt/prometheus/',
'location' => '/usr/local/bin/'
},
'node_exporter' => { 'node_exporter' => {
'url' => 'https://github.com/prometheus/node_exporter/releases/download/', 'url' => 'https://github.com/prometheus/node_exporter/releases/download/',
'prefix' => 'node_exporter-', 'prefix' => 'node_exporter-',
@ -24,20 +16,6 @@ node.reverse_merge!({
'storage' => '/opt/blackbox_exporter/bin/', 'storage' => '/opt/blackbox_exporter/bin/',
'location' => '/usr/local/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/'
},
'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/'
},
'filestat_exporter' => { 'filestat_exporter' => {
'url' => 'https://github.com/michael-doubez/filestat_exporter/releases/download/', 'url' => 'https://github.com/michael-doubez/filestat_exporter/releases/download/',
'prefix' => 'filestat_exporter-', 'prefix' => 'filestat_exporter-',