Ad Widget

Collapse

server problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elewin
    Junior Member
    • Jun 2005
    • 2

    #1

    server problems

    Hello,
    I've just installed zabbix 1.1 alpha10 on Suse Linux 9.2.
    Everytime I start the server I get the following error message:
    cat: write error: Broken pipe
    Can sombody help me?????
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Perhaps fping is not installed and (or) configured.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    • elewin
      Junior Member
      • Jun 2005
      • 2

      #3
      Thank you,
      now I installed fping, but nothing changed.

      I'm quite confused about the conbfiguration of zabbix. I created a test host, selected some items (key : diskused [c:/] and icmpping) and created a graph with this to items.
      But the graph is empty: " No data found for this period" What am I doing wrong?
      Greets Manuel

      Comment

      • krusty
        Senior Member
        • Oct 2005
        • 222

        #4
        cat: write error: Broken pipe

        Hi all,

        i have the same problem like elewin. I got this message (cat: write error: Broken pipe) even i start the server process and between the server is running. i don“t use fping. Should i install fping to fix the problem or is there another problem? Please can anybody help.

        Greez

        Comment

        • rxm8028
          Member
          • Apr 2005
          • 45

          #5
          fping broken pipe

          I am seeing the same error on a new install of Zabbix 1.1beta2 on SuSE Linux 9.3. Even though I installed fping, it will not run as the zabbix user, claiming it can only be run by root, or suid root. Anyone know how to correct this?


          Oops - nevermind. I found it here:


          Last edited by rxm8028; 21-11-2005, 19:16.

          Comment

          • James Wells
            Senior Member
            • Jun 2005
            • 664

            #6
            Greetings,

            After installing FPing, you need to configure it so that Zabbix can use it. This is usually done by creating a group, usually called zabbix. Once the group is created, you add the zabbix user to this group, then issue the following commands, as root;
            Code:
            chown root:zabbix /usr/sbin/fping
            chmod 710 /usr/sbin/fping
            chmod ug+s /usr/sbin/fping
            This will make is so that any member of the Zabbix group can exeute fping as if they were root. Once te this is done, edit your /etc/zabbix/zabbix_server.conf and uncomment the following line from your zabbix_server.conf file;
            Code:
            #FpingLocation=/usr/sbin/fping
            Unofficial Zabbix Developer

            Comment

            • visionbix
              Junior Member
              • Dec 2006
              • 10

              #7
              James Well,
              Thanks, it's work!

              Comment

              Working...