Skip to content

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

@espenaf

Description

@espenaf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions