<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Radhika schrieb:
<blockquote cite="mid20051205114658.24621.qmail@web60723.mail.yahoo.com"
 type="cite">
  <div id="RTEContent">Hi,</div>
  <div> </div>
  <div> I want to add new plug in for monitoring cisco memory from this
link</div>
  <div> </div>
  <div><a
 href="http://www.nagiosexchange.org/SNMP.51.0.html?&tx_netnagext_pi1%5Bp_view%5D=52&tx_netnagext_pi1%5Bpage%5D=20%3A10">http://www.nagiosexchange.org/SNMP.51.0.html?&tx_netnagext_pi1[p_view]=52&tx_netnagext_pi1[page]=20%3A10</a></div>
  <div> </div>
  <div>i have downloaded the plugin and i have copied in
/usr/local/nagios/libexec/ folder and now i need to define the command
and services defined from the following link</div>
  <div> </div>
  <div><a href="http://www.manubulon.com/nagios/index_commands.html#mem">http://www.manubulon.com/nagios/index_commands.html#mem</a></div>
  <div> </div>
  <div>is it correct or i need to do anyother thing.</div>
  <div> </div>
  <div>Please give me the full steps to add a new plugin for my nagios</div>
  <div> </div>
  <div>Thanks for your time</div>
  <p> </p>
  <hr size="1"> <b>Yahoo! Personals</b><br>
Single? There's someone we'd like you to meet.<br>
Lots of someones, actually. <a
 href="http://us.rd.yahoo.com/evt=36108/*http://personals.yahoo.com%20">Try
Yahoo! Personals</a>
</blockquote>
Hello Radhika,<br>
<br>
here is your wished full step for your personal Enviroment:<br>
<br>
open your commands.cfg File with an editor of your choice, you can take
vi, vim, joe, pico or something similar<br>
after you done this, go to the end of the file and make sure, that
you're in the edit mode to add a few lines to your file.<br>
<br>
Now please do not copy and paste from your second link but ensure that
you type every single letter as it from the second link like this:<br>
<br>
define command {<br>
command_name check_snmp_mem<br>
command_line $USER1$/check_snmp_mem.pl -H $HOSTADDRESS$ -C $ARG1$ -w
$ARG2$ -c $ARG3$ $ARG4$<br>
# comment Community, warn, crit, options (-I cisco)<br>
}<br>
<br>
After you have done this go to the fourth line of your new text and
change exactly the string "<COMMUNITY>" (without the "") with the
snmp readonly community string which you are using on your cisco
device. (Look in your config for lines like "snmp-server community
SOMETHING" <<<< this should be your Community String.<br>
<br>
Now, save the file back to disk, run your nagios with the sanity check
like: "/usr/local/nagios/bin/nagios -v
/usr/local/nagios/etc/nagios.cfg".<br>
In the output of this command be sure that it tolds you something like
"0 errors", warnings are less critical, but there should NOT be any
error!!!<br>
<br>
If you got an error, read the Nagios Documentation and try to catch
your fault. If there are NO ERROR just restart your nagios and see
what's happend...<br>
<br>
Oh! Nothing happens? Realy?<br>
Just go with an editor to your service configuration File and add a
service, like you do as usual, read the nagios documentation if you are
asking yourself what a service is....<br>
Some hints:<br>
<br>
define service {<br>
    name Cisco_memory<br>
    service_description Cisco memory<br>
    check_command check_snmp_mem!<COMMUNITY>!95!99!-I<br>
    register 0<br>
}<br>
<br>
So, end with kidding. <br>
But I am asking myself why you are in the thought, that other peoples
are knowing your enviroment such your snmp community and so on.<br>
<br>
This link (<a class="moz-txt-link-freetext" href="http://www.manubulon.com/nagios/snmp_mem.html">http://www.manubulon.com/nagios/snmp_mem.html</a>) there is an
example output from the plugin with -h (<<< stands for HELP)
with the instructions what data the plugin needs to run.<br>
<br>
For everything else like "How to define services and check commands..",
let me tell you. If your eyes are not lazy enough to read the mailing
lists posts and if you have enough time to wait until someone else find
enough time to reply to your post... just read the nagios documentation!<br>
<br>
Like:<br>
<a class="moz-txt-link-freetext" href="http://nagios.sourceforge.net/docs/2_0/xodtemplate.html">http://nagios.sourceforge.net/docs/2_0/xodtemplate.html</a><br>
<a class="moz-txt-link-freetext" href="http://nagios.sourceforge.net/docs/2_0/">http://nagios.sourceforge.net/docs/2_0/</a><br>
<br>
Or for other nagios versions like 2.x: <br>
<br>
<a class="moz-txt-link-freetext" href="http://www.nagios.org/docs/">http://www.nagios.org/docs/</a><br>
<br>
<br>
</body>
</html>