Re: [Nagios-devel] Re: [netsaint-devel] 0.0.7 configure problems.

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: [netsaint-devel] 0.0.7 configure problems.

Post by Guest »

the output from the ping provided with redhat 7.3:
[root@arwen libexec]# ping -c 1 gugu.home
PING gugu.home (10.10.2.11) from 10.10.1.6 : 56(84) bytes of data.
64 bytes from gugu.home (10.10.2.11): icmp_seq=1 ttl=255 time=0.595 ms

--- gugu.home ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 0.595/0.595/0.595/0.000 ms

and here comes a redhat 7.2:

[root@cutter root]# ping -c 1 gugu.home
PING gugu.home (10.10.2.11) from 10.10.2.4 : 56(84) bytes of data.
64 bytes from gugu.home (10.10.2.11): icmp_seq=0 ttl=255 time=815 usec

--- gugu.home ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max/mdev = 0.815/0.815/0.815/0.000 ms

differences in the last two lines! when it hangs take a look at your
processlist:

[root@arwen libexec]# ps ax | grep ping
4394 pts/0 S 0:00 ping 127.0.0.1 -n 1



i encountered this problem when trying to compile netsaint-plugins. i
had to edit the configure scripts and the check_ping.c

nagios + nagios plugins compile just fine on rh7.3 btw.


bye,
markus

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
>
> _______________________________________________
> 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: gnome@netway.at
Locked