Re: [Nagios-devel] Message passing between host/service check

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Message passing between host/service check

Post by Guest »


--------------040302080504070802040305
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Hi again....

With the risk of getting off topic:
I don't want to maintain Cacti too, if i have to check the interface for
status, i
might as well do the performance stuff too, in the same plugin.

One other post suggested memcache, or database. I will stick with my
quick&dirty
/tmp files.... ;)

Eli Stair wrote:

>
> 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
>
> /eli
>
>
> -----Original Message-----
> From: [email protected]
>
> To: [email protected]
>
> Sent: Thu Oct 19 11:30:28 2006
> Subject: [Nagios-devel] Message passing between host/service check plugin.
>
> Hi Group,
>
> Am i the only person in here needing a way to pass someting to a
> check plugin,
> from the last invocation ?
>
> I don't like using snmp OID values for my plugin executions, som i
> use the interfacename
> to poll the status via SNMP. To do this i have to walk the ifDescr
> snmp table. Once i find the
> interface index, i can poll status, IN/Out Octets etc...
>
> The next time the same service get's checked it would be nice to
> pass the last dermined interface
> index, and only test if the index still has the correct IfDescr. To
> do this i rely on temporary files today,
> this is a mess.
>
> I could pass the index in the $SERVICEOUTPUT$ output, but that could
> potentialy clutter up the information, displayed as the
> check message, i could also use $SERVICEPERFDATA$,but that is used
> for performance data, and get's passed to external performance
> collector stuff.
>
> I would like to have the possibility for a 3rd field in the check
> output, getting stored in a
> $SERVICETEMPDATA$ which could be used for about anything toaking care
> thath the string will
> be limited in size.
>
> Kind Regards,
> Peter
>
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk ... dat=121642
>
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>


--------------040302080504070802040305
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable








Hi again....

With the risk of getting off topic:
I don't want to maintain Cacti too, if i have to check the interface for
status, i
might as well do the performance stuff too, in the same plugin.

One other post suggested memcache, or database. I will stick with my quic=
k&dirty
/tmp files.... ;)

Eli Stair wrote:
=20
=20

=20

Re: [Nagios-devel] Message passing between host/service check pl=
ugin.

=20
I haven't messed with t

...[email truncated]...


This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked