-
Incident report
-
Resolution: Duplicate
-
Minor
-
None
-
1.9.9 (beta)
Created based on comments (9) from ZBX-3286
If some item not passed through the filter but doesn't deleted yet, it still continue to be monitored:
mysql> select i.lastclock, d.lastcheck from items i, item_discovery d where i.itemid=25905 and i.itemid=d.itemid;
----------------------+
lastclock | lastcheck |
----------------------+
1323302205 | 1323298285 |
----------------------+
Is it ok by design?
This case should be considered from several points of view.
I've not checked this case namely but, for instance if hundred items (SNMP OID) have been not discovered anymore (missing in SNMP OID tree), why we need to pool it ?
Maybe I'm wrong in this example, but would be nice to definitely know that such behavior is ok.
- duplicates
-
ZBXNEXT-2020 allow to configure whether not discovered lld items should still collect data
- Closed