[sysmon-help] What am I doing wrong ?

Mark Pace Balzan mpb at melitacable.com
Fri Dec 29 03:26:41 EST 2006


Great - thanks.

Let me know what you need from me to help track this down.


>From further tests I did to try and narrow it down, I setup two config
files each with just two objects.

I never get false failures when only two (or more for that matter) ping
objects exist in the config file, but when one of the objects uses TCP,
then the ping object fails randomly.


=============================
root = "sysmon-host";

object sysmon-host {
        ip "212.56.128.215";
        type ping;
        desc "sysmon-host";
};

object internal {
        ip "212.56.128.222";
        type ping;
        dep "sysmon-host";
        desc "int-ping";
};

Text Output:

Network Summary     sysmon v0.93-pre3
Hostname                 Type  Port DownN UpN   NotifiedStat
Time Failed
212.56.128.215           ping  0    0    203   No    up
Never
212.56.128.222           ping  0    0    203   No    up
Never

=============================

root = "sysmon-host";

object sysmon-host {
        ip "212.56.128.215";
        type ping;
        desc "sysmon-host";
};

object mx01 {
        ip "212.56.128.205";
        type smtp;
        port 25;
        desc "mx01";
        dep "sysmon-host";
};

Text Output:

Network Summary     sysmon v0.93-pre3
Hostname                 Type  Port DownN UpN   NotifiedStat
Time Failed
212.56.128.215           ping  0    0    146   No    up             Dec
28 21:04:40
212.56.128.205           smtp  25   0    115   No    up             Dec
28 23:42:06

=============================================


Cheers

Mark
 

> -----Original Message-----
> From: Jared Mauch [mailto:jared at sysmon.org] 
> Sent: 28 December 2006 21:09
> To: Mark Pace Balzan
> Cc: Daniel J. Luke; sysmon-help at puck.nether.net
> Subject: Re: [sysmon-help] What am I doing wrong ?
> 
> 	this sounds quite strange.
> 
> 	i'll look at this, unless dluke did already.
> 
> 	- jared
> 
> On Thu, Dec 21, 2006 at 08:57:57PM +0100, Mark Pace Balzan wrote:
> > 
> > 
> > > 
> > > You didn't include the TCP test in the config you posted 
> to the list.
> > > 
> > 
> > Right.
> > 
> > The object monitored via TCP is
> > 
> > object mx01 {
> >         dep "internal";
> >         ip "212.56.128.205";
> >         type tcp;
> >         port 25;
> >         desc "mx01";
> > };
> > 
> > And I get the same results with
> > 
> > object mx01 {
> >         ip "212.56.128.205";
> >         type smtp;
> >         desc "mx01";
> >         dep "internal";
> > };
> > 
> > 
> > 
> > What I really don't have an explanation for is why 127.0.0.1 is
> > unreachable when the TCP object is included in the config.
> > 
> > > > Dec 21 2006-14:44:18 : service_this:Servicing entry in queue of
> > > > 127.0.0.1:ping
> > > > Dec 21 2006-14:44:18 : icmp.c:service_test_ping:While pinging  
> > > > 127.0.0.1,
> > > > packetsent = 7
> > > > Dec 21 2006-14:44:18 : icmp.c: 127.0.0.1 unpingable 
> after 7 attempts
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Sysmon-help mailing list
> > Sysmon-help at puck.nether.net
> > https://puck.nether.net/mailman/listinfo/sysmon-help
> 
> -- 
> Jared Mauch  | pgp key available via finger from jared at puck.nether.net
> clue++;      | http://puck.nether.net/~jared/  My statements 
> are only mine.
> 



More information about the Sysmon-help mailing list