-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature Request: ARM Support #4
Comments
I can't test it myself. Do you think a simple cross-compilation would suffice? |
If you look at https://github.com/sensu/check-disk-usage or https://github.com/sensu/check-cpu-usage, these plugins have been setup with a way to publish arm5/6/7/64 based artifacts for the asset. Doing something similar will maybe work, and then I can test the new ARM built versions. |
I've released v0.5.0 with ARM v7 and ARM64 support. Could you please have a look? |
The binaries worked just fine, tested on a cluster of 4 Raspberry Pi`s (3 and 4). There is one small remaining issue with how the asset definition is being created, this was fixed in the check template in sensu/check-plugin-template#11:
|
Hmm the beauty of undoc features. While examples are full with arm_version mentions, it's not mentioned in system attributes. I have to take it back, as the asset yaml configuration is in GoShipDone's sensulib extension, but I hope I'll have some time during the weekend to implement this change. |
Hi there
ARM support would be awesome
The text was updated successfully, but these errors were encountered: