'Zabbix. Why on two same linux servers, with the same configuration and same template, I have different items and triggers on zabbix server?

I set up two same servers with the same configuration. I link with hosts the same templates on the Zabbix server, but Hosts has different counts items, triggers, and graphs, why?



Solution 1:[1]

It depends on the no. of services, filesystems, processes etc discovered by the descovery templates. so, the no. of items and triggers will not be the same. Here is the documentation

https://www.zabbix.com/documentation/devel/en/manual/web_interface/frontend_sections/configuration/templates

https://www.zabbix.com/documentation/devel/en/manual/web_interface/frontend_sections/configuration/templates/items

https://www.zabbix.com/documentation/devel/en/manual/web_interface/frontend_sections/configuration/templates/triggers

https://www.zabbix.com/documentation/devel/en/manual/web_interface/frontend_sections/configuration/templates/discovery

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 KrishnaR