Re: [Nagios-devel] Embedded 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] Embedded Perl

Post by Guest »

Nagios is separate and independent from the cgis.

Nagios currently uses the embedded perl interpreter to execute perl
plugins without the additional overhead of starting the interpreter
everytime.

The only way you can use it currently is to write perl plugins.

When you say extension - what type of extension are you envisioning?
On the cgi/web interface? or on the scheduling/monitoring side?

-sg

On Thu, 21 Mar 2002, Alex Kuehne wrote:

> Hello,
>
> some questions from Germany. Sorry for writing to so much lists.
>
> I have set up Nagios 1.0a7 on Solaris 8 successfully and every
> thinks runs just better than expected from good old Netsaint.
>
> I compiled Nagios with embedded perl support (nagios -m shows it).
> Is it right this mechanism works only for plugins? Are all Perl-
> plugins executed automatically as embedded ones by enabling this?
>
> Is there a way for using it for the cgi's (those in the
> ${NAGIOS_HOME}/sbin), as I want to write some extension for Nagios,
> but in Perl. What would be the best way to make it so?
>
> I have read quite enough manpages and docs over the net for
> embedded perl and also tested something, but it seems I can't
> embed my perl stuff into Nagios. I tested it with the mini_epn
> and p1.pl. Has anybody a framework for an embedded perl module
> to get me started?
>
> Enough for the moment ...
>
> Best regards
> Alex Kuehne
>
>
> --
> Network Manager, SAG, Berlin, Germany
>
>
>
> _______________________________________________
> Nagios-devel mailing list
> Nagios-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/lis ... gios-devel
>

--
Subhendu Ghosh (sghosh@sghosh.org)
***************************************
... I see TOILET SEATS ...






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: sghosh@sghosh.org
Locked