<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 1/22/2017 11:51 AM, Andrey
      Chervonets wrote:<br>
    </div>
    <blockquote
cite="mid:OFE8DC1DF9.E3E607D3-ONC22580B0.006CEF5C-C22580B0.006D0C10@cominder.eu"
      type="cite"><font face="sans-serif" size="2">>> </font><font
        face="Arial" size="3">In
        the URL for the graph you're viewing, change the"service=disk"
        to "service=disk1". </font>
      <br>
      <br>
      <font face="sans-serif" size="2">This does not help., Just getting
        "Status
        not available" </font>
      <br>
      <br>
    </blockquote>
    <br>
    For the graph itself, not the service...<br>
    <br>
    So change:
<a class="moz-txt-link-freetext" href="https://xymon.server.here/xymon-cgi/showgraph.sh?host=server.name.here&service=disk&first=1&count=3&action=menu">https://xymon.server.here/xymon-cgi/showgraph.sh?host=server.name.here&service=disk&first=1&count=3&action=menu</a>
    to
<a class="moz-txt-link-freetext" href="https://xymon.server.here/xymon-cgi/showgraph.sh?host=server.name.here&service=disk1&first=1&count=3&action=menu">https://xymon.server.here/xymon-cgi/showgraph.sh?host=server.name.here&service=disk1&first=1&count=3&action=menu</a><br>
    <br>
    To make this graph automatically appear on the 'trends' page for a
    host, add something like this to its hosts.cfg entry:<br>
    <br>
    # TRENDS:*,disk:disk|disk1<br>
    <br>
    To make this appear everywhere (or as the default setting for
    subsequent hosts), add that to a ".default." hosts.cfg entry at the
    top of your config.<br>
    <br>
    HTH,<br>
    -jc<br>
    <br>
  </body>
</html>