Hi,
I am a newbee to hobbit, have done the installation & configuration of the hobbit server reading docs. All went good & hobbit is working pretty fine.
I need to change the background color (black) to white. How can I do it, i searched the mail-list archive but didnt find any hint. Pls suggest Thanks Amit
On 11/21/06, Amit.A Bakshi <a.a.bakshi at gmail.com> wrote:
Hi,
I am a newbee to hobbit, have done the installation & configuration of the hobbit server reading docs. All went good & hobbit is working pretty fine.
I need to change the background color (black) to white. How can I do it, i searched the mail-list archive but didnt find any hint. Pls suggest
I think you'd need to go into the server/www/gifs directory and install suitable alternatives for these files:
bkg-blue.gif bkg-clear.gif bkg-green.gif bkg-purple.gif bkg-red.gif bkg-yellow.gif
Ralph Mitchell
Hi all,
I'm probably doing something wrong, I have made a client and added a #TEST line in hobbitclient.cfg to see if it gets updated, I have used client-local.cfg to affect only one server, fine. The problem arises on the client-side it seems, when I run clientupdate --level it reports the right name, however the hobbitclient.cfg file does not contain the #TEST line, reading the documentation it says clientupdate cannot delete or rename files, but can it overwrite them? Or am I doing something wrong? If so how can I get a better idea of what is going on?
Thanks, Jason.
Thanks Ralph for the trick,,I would require one more help.
like where to change the FONT color & about inserting the LOGO for all the pages.
As i did the background to white but fonts are also in lighter color.
Amit
On 11/21/06, Ralph Mitchell <ralphmitchell at gmail.com> wrote:
On 11/21/06, Amit.A Bakshi <a.a.bakshi at gmail.com> wrote:
Hi,
I am a newbee to hobbit, have done the installation & configuration of the hobbit server reading docs. All went good & hobbit is working pretty fine.
I need to change the background color (black) to white. How can I do it, i searched the mail-list archive but didnt find any hint. Pls suggest
I think you'd need to go into the server/www/gifs directory and install suitable alternatives for these files:
bkg-blue.gif bkg-clear.gif bkg-green.gif bkg-purple.gif bkg-red.gif bkg-yellow.gif
Ralph Mitchell
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Regards
Amit. A. Bakshi +9198731 74203
Le 22/11/2006 09:52, Amit.A Bakshi a écrit :
Thanks Ralph for the trick,,I would require one more help.
like where to change the FONT color & about inserting the LOGO for all the pages.
As i did the background to white but fonts are also in lighter color.
Hi
take a look at ~server/etc/hobbitserver.cfg :
Fonts and texts
HOBBITLOGO="Hobbit" # HTML inserted on all header pages at top-left corner. MKBBLOCAL="<B><I>Pages Hosted Locally</I></B>" MKBBREMOTE="<B><I>Remote Status Display</I></B>" MKBBSUBLOCAL="<B><I>Subpages Hosted Locally</I></B>" MKBBACKFONT="COLOR=\"#33ebf4\" SIZE=\"-1\"" # Size and color of the 'Current acknowledgement...' text in the html log. MKBBCOLFONT="COLOR=\"#87a9e5\" SIZE=\"-1\"" # Size and color of the column headings text MKBBROWFONT="SIZE=\"+1\" COLOR=\"#FFFFCC\" FACE=\"Tahoma, Arial, Helvetica\"" # Size,color,font of text in each row (hostname) MKBBTITLE="COLOR=\"#FFFFF0\" SIZE=\"+1\"" # Size and color of the BB titles (the old "ivory" is invalid HTML) BBDATEFORMAT="%a %b %d %H:%M:%S %Y" # Date format BBRSSTITLE="Hobbit Alerts" # Title for the RSS and WML outputs.
--
Frédéric Mangeant
Steria GDU Sophia Antipolis
Hi,
Amit.A Bakshi wrote :
I need to change the background color (black) to white.
Some font colors are hardcoded into hobbit (events history). Somes parts of your pages will en up unreadable. Unless you modify the source code.
-- Charles Goyard - cgoyard at cvf.fr - (+33) 1 45 38 01 31
Hi ,
You are right, the service details like cpu status, disk status etc become unreadable. I tried to search a lot but no luck.
Pls suggest how to change all the font color to black there.
Thanks Amit
On 11/22/06, Charles Goyard <cgoyard at cvf.fr> wrote:
Hi,
Amit.A Bakshi wrote :
I need to change the background color (black) to white.
Some font colors are hardcoded into hobbit (events history). Somes parts of your pages will en up unreadable. Unless you modify the source code.
-- Charles Goyard - cgoyard at cvf.fr - (+33) 1 45 38 01 31
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Regards
Amit. A. Bakshi +9198731 74203
Hi,
Pls can anyone help, I need to change the font color for the service details like cpu status, disk status etc I have made background as white & that data is unreadable.
Regards Amit
On 11/23/06, Amit.A Bakshi <a.a.bakshi at gmail.com> wrote:
Hi ,
You are right, the service details like cpu status, disk status etc become unreadable. I tried to search a lot but no luck.
Pls suggest how to change all the font color to black there.
Thanks Amit
On 11/22/06, Charles Goyard <cgoyard at cvf.fr> wrote:
Hi,
Amit.A Bakshi wrote :
I need to change the background color (black) to white.
Some font colors are hardcoded into hobbit (events history). Somes parts of your pages will en up unreadable. Unless you modify the source code.
-- Charles Goyard - cgoyard at cvf.fr - (+33) 1 45 38 01 31
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On 11/23/06, Amit.A Bakshi <a.a.bakshi at gmail.com> wrote:
Hi,
Pls can anyone help, I need to change the font color for the service details like cpu status, disk status etc I have made background as white & that data is unreadable.
The font color for plain text on the page is set in the BODY tag for the page. It defaults to #D8D8BF. Try changing that in the server/web/hostsvc_header file.
Ralph Mitchell
Thanks again, I found that some time back & made the changes, it worked... Looks good now.
Amit
On 11/23/06, Ralph Mitchell <ralphmitchell at gmail.com> wrote:
On 11/23/06, Amit.A Bakshi <a.a.bakshi at gmail.com> wrote:
Hi,
Pls can anyone help, I need to change the font color for the service details like cpu status, disk status etc I have made background as white & that data is unreadable.
The font color for plain text on the page is set in the BODY tag for the page. It defaults to #D8D8BF. Try changing that in the server/web/hostsvc_header file.
Ralph Mitchell
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Regards
Amit. A. Bakshi +9198731 74203
participants (5)
-
a.a.bakshi@gmail.com
-
cgoyard@cvf.fr
-
frederic.mangeant@steria.com
-
JasonAS_Jones@mentor.com
-
ralphmitchell@gmail.com