Re: [Nagios-devel] [Nagios-users] Nagios 3.0b5 - ePN and perl

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] [Nagios-users] Nagios 3.0b5 - ePN and perl

Post by Guest »

I think I may have found a solution.

Adding the following right before 'eval $hndlr' should work. I am unsure of
the implications though.

no strict 'refs';
undef %{$package.'::'};
use strict 'refs';

----
Larry Low
4150 N Drinkwater Blvd., 5th Floor
Scottsdale, AZ 85251
Office: 480.385.7045
E-mail: [email protected]'

Telesphere Networks, Inc

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Andreas
Ericsson
Sent: Tuesday, October 16, 2007 10:56 AM
To: Nagios Developers List
Subject: Re: [Nagios-devel] [Nagios-users] Nagios 3.0b5 - ePN and perl
caching [SEC=UNCLASSIFIED]

Larry Low wrote:
> I am posting this to the devel list to see if anyone has any answers.
>
> I look through the code and I don't see how the package that is created
for
> the plugin is being uncached when the mtime changes. Can someone point me
> in the code where this is taking place. The problem I am having is
> definitely being caused by the package not being removed from memory.
>

I'd help if I could, but I'm one of the few people that grok asm better
than perl, so I'm not really the right guy for it :-/

(removed nagios-users from CC, as it doesn't really belong there)

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Nagios-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/lis ... gios-devel






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