-
Problem report
-
Resolution: Fixed
-
Blocker
-
3.4.4
-
Zabbix server 3.2.11 on Mysql 5.7.16 and Centos 7
-
Sprint 30, Sprint 31, Sprint 32
-
1
Steps to reproduce:
- Create a new action for auto registration like this:
- Condition: Host metadata like linux
- Operation: Add host
- Operation: Send message
- Configure in zabbix_agentd.conf:
- HostMetadata=linux
- Restart zabbix agent
Result:
Host gets added but no message is sent.
Expected:
Host added and message sent.
Notes:
- If metadata details are removed from action and from agent, host gets added and message is properly sent.
- Issue seems to have started after updating zabbix-server from 3.2.8 to 3.2.11.
- caused by
-
ZBX-12258 Unnecessary SQL queries while processing trigger escalations in maintenance period
- Closed