Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .bonsai.yml to use entity.system.arm_version correctly #25

Open
espenaf opened this issue Apr 25, 2022 · 0 comments
Open

Update .bonsai.yml to use entity.system.arm_version correctly #25

espenaf opened this issue Apr 25, 2022 · 0 comments

Comments

@espenaf
Copy link

espenaf commented Apr 25, 2022

Please change all arm versions in .bonsai.yml from:

    -  "entity.system.os == 'linux'"
    -  "entity.system.arch == 'armv7'"

To:

        - entity.system.os == 'linux'
        - entity.system.arch == 'arm'
        - entity.system.arm_version == '7'

See sensu/check-plugin-template#11 for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant