Ad Widget

Collapse

Can't found zabbix_sender

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ITIC007
    Junior Member
    • Oct 2018
    • 19

    #1

    Can't found zabbix_sender

    I installed the agent package on a Linux machine but I can't find the zabbix_sender utility:

    -bash: /usr/bin/zabbix_sender: No such file or directory


    Does the agent and the zabbix_sender comes in separate? If so, how can I install the zabbix_sender?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    What OS are you using?
    Depending on the repository you are using, if you are using a Zabbix official repository, the zabbix_sender command should be in a separate package from the Zabbix agent.

    If you are using RHEL or CentOS and you are registering a Zabbix official yum repository, you can install it using the following command.

    Code:
    # yum install zabbix-sender
    If you are using Debian or Ubuntu and you are registering an official Zabbix repository, you can install it with the following command.

    Code:
    # apt install zabbix-sender

    Comment

    Working...