[sysmon-help] possible Bug numkilled?

Chad Kouse chad.kouse at toohome.com
Fri Apr 25 11:26:32 EDT 2003


Jared,

Better open that bug back up again :)

http://puck.nether.net/bugzilla-2.17.3/show_bug.cgi?id=21

--chad

-----Original Message-----
From: Eddie Lania [mailto:e.lania at elton.nl]
Sent: Friday, April 25, 2003 2:45 AM
To: sysmon-help at puck.nether.net
Subject: [sysmon-help] possible Bug numkilled?


Hello all,

I have two systems running sysmon, one at home and one at work.
On both systems sysmond dies from time to time with the following error:

Apr 25 2003-01:35:34 : Killing stale check mail.home.nl:pop3:0 lasting
61.994049secs
Apr 25 2003-01:35:34 : possible Bug numkilled = 1 -- normally should never
exceed zero

It seems this only happens when pop3 services are unreacheable.
Both systems are running sysmon v0.91.18.

Any help would be welcome.

Thanks.

Eddie Lania.



My sysmon.conf:

root = "my.default.gateway-obj";
;
;;
#
# Comments can look like this
; or this

# create a file for web page users
#config statusfile html "/usr/local/htdocs/index.html";
config statusfile html "/var/www/html/sysmon/index.html";

# Log devices that are up/down
config logging file "/var/log/sysmond.log";

# Show systems that are up also
config showupalso;

# Configure an authentication key -- Default is none
#config authkey "Debug";

# Set the sender to be sysmon at localhost
config sender "sysmon";

# Expire in-process dns cache this often
config dnsexpire 7200;

# Do not queue more than this many objects to be checked at once
config maxqueued 50;

# Not implemented yet
#config snmp-trap;              # catch snmp-traps

############################################################################
###


#
# Eerst de lokale gateway's bepalen.
#

object my.default.gateway-obj {
        ip "192.168.168.1";
        type ping;
        desc "Gateway elton-intra.net";
        dep "router";
        contact "root at localhost";
};

object router {
        ip "ns1.elton-intra.net";
        type udp;
        port 53;
        desc "nameserver";
        contact "root at localhost";
};


#
# En natuurlijk de gateway voor internet.
#

object Gateway.athome.roden {
        ip "213.51.140.1";
        type ping;
        desc "Gateway @Home RODEN";
        dep "router";
        contact "root at localhost";
};


#
# Hier de "local peers" die altijd on-line moeten zijn.
#

object Ntserver1.elton-intra.net {
        ip "ntserver1.elton-intra.net";
        type tcp;
        port 139;
        desc "Ntserver1";
        dep "router";
        contact "root at localhost";
};

object Elton-edi.elton-intra.net {
        ip "elton-edi.elton-intra.net";
        type tcp;
        port 139;
        desc "EDI computer";
        dep "router";
        contact "root at localhost";
};

object Scosysv.elton-intra.net {
        ip "scosysv.elton-intra.net";
        type tcp;
        port 139;
        dep "router";
        desc "SCO UNIX server";
        contact "root at localhost";
};


#
# En de lokale "services" zoals POP3, SMTP en TELNET
#

object Pop3.elton-intra.net {
        ip "mail.elton-intra.net";
        type pop3;
        username "eddie";
        password "xxxxxx";
        desc "POP3 service at Ntserver1";
        dep "router";
        contact "root at localhost";
};

object Smtp.elton-intra.net {
        ip "mail.elton-intra.net";
        type smtp;
        desc "SMTP service at Ntserver1";
        dep "router";
        contact "root at localhost";
};

object Pop3.elton-isps.elton-intra.net {
        ip "elton-isps.elton-intra.net";
        type pop3;
        username "eddie";
        password "xxxxxx";
        desc "POP3 service at Elton-isps";
        dep "router";
        contact "root at localhost";
};

object Smtp.elton-isps.elton-intra.net {
        ip "elton-isps.elton-intra.net";
        type smtp;
        desc "SMTP service at Elton-isps";
        dep "router";
        contact "root at localhost";
};

object Telnet.elton-intra.net {
        ip "scosysv.elton-intra.net";
        type tcp;
        port 23;
        dep "router";
        desc "Telnet service at Scosysv";
        contact "root at localhost";
};


#
# De externe POP3 en SMTP servers.
#

object Pop3.euronet.nl {
        ip "pop.euronet.nl";
        type pop3;
        username "elton";
        password "xxxxxx";
        desc "POP3 server at Euronet";
        dep "Gateway.athome.roden";
        contact "root at localhost";
};

object Pop3.home.nl {
        ip "mail.home.nl";
        type pop3;
        username "ellenelton";
        password "xxxxxx";
        desc "POP3 server at @Home";
        dep "Gateway.athome.roden";
        contact "root at localhost";
};

object Smtp.euronet.nl {
        ip "smtp.euronet.nl";
        type smtp;
        desc "SMTP server at Euronet";
        dep "Gateway.athome.roden";
        contact "root at localhost";
};

object Smtp.home.nl {
        ip "mail.home.nl";
        type smtp;
        desc "SMTP server at @Home";
        dep "Gateway.athome.roden";
        contact "root at localhost";
};


#
# Hier de server van mezelf thuis.
#

object Gateway.athome.leek {
        ip "213.51.210.1";
        type ping;
        desc "Gateway @Home LEEK";
        dep "Gateway.athome.roden";
        contact "e.lania at home.nl";
};

object cc47962-a.leek1.gr.home.nl {
        ip "cc47962-a.leek1.gr.home.nl";
        type ping;
        desc "cc47962-a";
        dep "Gateway.athome.roden";
        contact "e.lania at home.nl";
};


#
# Nog enkele voorbeelden.
#

#object telnet-nether.net {
#       ip "nether.net";
#       type tcp;
#       port 23;
#       dep "nether.net";
#       desc "telnetd-nether.net";
#       contact "admin at example.com";
#};
#
#object smtp-nether.net {
#       ip "nether.net";
#       type smtp;
#       dep "nether.net";
#       desc "smtp-nether.net";
#       contact "admin at example.com";
#};
#

_______________________________________________
Sysmon-help mailing list
Sysmon-help at puck.nether.net
http://puck.nether.net/mailman/listinfo/sysmon-help



More information about the Sysmon-help mailing list