sensu-plugins / sensu-plugins-network-checks

This plugin provides native network instrumentation for monitoring and metrics collection, including: hardware, TCP response, RBLs, whois, port status, and more.
http://sensu-plugins.io
MIT License
30 stars 76 forks source link

Add arm as build target #146

Open asachs01 opened 2 years ago

asachs01 commented 2 years ago

As a Sensu user, I'd like to be able to run checks from a raspberry pi, or other arm-based platform. Adding arm as a build target would allow me to do that.

sensu-discourse commented 2 years ago

This issue has been mentioned on Sensu Community. There might be relevant details there:

https://discourse.sensu.io/t/sensu-install-for-armv6-boards/2920/4

jspaleta commented 2 years ago

It's not impossible, but it would require the development of arm compatible github actions cross compile workflow for ruby runtime assets. Github doesn't provide any native support yet for arm targets.