Hi, I was following the article https://blog.zabbix.com/developing-p...2/#hello-world
in order to try the new zabbix agent v2 and to see how plugins work
my OS Ubuntu 20.04
I found two problems, is not speficied in the article but you have to install build-essential package in order to build correctly (at least on ubuntu)
next the last command make for me fails and throws this message
previous commands seem to be executed correctly
Could somebody help with that ?
in order to try the new zabbix agent v2 and to see how plugins work
my OS Ubuntu 20.04
I found two problems, is not speficied in the article but you have to install build-essential package in order to build correctly (at least on ubuntu)
next the last command make for me fails and throws this message
Code:
make: *** No targets specified and no makefile found. Stop.
Could somebody help with that ?
Comment