[Nagios-users] Issues installing Plugins

2006-05-26 Thread Tom Ray [Lists]
I've just installed Nagios and that seemed to have gone very well but 
when I try installing the plugins I get the following errors during the 
the make process:


then mv -f .deps/check_snmp.Tpo .deps/check_snmp.Po; else rm -f 
.deps/check_snmp.Tpo; exit 1; fi

check_snmp.c: In function `main':
check_snmp.c:341: parse error before `char'
check_snmp.c:342: `str' undeclared (first use in this function)
check_snmp.c:342: (Each undeclared identifier is reported only once
check_snmp.c:342: for each function it appears in.)
make[3]: *** [check_snmp.o] Error 1
make[3]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/nagios-plugins-1.4.3'
make: *** [all] Error 2

I really would like to get this working, I've used nagios in the past 
and think it's a great product but I'm stumped as to why I keep getting 
this error.


Any help would be appreciated.


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Issues installing Plugins

2006-05-26 Thread Marcel Mitsuto Fucatu Sugano
Hello, comments inline... 

On Fri, 2006-05-26 at 14:30 -0400, Tom Ray [Lists] wrote:
 I've just installed Nagios and that seemed to have gone very well but 
 when I try installing the plugins I get the following errors during the 
 the make process:
 
 then mv -f .deps/check_snmp.Tpo .deps/check_snmp.Po; else rm -f 
 .deps/check_snmp.Tpo; exit 1; fi
 check_snmp.c: In function `main':
 check_snmp.c:341: parse error before `char'
 check_snmp.c:342: `str' undeclared (first use in this function)
 check_snmp.c:342: (Each undeclared identifier is reported only once
 check_snmp.c:342: for each function it appears in.)
 make[3]: *** [check_snmp.o] Error 1
 make[3]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/tom/nagios-plugins-1.4.3'
 make: *** [all] Error 2

Try it with the -i flag:

make -i 

hth
 I really would like to get this working, I've used nagios in the past 
 and think it's a great product but I'm stumped as to why I keep getting 
 this error.
 
 Any help would be appreciated.
 
 
 ---
 All the advantages of Linux Managed Hosting--Without the Cost and Risk!
 Fully trained technicians. The highest number of Red Hat certifications in
 the hosting industry. Fanatical Support. Click to learn more
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue. 
 ::: Messages without supporting info will risk being sent to /dev/null


AVISO: A informação contida neste e-mail, bem como em qualquer de seus anexos, 
é CONFIDENCIAL e destinada ao uso exclusivo do(s) destinatário(s) acima 
referido(s), podendo conter informações sigilosas e/ou legalmente protegidas. 
Caso você não seja o destinatário desta mensagem, informamos que qualquer 
divulgação, distribuição ou cópia deste e-mail e/ou de qualquer de seus anexos 
é absolutamente proibida. Solicitamos que o remetente seja comunicado 
imediatamente, respondendo esta mensagem, e que o original desta mensagem e de 
seus anexos, bem como toda e qualquer cópia e/ou impressão realizada a partir 
destes, sejam permanentemente apagados e/ou destruídos. Informações adicionais 
sobre nossa empresa podem ser obtidas no site http://sobre.uol.com.br/.

NOTICE: The information contained in this e-mail and any attachments thereto is 
CONFIDENTIAL and is intended only for use by the recipient named herein and may 
contain legally privileged and/or secret information. If you are not the 
e-mail´s intended recipient, you are hereby notified that any dissemination, 
distribution or copy of this e-mail, and/or any attachments thereto, is 
strictly prohibited. Please immediately notify the sender replying to the above 
mentioned e-mail address, and permanently delete and/or destroy the original 
and any copy of this e-mail and/or its attachments, as well as any printout 
thereof. Additional information about our company may be obtained through the 
site http://www.uol.com.br/ir/.


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid7521bid$8729dat1642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue.
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Issues installing Plugins

2006-05-26 Thread Tom Ray [Lists]



Marcel Mitsuto Fucatu Sugano wrote:
Hello, comments inline... 


On Fri, 2006-05-26 at 14:30 -0400, Tom Ray [Lists] wrote:
  
I've just installed Nagios and that seemed to have gone very well but 
when I try installing the plugins I get the following errors during the 
the make process:


then mv -f .deps/check_snmp.Tpo .deps/check_snmp.Po; else rm -f 
.deps/check_snmp.Tpo; exit 1; fi

check_snmp.c: In function `main':
check_snmp.c:341: parse error before `char'
check_snmp.c:342: `str' undeclared (first use in this function)
check_snmp.c:342: (Each undeclared identifier is reported only once
check_snmp.c:342: for each function it appears in.)
make[3]: *** [check_snmp.o] Error 1
make[3]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom/nagios-plugins-1.4.3/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/nagios-plugins-1.4.3'
make: *** [all] Error 2



Try it with the -i flag:

make -i 


hth
  
Well that did it I was able to run make -i then make -i install and 
it's installed. Now it's testing time.


Thanks!


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null