Ad Widget

Collapse

Strange behavior with filtering items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • demolator
    Junior Member
    • Nov 2021
    • 3

    #1

    Strange behavior with filtering items

    Hello all,

    I have a very strange behaviour filtering discovered items (Monitoring -> Latest Data)
    If I filter items by name, I have one item less than if I Filter by name and host.

    Filtering by name only (5 Items, "pull_mind" missing):



    Filtering by name AND host (6 Items, includes "pull_mind"):



    Does anybody know where to start to debug this? Or did I miss anything?

    The SQL records look exactly the same:

    Code:
    zabbix=# select * from items where itemid in (33584, 33585);
    
    itemid | type | snmp_oid | hostid | name | key_ | delay | history | trends | status | value_type | trapper_hosts | units | formula | logtimefmt | templateid | valuemapid | params | ipmi_sensor | authtype | username | password | publickey | privatekey | flags | interfaceid | description | inventory_link | lifetime | evaltype | jmx_endpoint | master_itemid | timeout | url | query_fields | posts | status_codes | follow_redirects | post_type | http_proxy | headers | retrieve_mode | request_method | output_format | ssl_cert_file | ssl_key_file | ssl_key_password | verify_peer | verify_host | allow_traps | discover
    --------+------+----------+--------+--------------------------------------------------------+--------------------------------------------------------------+-------+---------+--------+--------+------------+---------------+-------+---------+------------+------------+------------+--------+-------------+----------+----------+----------+-----------+------------+-------+-------------+-------------+----------------+----------+----------+--------------+---------------+---------+-----+--------------+-------+--------------+------------------+-----------+------------+---------+---------------+----------------+---------------+---------------+--------------+------------------+-------------+-------------+-------------+----------
    33584 | 0 | | 10312 | zrepl error present on pull job "pull_mind" | zrepl.pulljob.get_key[pull_mind, "error_present"] | 15m | 90d | 365d | 0 | 3 | | | | | | | | | 0 | | | | | 4 | 47 | | 0 | 30d | 0 | | | 3s | | | | 200 | 1 | 0 | | | 0 | 0 | 0 | | | | 0 | 0 | 0 | 0
    33585 | 0 | | 10312 | zrepl error present on pull job "pull_mind_management" | zrepl.pulljob.get_key[pull_mind_management, "error_present"] | 15m | 90d | 365d | 0 | 3 | | | | | | | | | 0 | | | | | 4 | 47 | | 0 | 30d | 0 | | | 3s | | | | 200 | 1 | 0 | | | 0 | 0 | 0 | | | | 0 | 0 | 0 | 0
    My Zabbix Version is 5.0.1.

    Thanks in advance for any hint,
    Andreas
Working...