Re: [Nagios-devel] Re: [Nagiosplug-devel] Re: [netsaint-devel] 0.0.7

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] Re: [Nagiosplug-devel] Re: [netsaint-devel] 0.0.7

Post by Guest »

Just checked statuswml.c ..

WAP passes the output directly to the client with no parsing - so perhaps
a simpler configure check might be in order to check for the options.

enabling the check only if wap support is compiled is even better

-sg


On Thu, 30 May 2002, Ethan Galstad wrote:

> Both Nagios and the plugins need to check ping syntax. Nagios needs
> it for use with the WAP interface. However, due to the ever-changing
> format of the ping syntax, I'm thinking it might be better to move it
> out of the Nagios configure script and into an option in the CGI
> config file.
>
> On 30 May 2002 at 15:48, Subhendu Ghosh wrote:
> >
> > Ethan, others..
> >
> > On this issue with ping
> >
> > Should we look at only one of the two packages - nagios or the plugins
> > providing check_ping. It does seem a bit redundant to patch both pieces
> > every time.
> >
> > Since ping is a such a basic functionality should we just look at
> > maintaining it with nagios ?
> >
> > -sg
> >
> >
> > On Thu, 30 May 2002, Matthew Walburn wrote:
> >
> > > Hi there, I'm trying to get th new Netsaint working and am running into
> > > problems getting the configure script to run right... it gets this far:
> > >
> > > ./configure --prefix=/opt/netsaint --enable-embedded-perl --with-perlcache
> > >
> > > ...
> > > checking for type of socket size... size_t
> > > checking for mail... /bin/mail
> > > Init script directory: /etc/rc.d/init.d
> > > checking for gdImagePng in -lgd (order 1)... yes
> > > GD library was found!
> > > checking for traceroute... /usr/sbin/traceroute
> > > checking for ping... /bin/ping
> > >
> > > and the it just hangs there. I'm running Redhat 7.3 and near as I can
> > > tell have all the required packages.
> > >
> > > Any suggestions would be very helpful.
> > >
> > > Thanks!
> > >
> > > -Matt
> > >
> >
> >
> > _______________________________________________________________
> >
> > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> >
> > _______________________________________________
> > Nagiosplug-devel mailing list
> > Nagiosplug-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/lis ... plug-devel
> >
>
>
>
> Ethan Galstad,
> Nagios Developer
> ---
> Email: nagios@nagios.org
> Website: http://www.nagios.org
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> Nagios-devel mailing list
> Nagios-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/lis ... gios-devel
>







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