sensu / check-disk-usage

MIT License
2 stars 8 forks source link

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

Open espenaf opened 2 years ago

espenaf commented 2 years ago

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 https://github.com/sensu/check-plugin-template/issues/11 for details.