Hi,
I have a problem with userparameters.
E.g. I use a userparameter_mysql.conf with following parameters:
I excluded rest of file to simplify question.
After reboot zabbix can't find mysqladmin, mysql etc.
But after manual restart of zabbix_agentd all works fine.
I can specify full path of course but why agentd restart helps without this?
How to resolve?
Thanks.
I have a problem with userparameters.
E.g. I use a userparameter_mysql.conf with following parameters:
Code:
UserParameter=mysql.ping,mysqladmin ping | grep -c alive UserParameter=mysql.version,mysql -V
After reboot zabbix can't find mysqladmin, mysql etc.
But after manual restart of zabbix_agentd all works fine.
I can specify full path of course but why agentd restart helps without this?
How to resolve?
Thanks.
Comment