-
Type:
Problem report
-
Resolution: Won't fix
-
Priority:
Trivial
-
None
-
Affects Version/s: 6.0.45rc1, 7.0.24rc1, 7.4.8rc1, 8.0.0alpha2
-
Component/s: Agent2 (G), Agent2 plugin (G)
Description:
Item mqtt.get must be configured as active check. When mqtt.get is configured via zabbix agent it's status is "Not supported". If you change "Zabbix agent" to "Zabbix agent (active)" item status stays "Not supported" untill item receives a message.
Precondition:
Install message broker. Used Mosquitto for this scenario
Steps to reproduce:
- Create host
- Create new item:
- Type: Zabbix agent
- Key: mqtt.get[localhost,"test"]
- Observe item status and error in screenshot:

- Go to item. Change item Type to "Zabbix agent (active)"
- Wait for 2 minutes
- Send a message to item
Result:
- Item stays with status "Not supported" and error message.
- Item status changes to "Enabled" only after item receives a message.

Expected:
Item should change status to "Enabled" after Type is changed to "Zabbix agent (active)"