If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Sorry, we are still working on the instructions to build external plugins. But this should work:
Code:
go mod init myip
go get git.zabbix.com/ap/[email protected]
go mod tidy
go build
And tell the agent about the new module (ensure the etc/zabbix_agent2.d/plugins.d directory is correct):
Code:
echo 'Plugins.DebugFull.System.Path=/<FULL_PATH>/zabbix-6.0.5/src/go/plugins/debug/external/full/full' sudo tee etc/zabbix_agent2.d/plugins.d/full.conf​
Comment