This section provides troubleshooting suggestions for custom modules and widgets. It will be expanded based on user feedback.
If Zabbix frontend does not discover a module or widget, make sure that:
The permissions can be fixed by running the following commands:
find <ModuleName> -type d -exec chmod a+rx '{}' \;
find <ModuleName> -type f -exec chmod a+r '{}' \;
Replace <ModuleName>
with the directory of your module or widget.