zarplata / zabbix-agent-extension-mysql

Zabbix extension for monitoring mysql.
23 stars 18 forks source link

Wrong plugins folder for zabbix agent #15

Closed gizmo15 closed 1 year ago

gizmo15 commented 4 years ago

Hi,

In the Makefile, the path for zabbix_agentd plugins directory line 42 is not correct.

It's: cp ${CONFIG} /etc/zabbix/zabbix_agentd.conf.d/${CONFIG}

But on linux (Ubuntu 18.04 in my case), it's : cp ${CONFIG} /etc/zabbix/zabbix_agentd.d/${CONFIG}

Thanks for the work ;)