I have tried your solution Kristian, and it got better. I don't get
BoxDown 0 d, 00 h, 00 min anymore, but I still get too many alerts with
very short time between down and up.
This is an automatically generated message from NAV:
Box volda-myrane1-MB-sw200.hivolda.no (158.38.86.6) is down since
2005-05-28 17:57:27.
This is an automatically generated message from NAV:
Box volda-myrane1-MB-sw200.hivolda.no (158.38.86.6) is up since
2005-05-28 17:58:08.
We where looking forward to the Service-alert function in nav3. But we
have the same problem there. I might get an alert that https is down on
a server, but if I try that server right away it resond just fine.
Peder Sefland
>>> Kristian Eide <kreide(a)online.no> 19.03.2005 12:35:11 >>>
> I get many alert with BoxDown 0 d, 00 h, 00 min
> Sysname IP From To Downtime boxState
> XXXXX.hivolda.no 158.38.XX.XXX 02:54 18-03-05 02:55
18-03-05
> 0 d, 00 h, 00 min boxDown
I believe this is due to some debug code that was unfortunately
included in a
beta release which sets the default wait time for event engine to a
very low
(5 seconds) value. You can fix this problem by uncommenting the line in
eventEngine.conf which sets the alertTickLength (default is 60 seconds)
and
restart event engine. Note that there should not be a semicolon at the
end of
the line, so if there is one remove it.
--
Kristian
>From odd.hauge at hiMolde.no Tue May 31 20:27:49 2005
From: odd.hauge at hiMolde.no (Hauge Odd Arne)
Date: Tue May 31 19:27:55 2005
Subject: [Nav-users] Compiling Nav from SVN fails
Message-ID: <8EEE7738AEDF6947B3E5508A0244D1C201A560(a)stam.himolde.no>
Hi.
I'm trying to compile Nav3 from the latest SVN update. When compiling getDeviceData following error occurs:
[javac] Compiling 1 source file to /usr/local/src/nav/svn/trunk/src/getDeviceData/data-plugins/Gwport/build
[javac] /usr/local/src/nav/svn/trunk/src/getDeviceData/data-plugins/Gwport/src/no/ntnu/nav/getDeviceData/dataplugins/Gwport/GwportHandler.java:196: cannot resolve symbol
[javac] symbol : method free (java.sql.ResultSet)
[javac] location: class no.ntnu.nav.Database.Database
[javac] Database.free(rs);
[javac] ^
[javac] 1 error
BUILD FAILED
/usr/local/src/nav/svn/trunk/src/getDeviceData/build.xml:35: Following error occured while executing this line
/usr/local/src/nav/svn/trunk/src/getDeviceData/data-plugins/Gwport/build.xml:23: Compile failed; see the compiler error output for details.
- odd arne