Ad Widget

Collapse

2.4.1 repo dist package missing zabbix_get

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RandyS
    Junior Member
    • Nov 2014
    • 5

    #1

    2.4.1 repo dist package missing zabbix_get

    Just a friendly feed back -

    From the 2.4 manual (installation)

    Instructing to use the repository configuration package
    rpm -ivh http://repo.zabbix.com/zabbix/2.4/rh...el6.noarch.rpm
    and the associated install commands
    # yum install zabbix-server-mysql zabbix-web-mysql

    does not get 2 rpms
    ~]# rpm -ql zabbix-get-2.4.1-1.el6.x86_64
    /usr/bin/zabbix_get
    /usr/share/man/man1/zabbix_get.1.gz

    # rpm -ql zabbix-sender-2.4.1-1.el6.x86_64 (for the agent system)
    /usr/bin/zabbix_sender
    /usr/share/man/man1/zabbix_sender.1.gz

    I did find them from the download site


    Thank you

    RHEL 6.4 / Zabbix 2.4.1
  • lyc
    Junior Member
    • Nov 2014
    • 1

    #2
    me too

    me too! my system is debian.

    Comment

    • mattrk
      Junior Member
      • Mar 2014
      • 18

      #3
      Both of those packages are in the repo that you installed. I too was missing both of the packages you were. Rather than install via the RPMs i just installed them via the repo. So, all i had to do was:

      #yum install zabbix-get zabbix-sender

      Just documenting to help out anyone else in the same situation.

      Comment

      Working...