<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  <title></title>
</head>
<body>
Hi again....<br>
<br>
With the risk of getting off topic:<br>
I don't want to maintain Cacti too, if i have to check the interface for
status, i<br>
might as well do the performance stuff too, in the same plugin.<br>
<br>
One other post suggested memcache, or database. I will stick with my quick&dirty<br>
/tmp files.... ;)<br>
<br>
Eli Stair wrote:<br>
<blockquote type="cite"
 cite="mid6E56E676C9D6A74EBC980144BC06A17D0209E9AD@mailbox03.lucas.alllucas.com"> 
  
  <meta http-equiv="Content-Type" content="text/html; ">
 
  <meta name="Generator"
 content="MS Exchange Server version 6.5.7651.14">
  <title>Re: [Nagios-devel] Message passing between host/service check plugin.</title>
   <!-- Converted from text/plain format --> <br>
  
  <p><font size="2">I haven't messed with the ndo at all (which may be able
to store arbitrary data for a host in a table?), but if you use cacti to
do your snmp polling, you not only get nice trending data visually, but can
use db acceses for the host if you want yo look up further data... Or just
pull the values you want our of the rrd for that host:if<br>
 <br>
 /eli<br>
 <br>
 <br>
 -----Original Message-----<br>
 From: <a class="moz-txt-link-abbreviated" href="mailto:nagios-devel-bounces@lists.sourceforge.net">nagios-devel-bounces@lists.sourceforge.net</a> <a class="moz-txt-link-rfc2396E" href="mailto:nagios-devel-bounces@lists.sourceforge.net"><nagios-devel-bounces@lists.sourceforge.net></a><br>
 To: <a class="moz-txt-link-abbreviated" href="mailto:nagios-devel@lists.sourceforge.net">nagios-devel@lists.sourceforge.net</a> <a class="moz-txt-link-rfc2396E" href="mailto:nagios-devel@lists.sourceforge.net"><nagios-devel@lists.sourceforge.net></a><br>
 Sent: Thu Oct 19 11:30:28 2006<br>
 Subject: [Nagios-devel] Message passing between host/service check plugin.<br>
 <br>
 Hi Group,<br>
 <br>
     Am i the only person in here needing a way to pass someting to a<br>
 check plugin,<br>
     from the last invocation ?<br>
 <br>
     I don't like using snmp OID values for my plugin executions, som i<br>
 use the interfacename<br>
     to poll the status via SNMP. To do this i have to walk the ifDescr<br>
 snmp table. Once i find the<br>
     interface index, i can poll status, IN/Out Octets etc...<br>
 <br>
     The next time the same service get's checked it would be nice to<br>
 pass the last dermined interface<br>
     index, and only test if the index still has the correct IfDescr. To<br>
 do this i rely on temporary files today,<br>
     this is a mess.<br>
 <br>
     I could pass the index in the $SERVICEOUTPUT$ output, but that could<br>
 potentialy clutter up the                 information, displayed as the<br>
 check message, i could also use $SERVICEPERFDATA$,but that is used<br>
     for performance data, and get's passed to external performance<br>
 collector stuff.<br>
 <br>
     I would like to have the possibility for a 3rd field in the check<br>
 output, getting stored in a                                <br>
 $SERVICETEMPDATA$ which could be used for about anything toaking care<br>
 thath the string will<br>
     be limited in size.<br>
 <br>
     Kind Regards,<br>
     Peter<br>
 <br>
   <br>
 <br>
 <br>
 -------------------------------------------------------------------------<br>
 Using Tomcat but need to do more? Need to support web services, security?<br>
 Get stuff done quickly with pre-integrated technology to make your job easier<br>
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<br>
 <a
 href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a><br>
 _______________________________________________<br>
 Nagios-devel mailing list<br>
 <a class="moz-txt-link-abbreviated" href="mailto:Nagios-devel@lists.sourceforge.net">Nagios-devel@lists.sourceforge.net</a><br>
 <a href="https://lists.sourceforge.net/lists/listinfo/nagios-devel">https://lists.sourceforge.net/lists/listinfo/nagios-devel</a><br>
 <br>
 </font> </p>
  </blockquote>
<br>
</body>
</html>