Versions Compared

Key

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

...

From any section page on monitor
click the tab on the bottom labeled "Get the zabbix agents here"

Select from these options, and download the appropriate files

No Format

Linux agent
RH5 32bit statically linked agent
RH5 64bit statically linked agent
Start/Stop script
Win32 agent
Win64 agent
Config file 

  • Copy all files to client you are installing agent on, into /tmp/ZABBIX/*

Setup Zabbix user/groups on the new client

...

  • Verify/add Zabbix user/groups on Linux client:*

This may already have been done as part of the initial install. Verify and do setup
if necessary.

...

  • Make home dir for zabbix, copy in zabbix_agentd *

Wherever the local admins accounts are, make one for Zabbix.

No Format
mkdir /home/zabbix 
cp -p /tmp/ZABBIX/zabbix_agentd /home/zabbix
chown -R zabbix /home/zabbix
  • Setup Zabbix config file *

The default init script checks for /etc/opt/zabbix/zabbix_agentd.conf, and if found this file will be used instead of the default config file.

...