Ad Widget

Collapse

zabbix_trapperd and zabbix_suckerd missing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IsItFridayYet
    Junior Member
    • Sep 2006
    • 1

    #1

    zabbix_trapperd and zabbix_suckerd missing

    Ok, I have tried to resolve this myself for the past 2 days, but after much searching and head-scratching, I have gotten nowhere.

    My problem is that I can't seem to find the zabbix_trapperd and zabbix_suckerd after installing. The config and make install seemed to have went smoothly and I am pretty sure I have all of the necessary dependencies installed.

    What am I missing?? These should be in /usr/local/bin correct? But they are not.

    I am running Fedora Core 5 and have attempted the install on 2 different machines witht the same results. Everything else works fine (server, agent) however, I am want to be able to receive snmp traps w/ zabbix.

    Any help/direction would be much appreciated.
  • SupuS
    Junior Member
    • Sep 2006
    • 1

    #2
    same here on Gentoo box

    # slocate zabbix_
    /var/run/zabbix/zabbix_server.pid
    /var/run/zabbix/zabbix_agentd.pid
    /var/log/zabbix/zabbix_server.log
    /var/log/zabbix/zabbix_agentd.log
    /etc/zabbix/zabbix_server.conf
    /etc/zabbix/zabbix_agentd.conf
    /etc/zabbix/zabbix_trapper.conf
    /etc/zabbix/zabbix_agent.conf
    /usr/bin/zabbix_get
    /usr/bin/zabbix_sender
    /usr/sbin/zabbix_agent
    /usr/sbin/zabbix_agentd
    /usr/sbin/zabbix_server

    ZABBIX version 1.1.1

    If there is other way to make snmp trap works please tell me .. thanx

    EDIT:

    this helps me .. http://www.zabbix.com/manual/v1.1/config_utilities.php .. I followed old howto on this forum before

    Note: in gentoo is different path to zabbix home so I changed:

    Code:
    traphandle default /bin/bash /home/zabbix/bin/snmptrap.sh
    to:

    Code:
    traphandle default /bin/bash ~zabbix/bin/snmptrap.sh
    SupuS
    Last edited by SupuS; 19-09-2006, 15:23.

    Comment

    • tof233
      Member
      • Nov 2010
      • 94

      #3
      Hello,

      I also have this problem on Centos 5, Zabbix 1.8 :
      I can't find zabbix_suckerd.
      Is there an option I should add when compiling?

      Comment

      • alixen
        Senior Member
        • Apr 2006
        • 474

        #4
        Hi,

        Originally posted by IsItFridayYet
        My problem is that I can't seem to find the zabbix_trapperd and zabbix_suckerd after installing.
        AFAIK, those commands don't exist.

        Check the documentation : http://www.zabbix.com/documentation/...nual/processes

        Regards,
        Alixen
        http://www.alixen.fr/zabbix.html

        Comment

        • tof233
          Member
          • Nov 2010
          • 94

          #5
          Thank you Alixen,

          In fact I was trying to use icmppingsec.

          And I thought by following this post, that suckerd was required for icmppingsec.


          As I wasn't able to use icmppingsec, I wrote a shell script to get the Round Trip Time.

          Comment

          • alixen
            Senior Member
            • Apr 2006
            • 474

            #6
            Hi,

            Originally posted by tof233
            In fact I was trying to use icmppingsec.

            And I thought by following this post, that suckerd was required for icmppingsec.


            As I wasn't able to use icmppingsec, I wrote a shell script to get the Round Trip Time.
            icmppingsec (as icmpping) relies on proper installation and configuration of fping utility.

            Regards,
            Alixen
            http://www.alixen.fr/zabbix.html

            Comment

            • richlv
              Senior Member
              Zabbix Certified Trainer
              Zabbix Certified SpecialistZabbix Certified Professional
              • Oct 2005
              • 3112

              #7
              Originally posted by tof233

              And I thought by following this post, that suckerd was required for icmppingsec.
              that is a very old post - there are no such daemons anymore, just zabbix_server
              Zabbix 3.0 Network Monitoring book

              Comment

              Working...