Hello, I'm having difficulties on making modules in general to be recognize by the zabbix, but I'm trying now to make the dummy module (that already comes with zabbix) work. for some reason it does not appear in the module page in zabbix.
In the print above there is the path configuration for the module

this print above show that the file is in the path
in the print above shows that the dummy.so module was loaded.
I followed the instructions in https://www.zabbix.com/documentation...oadablemodules to load the dummy module, I did the ./configure command in the root of Zabbix source tree at "/usr/local/zabbix-5.0.0" with success and after that I did the "make" command in the "/usr/local/zabbix-5.0.0/src/modules/dummy" directory in order to generate the dummy.so, after that I restarted the zabbix server and zabbix agent service, but when I went to zabbix

What should I do in order to the module appear in zabbix?
this print above show that the file is in the path
I followed the instructions in https://www.zabbix.com/documentation...oadablemodules to load the dummy module, I did the ./configure command in the root of Zabbix source tree at "/usr/local/zabbix-5.0.0" with success and after that I did the "make" command in the "/usr/local/zabbix-5.0.0/src/modules/dummy" directory in order to generate the dummy.so, after that I restarted the zabbix server and zabbix agent service, but when I went to zabbix
What should I do in order to the module appear in zabbix?