2020-10-12 14:56:41 +00:00
|
|
|
# -------------------------------------------
|
|
|
|
# Specifying the default settings:
|
|
|
|
# -------------------------------------------
|
|
|
|
node.reverse_merge!({
|
|
|
|
'node_exporter' => {
|
2024-06-10 02:54:39 +00:00
|
|
|
'url' => 'prometheus/node_exporter',
|
2020-10-12 14:56:41 +00:00
|
|
|
'storage' => '/opt/node_exporter/bin/',
|
|
|
|
'location' => '/usr/local/bin/'
|
|
|
|
},
|
|
|
|
'filestat_exporter' => {
|
2024-06-10 02:54:39 +00:00
|
|
|
'url' => 'michael-doubez/filestat_exporter',
|
2020-10-12 14:56:41 +00:00
|
|
|
'storage' => '/opt/filestat_exporter/',
|
|
|
|
'location' => '/usr/local/bin/'
|
|
|
|
},
|
|
|
|
})
|