Ad Widget

Collapse

Help to install Pre-compiled Zabbix 1.8.2...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nerfux
    Junior Member
    • Jan 2011
    • 19

    #1

    Help to install Pre-compiled Zabbix 1.8.2...

    Hi

    We have many linux debian computers that we want to monitor, by using zabbix agent. But i need to be really dumb because i cant solve this problem.
    How do i install the agent on a Linux Debian 2.6 I386 ?

    When im trying to do a apt-get install zabbix-agent, this will not work, geting some errors about cant find the mirrors, and vertification failure.

    When i have downloaded and exstracted the files from zabbix.com/download, it makes 2 directories, bin and sbin, when i try to work this files together i get an error: Floating point exception

    I tryed to download the zabbix server pack, and only install the agent and not the server, and when i now try to start /etc/init.d/zabbix-agent start, i get almost the same error message back: /etc/init.d/zabbix-agent: line 17: 24710 Floating point exceptionstart-stop-daemon --oknodo --start --pidfile $PID --exec $DAEMON

    AND i cant find any1 that have a guid how to do this right :| is there any hidden .deb install file in the wiki some place or how do i do this to work?!
  • goly
    Junior Member
    • Jan 2011
    • 8

    #2
    Originally posted by Nerfux
    Hi

    We have many linux debian computers that we want to monitor, by using zabbix agent. But i need to be really dumb because i cant solve this problem.
    How do i install the agent on a Linux Debian 2.6 I386 ?

    When im trying to do a apt-get install zabbix-agent, this will not work, geting some errors about cant find the mirrors, and vertification failure.

    When i have downloaded and exstracted the files from zabbix.com/download, it makes 2 directories, bin and sbin, when i try to work this files together i get an error: Floating point exception

    I tryed to download the zabbix server pack, and only install the agent and not the server, and when i now try to start /etc/init.d/zabbix-agent start, i get almost the same error message back: /etc/init.d/zabbix-agent: line 17: 24710 Floating point exceptionstart-stop-daemon --oknodo --start --pidfile $PID --exec $DAEMON

    AND i cant find any1 that have a guid how to do this right :| is there any hidden .deb install file in the wiki some place or how do i do this to work?!
    You may check this thread first:


    Anyway, I would recommend downloading the sources and compiling them locally on one of your Deb nodes. Just untar/unzip the sources and run:
    ./configure --prefix=/dest/path/for/zabbix --enable-agent && make install


    --
    KG

    Comment

    Working...