Specify attributes for `snmp_exporter`.

This commit is contained in:
Kazuhiro MUSASHI 2020-10-24 13:30:05 +09:00
parent 85208d8447
commit 2fccf62e20
1 changed files with 7 additions and 0 deletions

View File

@ -45,4 +45,11 @@ node.reverse_merge!({
'storage' => '/opt/filestat_exporter/',
'location' => '/usr/local/bin/'
},
'snmp_exporter' => {
'url' => 'https://github.com/prometheus/snmp_exporter/releases/download/',
'prefix' => 'snmp_exporter-',
'postfix' => '.linux-amd64.tar.gz',
'storage' => '/opt/snmp_exporter/',
'location' => '/usr/local/bin/'
},
})