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

The trigger does not become "Unknown" when the item becomes "Not supported".

    XMLWordPrintable

Details

    • Problem report
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0.17
    • Server (S)
    • None
    • Confirmed to occur in 5.0.12 to 5.0.17
    • Team B
    • Sprint 82 (Nov 2021)
    • 1

    Description

      procedure

      1. create item
        Type : Zabbix trapper
        Key : test
        Type of information : Numeric (unsigned)
        
      1. create trigger
        The conditional expression can be anything.
      2. Send string with zabbix_sender.
        ]#  zabbix_sender -z 127.0.0.1 -s "Zabbix server" -k test -o "A" -vv
        zabbix_sender [4905]: DEBUG: answer [{"response":"success","info":"processed: 1; failed: 0; total: 1; seconds spent: 0.000038"}]
        Response from "127.0.0.1:10051": "processed: 1; failed: 0; total: 1; seconds spent: 0.000038"
        sent: 1; skipped: 0; total: 1
        

        The item will become "Not supported", but the trigger will remain "Enabled".

      1. Send numeric with zabbix_sender.
        ]#  zabbix_sender -z 127.0.0.1 -s "Zabbix server" -k test -o "0" -vv
        zabbix_sender [4908]: DEBUG: answer [{"response":"success","info":"processed: 1; failed: 0; total: 1; seconds spent: 0.000042"}]
        Response from "127.0.0.1:10051": "processed: 1; failed: 0; total: 1; seconds spent: 0.000042"
        sent: 1; skipped: 0; total: 1
        

        The item will be "Enabled", but the trigger will be "Unkown".

      I have checked versions below 5.0.17 and this behavior has been occurring since 5.0.12.

      In 5.0.11, when an item becomes "Not supported", the trigger also becomes "Unknown".

      Attachments

        1. 01.png
          01.png
          63 kB
        2. 02.png
          02.png
          43 kB
        3. 03.png
          03.png
          44 kB
        4. 04.png
          04.png
          66 kB

        Issue Links

          Activity

            People

              ssimonenko Sergey Simonenko (Inactive)
              kazuo.ito Kazuo Ito
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: