Ad Widget

Collapse

How to install zabbix agent in Suse Enterprise Linux 12 without internet?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jose Carballido
    Junior Member
    • Nov 2022
    • 1

    #1

    How to install zabbix agent in Suse Enterprise Linux 12 without internet?

    Hello,
    I have a server offline so i cannot use repo.zabbix.com
    I have downloaded tar.gz file, copied zabbix_get, zabbix_sender and zabbix_agentd to /usr/local/bin and sbin, granted permissions, copied /usr/local/etc/zabbix_agentd.conf and configured, copied zabbix_agentd in /etc/init.d and executed chkconfig zabbix_agentd on
    I have started executing zabbix_agentd, and it connects to zabbix_server, but i cannot get zabbix_agentd to start at boot.
    I have to run it manually, executing zabbix_agentd.
    I think the problem is that zabbix_agentd is not installed as a service.

    Can anyone tell me the right steps?

    When i run :
    linux:/etc/init.d#systemctl status zabbix_agentd.service
    Loaded: loaded (/etc/init.d/zabbix_agentd)
    Active: failed (Result: exit-code) since wed 2022-11-02 09:33:58 CET ; 3h 29min ago
    Process: 723 ExecStart: /etc/init.d/zabbix_agentd start (code=exited, status=1/FAILURE)
    Nov 02 09:33:58 linux zabbix_agentd(723): zabbix_agentd (723): invalid parameter "start"

    Thank you and regards
Working...