voxpupuli / puppet-prometheus

Puppet module for prometheus
https://forge.puppet.com/puppet/prometheus
Apache License 2.0
60 stars 240 forks source link

Cleanup architecture selection, dont fail on unknown architecture #702

Closed bastelfreak closed 11 months ago

bastelfreak commented 11 months ago

prometheus exporters are built for so many architectures, chances are high that a platform we're not aware of works out of the box. We should not block this.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

ni-jdyffort commented 11 months ago

thanks, @bastelfreak! Unfortunately the arm version of the node_exporter does still not work:

$ file node_exporter
node_exporter: Mach-O 64-bit executable arm64
$ ./node_exporter -h
Killed: 9

(I also tried to run the [node_exporter-1.6.1.darwin-arm64.tar.gz](node_exporter-1.6.1.darwin-arm64.tar.gz directly with the same result).