Zabbix 2.0 [RESOLVIDO]

1. Zabbix 2.0 [RESOLVIDO]

Renan Tebaldi Barreto
rtbarreto

(usa Ubuntu)

Enviado em 06/11/2012 - 10:06h

Bom dia Pessoal,
Estou tento problema para instalar o zabbix 2.0 no debian.
Quando faço o comando #make install da o seguinte erro
make: *** No rule to make target `install'. Stop
usei a seguinte documentação para fazer a instalação
http://zabbixbrasil.org/files/Tutorial_de_instala%C3%A7%C3%A3o_do_Zabbix_2.0.0_debian.pdf

parei nessa parte do make install, antes disso conseguir fazer tudo.

alguem ja instalou esse software ?
agradeço desde já
Abraço a todos.


  


2. MELHOR RESPOSTA

Perfil removido
removido

(usa Nenhuma)

Enviado em 06/11/2012 - 10:29h

Não gerou nenhum erro quando executou:

./configure --enable-server –enable-agent --enable-java --with-mysql --with-netsnmp  --with-jabber  --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi 


Rode o comando novamente, e veja se não gerou algum erro. Só rode o make se estiver tudo ok!

Estando tudo ok com o ./configure execute:

# make

Analise se não há erros. E depois:

# make install

3. Re: Zabbix 2.0 [RESOLVIDO]

Renan Tebaldi Barreto
rtbarreto

(usa Ubuntu)

Enviado em 06/11/2012 - 10:43h

amarildosertorio escreveu:

Não gerou nenhum erro quando executou:

./configure --enable-server –enable-agent --enable-java --with-mysql --with-netsnmp  --with-jabber  --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi 


Rode o comando novamente, e veja se não gerou algum erro. Só rode o make se estiver tudo ok!

Estando tudo ok com o ./configure execute:

# make

Analise se não há erros. E depois:

# make install

Fiz o comando novamente
root@zabbix:~# cd zabbix-2.0.3
root@zabbix:~/zabbix-2.0.3# ./configure --enable-server ?enable-agent --enable-java --with-mysql --with-netsnmp --with-jabber --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ?enable-agent
configure: WARNING: unrecognized options: --with-netsnmp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
configure: Configuring
checking whether make sets $(MAKE)... (cached) yes
checking build system type... Invalid configuration `?enable-agent': machine `?enable' not recognized
configure: error: /bin/bash ./config.sub ?enable-agent failed



4. Re: Zabbix 2.0 [RESOLVIDO]

Renan Tebaldi Barreto
rtbarreto

(usa Ubuntu)

Enviado em 06/11/2012 - 10:45h

rtbarreto escreveu:

amarildosertorio escreveu:

Não gerou nenhum erro quando executou:

./configure --enable-server –enable-agent --enable-java --with-mysql --with-netsnmp  --with-jabber  --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi 


Rode o comando novamente, e veja se não gerou algum erro. Só rode o make se estiver tudo ok!

Estando tudo ok com o ./configure execute:

# make

Analise se não há erros. E depois:

# make install

Fiz o comando novamente
root@zabbix:~# cd zabbix-2.0.3
root@zabbix:~/zabbix-2.0.3# ./configure --enable-server ?enable-agent --enable-java --with-mysql --with-netsnmp --with-jabber --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ?enable-agent
configure: WARNING: unrecognized options: --with-netsnmp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
configure: Configuring
checking whether make sets $(MAKE)... (cached) yes
checking build system type... Invalid configuration `?enable-agent': machine `?enable' not recognized
configure: error: /bin/bash ./config.sub ?enable-agent failed


tava errado o comando, arrumei o ?enable-agent
não deu erro, mais mesmo assim quando executo o make install da o mesmo erro




5. Re: Zabbix 2.0 [RESOLVIDO]

Renan Tebaldi Barreto
rtbarreto

(usa Ubuntu)

Enviado em 06/11/2012 - 10:47h

rtbarreto escreveu:

rtbarreto escreveu:

amarildosertorio escreveu:

Não gerou nenhum erro quando executou:

./configure --enable-server –enable-agent --enable-java --with-mysql --with-netsnmp  --with-jabber  --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi 


Rode o comando novamente, e veja se não gerou algum erro. Só rode o make se estiver tudo ok!

Estando tudo ok com o ./configure execute:

# make

Analise se não há erros. E depois:

# make install

Fiz o comando novamente
root@zabbix:~# cd zabbix-2.0.3
root@zabbix:~/zabbix-2.0.3# ./configure --enable-server ?enable-agent --enable-java --with-mysql --with-netsnmp --with-jabber --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ?enable-agent
configure: WARNING: unrecognized options: --with-netsnmp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
configure: Configuring
checking whether make sets $(MAKE)... (cached) yes
checking build system type... Invalid configuration `?enable-agent': machine `?enable' not recognized
configure: error: /bin/bash ./config.sub ?enable-agent failed


tava errado o comando, arrumei o ?enable-agent
não deu erro, mais mesmo assim quando executo o make install da o mesmo erro



apareceu esse erro
configure: error: Unable to find "javac" executable in path

é a versão do java ?


6. Re: Zabbix 2.0 [RESOLVIDO]

Renan Tebaldi Barreto
rtbarreto

(usa Ubuntu)

Enviado em 06/11/2012 - 10:47h

amarildosertorio escreveu:

Não gerou nenhum erro quando executou:

./configure --enable-server –enable-agent --enable-java --with-mysql --with-netsnmp  --with-jabber  --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi 


Rode o comando novamente, e veja se não gerou algum erro. Só rode o make se estiver tudo ok!

Estando tudo ok com o ./configure execute:

# make

Analise se não há erros. E depois:

# make install


apareceu esse erro

configure: error: Unable to find "javac" executable in path



7. Re: Zabbix 2.0 [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 06/11/2012 - 11:41h

Não entendi o porque de habilitar o java.
Dá uma olhada na documentação.

# ./configure --help

Se não afetar nada e só remover.

./configure --enable-server --enable-agent --with-mysql --with-netsnmp  --with-jabber  --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi 


Caso contrario... Instale o java e crie variável de ambiente e o path.


8. Re: Zabbix 2.0 [RESOLVIDO]

Renan Tebaldi Barreto
rtbarreto

(usa Ubuntu)

Enviado em 06/11/2012 - 11:48h

amarildosertorio escreveu:

Não entendi o porque de habilitar o java.
Dá uma olhada na documentação.

# ./configure --help

Se não afetar nada e só remover.

./configure --enable-server --enable-agent --with-mysql --with-netsnmp  --with-jabber  --with-libcurl=/usr/bin/curl-config --with-ssh2 --with-openipmi 


Caso contrario... Instale o java e crie variável de ambiente e o path.


tambem não entendi o porque do java,
Retirei ele e deu certo.
valeu pela ajuda.



9. Re: Zabbix 2.0 [RESOLVIDO]

Juno Kim
juno

(usa Linux Mint)

Enviado em 13/05/2013 - 15:23h

Olá amigo a parte do java é para você monitor servidores e aplicativos com o java gateway, como o apache-tomcat.

Espero ter lhe ajudado.

att,
Juno


10. Re: Zabbix 2.0 [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 13/05/2013 - 18:42h

juno escreveu:

Olá amigo a parte do java é para você monitor servidores e aplicativos com o java gateway, como o apache-tomcat.

Espero ter lhe ajudado.

att,
Juno


Saquei!
Obrigado pela colaboração.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts