<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/18/2015 7:25 AM, Foster Patch
      wrote:<br>
    </div>
    <blockquote
      cite="mid:6f45a538823b406aac820c6423cbf921@EXCH-02.accu.accuwx.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hello,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I’m not sure how to go about overriding
          specific title pages. I am referring to the browser title at
          the top that is usually in the format: “green: Xymon – Status
          …”. I would like that to continue displaying the icon to
          display its status, but want to change the name to “Web
          Servers”. Is there any way to do this? I was looking into the
          options for hosts.cfg and xymongen, but after testing, have
          been unable to make any changes to it.<o:p></o:p></p>
        <br>
      </div>
    </blockquote>
    <br>
    Hi Foster,<br>
    <br>
    If it's for a static page you've created (eg, "page webservers Web
    Servers" in hosts.cfg), the template for this is located in the web
    directory as "stdnormal_header". A little-known feature that
    probably needs to be documented better in
    <a class="moz-txt-link-freetext" href="https://www.xymon.com/help/manpages/man5/xymonweb.5.html">https://www.xymon.com/help/manpages/man5/xymonweb.5.html</a> is that all
    sub-pages can have overrides for templates specific to them, and
    sub-parent overrides are walked back hierarchically.  So the page
    $XYMONROOT/test/apple/banana/cherry/ will have its header from the
    first file xymongen finds in:<br>
    3926 2015-11-18 11:51:29.811710 Trying header/footer file
    '/usr/share/xymon/web/test_apple_banana_cherry_header'<br>
    3926 2015-11-18 11:51:29.811718 Trying header/footer file
    '/usr/share/xymon/web/test_apple_banana_header'<br>
    3926 2015-11-18 11:51:29.811723 Trying header/footer file
    '/usr/share/xymon/web/test_apple_header'<br>
    3926 2015-11-18 11:51:29.811728 Trying header/footer file
    '/usr/share/xymon/web/test_header'<br>
    3926 2015-11-18 11:51:29.811733 Trying header/footer file
    '/usr/share/xymon/web/stdnormal_header'<br>
    <br>
    Just copy the existing template file to the new name, then edit the
    TITLE tag to however you'd like it to be set up.<br>
    <br>
    HTH,<br>
    -jc<br>
  </body>
</html>