Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-21441

Templates for Linux filesystem discovery should contain an override for inodes for btrfs

XMLWordPrintable

    • Team INT
    • Sprint 92 (Sep 2022), Sprint 93 (Oct 2022), Sprint 94 (Nov 2022), Sprint 95 (Dec 2022)
    • 2

      Templates "Linux by Zabbix agent" and "Linux filesystems by Zabbix agent" and their active versions create an item "{#FSNAME}: Free inodes in %" via "Mounted filesystem discovery", however this specific item is not supported by the filesystem Btrfs.

      The discovery should contain an override such as this

      overrides:
        -
          name: 'Btrfs inodes'
          step: '1'
          filter:
            conditions:
              -
                macro: '{#FSTYPE}'
                value: btrfs
                formulaid: A
          operations:
            -
              operationobject: ITEM_PROTOTYPE
              operator: LIKE
              value: ': Free inodes in %'
              status: DISABLED
      

            atocko Andrey Tocko
            Omniflux Omni Flux
            Team INT
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: