Xymon Mailing List Archive search

issues with hobbit-enadis.sh

4 messages in this thread

list Asif Iqbal · Tue, 31 May 2005 12:04:32 -0400 ·
Hi All

On hobbit-enadis.sh page when I click on a host nothing shows up in
Tests column. I tried with Firefox 1.0.2 and IE 6.0 SP2

I saw patch came out for old versions but I am using hobbit-4.0.4

Thanks for the help

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi
list Asif Iqbal · Tue, 31 May 2005 13:59:56 -0400 ·
quoted from Asif Iqbal
On Tue, May 31, 2005 at 12:04:32PM, Asif Iqbal wrote:
Hi All

On hobbit-enadis.sh page when I click on a host nothing shows up in
Tests column. I tried with Firefox 1.0.2 and IE 6.0 SP2
It gives the javascript error 'updateOptions is not defined'

But I do see a maint_header file in hobbit's web dir. It is little
different than the one comes with 4.0.4

Should I manually replace all the maint_* files from web dir with the
one from 4.0.4's src dir?
quoted from Asif Iqbal
I saw patch came out for old versions but I am using hobbit-4.0.4

Thanks for the help
-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi
list Asif Iqbal · Tue, 31 May 2005 14:06:59 -0400 ·
quoted from Asif Iqbal
On Tue, May 31, 2005 at 01:59:56PM, Asif Iqbal wrote:
On Tue, May 31, 2005 at 12:04:32PM, Asif Iqbal wrote:
Hi All

On hobbit-enadis.sh page when I click on a host nothing shows up in
Tests column. I tried with Firefox 1.0.2 and IE 6.0 SP2
It gives the javascript error 'updateOptions is not defined'

But I do see a maint_header file in hobbit's web dir. It is little
different than the one comes with 4.0.4

Should I manually replace all the maint_* files from web dir with the
one from 4.0.4's src dir?
The old maint_header file did not get overwritten by the upgrade from
4.0.1 to 4.0.4. After I did the manually it is fixed now.

_upgrade procedure_: ./configure; gmake; stop hobbit; gmake install; start
hobbit; vi menu_item.js to replace maint.pl with hobiit_enadis.sh;
overwrite old maint_header with new maint_header.

I noticed maint_form did get overwritten fine by the upgrade.

Thanks for such an excellent tool.
quoted from Asif Iqbal
-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
"..there are two kinds of people: those who work and those who take the credit...try
 to be in the first group;...less competition there."  - Indira Gandhi
list Henrik Størner · Tue, 31 May 2005 22:11:21 +0200 ·
quoted from Asif Iqbal
On Tue, May 31, 2005 at 02:06:59PM -0400, Asif Iqbal wrote:
But I do see a maint_header file in hobbit's web dir. It is little
different than the one comes with 4.0.4

Should I manually replace all the maint_* files from web dir with the
one from 4.0.4's src dir?
The old maint_header file did not get overwritten by the upgrade from
4.0.1 to 4.0.4. After I did the manually it is fixed now.
If you haven't modified the header/footer files in the web/ directory,
then "make install" should notice that and upgrade them with the newest
version.

However, since these files can be customized the install-tool will not
blindly overwrite them with a standard file. It calculates an MD5 digest
of the file and compares that to a list of the standard files that were
shipped with various versions of Hobbit - only if it finds one of the
standard files will it install the new version.


Regards,
Henrik