[ZBX-25997] Template does not modify item when assigned to multiple hosts Created: 2025 Feb 05 Updated: 2025 Feb 05 Resolved: 2025 Feb 05 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Templates (T) |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | sancho | Assignee: | Zabbix Support Team |
Resolution: | Cannot Reproduce | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
SO REL 8.10 |
Attachments: |
![]() ![]() ![]() |
Description |
Template that is assigned to more than 100 hosts. When making any changes, for example: When updating it, the website stays gray and does not go beyond that, it does not give an error, it does nothing. If I clone the template, it makes the changes without any problems. This template is assigned to 112 hosts, with a total of 1001 items affected by the change. I don't think this is a very high number. Until recently, I could make this type of changes without any problem on the same number of hosts or more. |
Comments |
Comment by Alexander Vladishev [ 2025 Feb 05 ] |
Check the error log on the web server side. Most likely, you need to increase the memory_limit parameter in the PHP configuration file (php.ini). |
Comment by sancho [ 2025 Feb 05 ] |
Thank you very much, that was the problem. After touching the configuration in etc/php-fpm.d/zabbix.conf it has been solved. |