Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It should look like:

Code Block
User=zabbix


Code Block
languagebash
titleExample of simple config:
LogFile=/var/log/zabbix-agent/zabbix_agentd.log
EnableRemoteCommands=1
Server=10.10.10.80
ServerActive=10.10.10.80
Hostname=con3-1
User=zabbix
Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf

The line tells the service to drop privileges to specified user, by default the service started as root (insecure at all).

...