<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<html>
<head>
<meta name=Generator content="Microsoft Word 10 (filtered)">
<style>
<!--
font-face
{font-family:Wingdings;}
font-face
{font-family:SimSun;}
font-face
{font-family:"\@SimSun";}
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{font-family:Arial;
color:windowtext;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple dir=ltr>
<DIV> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV><FONT size=2>-----Original Message----- <BR><B>From:</B> Chris Jarvis
[mailto:cjarvis@portal.com] <BR><B>Sent:</B> Sun 11/30/2003 6:50 PM
<BR><B>To:</B> nagios-users@lists.sourceforge.net <BR><B>Cc:</B>
<BR><B>Subject:</B> [Nagios-users] SNMP Support for
Nagios<BR><BR></FONT></DIV>
<DIV class=Section1>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hello,</SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I was wondering if any one could
point me to a FAQ on adding SNMP support to Nagios? So far I have been
unsuccessful getting it to work.</SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I am running Nagios 1.1 on Red Hat
9.0 using the 1.3.1-5 plug-in RPMs built by DAG Wieers.
</SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">There are a number of dependencies
for the check_snmp command such as net-snmp which requires a number of perl
modules. I have installed most of the perl modules but am getting hung
up on perl(Term::ReadKey) and perl (Tk) module missing. I have
downloaded perl(Term::ReadKey) from Red Hat but am unable to install and I can
not find the perl (Tk) module.</SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Can any one point me to an
alternate source for Perl RPM’s?</SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">Install from CPAN instead. No need to go hunting for
RPM's.</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">/usr/bin/perl -MCPAN -e 'install
Term::Readkey'</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">/usr/bin/perl -MCPAN -e 'install Tk' (you may be
able to get away with -e 'install Term::Readkey Tk'</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">or <A
href="http://www.cpan.org">http://www.cpan.org</A> and search for the
tarballs. There really is no specific FAQ on installation. net-snmp has it's
own installation documentation. After it's installed, run 'make distclean
&& ./configure && make && make install' in the nagios
plugins tarball that you downloaded. configure should automatically deted the
net-snmp installation and compile the check_snmp plugin.</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt"></SPAN></FONT> </P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">--</SPAN></FONT></P>
<P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt">Marc</SPAN></FONT></P></DIV></BLOCKQUOTE>
</body>
</html>