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

A no longer discovered LLD rule is missing info icons in "Info" and "Status" columns in host LLD rule list

XMLWordPrintable

    • Sprint candidates

      Problem description: The yellow "Info" icon (that should contain info on when the "no longer discovered" entity will be removed) and the grey info icon with question mark (that should contain info that the entity is disabled by an LLD rule) are missing for no longer discovered LLD rules in the list of host LLD rules.

      Steps to reproduce:

      1. Import the following host (host name = test2): host_for_lost_resource_issue_test.yaml
      2. Check configuration of LLD rule "Root level LLD" - Notice that "Delete lost resources" is set to 7 days.
      3. Send the following value to LLD rule with key "trap":
        ./bin/zabbix_sender -z 127.0.0.1 -s test2 -k trap -o '{"data":[{"level_0":"01"}]}'
        
      4. Open the list of LLD rules on host "test2"
      5. Notice that an LLD rule with key "lld_trap[01]" was discovered
      6. Send a different value to LLD rule with key "trap":
        ./bin/zabbix_sender -z 127.0.0.1 -s test2 -k trap -o '{"data":[{"level_0":"02"}]}'
        
      7. Check the list of LLD rules on host "test2"

      Result: LLD rule with key "lld_trap[01]" is automatically disabled, but the info icons in "Status" and "Info" columns are missing.
      Expected: Same as all other types of discovered entities, no longer discovered LLD rules should have info icons in "Status" and "Info" columns, informing the user that the rule was automatically disabled by the parent LLD rule, and that it will be deleted after a certain period of time.

            zabbix.dev Zabbix Development Team
            solonkins Sergejs Olonkins
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: