-
Problem report
-
Resolution: Unresolved
-
Trivial
-
7.4.0
-
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:
- Import the following host (host name = test2): host_for_lost_resource_issue_test.yaml
- Check configuration of LLD rule "Root level LLD" - Notice that "Delete lost resources" is set to 7 days.
- 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"}]}'
- Open the list of LLD rules on host "test2"
- Notice that an LLD rule with key "lld_trap[01]" was discovered
- 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"}]}'
- 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.