Ad Widget
Collapse
zabbix_agentd.conf IP as dyndns domain
Collapse
X
-
you are right :-)
one last question:
in /etc/agents*confs
the mysql part ...
i set this to user root with mysql root pass - is that secure enough?
both confs have read only for zabbix ...
Comment
-
yes i know - but i'm using mysql template in zabbix to monitor mysql performance - i think this is only working as user with all grants - am i wrong ???
Comment
-
As you are using mysqladmin to gather mysql data you can just create a new user like that, change agentd.conf an you should be set.
Worked for me when queryingCode:Insert into mysql.user set host="localhost", user = "status";
Code:mysqladmin -u status status
Comment
-
nice one - that work :-)
thanks
Comment


Comment