Ignore:
Timestamp:
07/01/07 18:38:47 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/search.php:

  • set host view for host detail

web/addons/job_monarch/index.php:

  • enable host view again

web/addons/job_monarch/host_view.php:

  • get available metrics from archive

web/addons/job_monarch/templates/host_view.tpl:

  • remove size restrictions from graphs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/templates/host_view.tpl

    r149 r399  
    5151
    5252<TD ALIGN="CENTER" VALIGN="TOP" WIDTH="395">
    53 <IMG HEIGHT="147" WIDTH="395" ALT="{cluster_url} LOAD"
     53<IMG ALT="{cluster_url} LOAD"
    5454   SRC="./graph.php?g=load_report&z=medium&c={cluster_url}&{graphargs}">
    55 <IMG HEIGHT="160" WIDTH="395" ALT="{cluster_url} MEM"
     55<IMG ALT="{cluster_url} MEM"
    5656   SRC="./graph.php?g=mem_report&z=medium&c={cluster_url}&{graphargs}">
    57 <IMG HEIGHT="147" WIDTH="395" ALT="{cluster_url} CPU"
     57<IMG ALT="{cluster_url} CPU"
    5858   SRC="./graph.php?g=cpu_report&z=medium&c={cluster_url}&{graphargs}">
    59 <IMG HEIGHT="147" WIDTH="395" ALT="{cluster_url} NETWORK"
     59<IMG ALT="{cluster_url} NETWORK"
    6060   SRC="./graph.php?g=network_report&z=medium&c={cluster_url}&{graphargs}">
    61 <IMG HEIGHT="147" WIDTH="395" ALT="{cluster_url} PACKETS"
     61<IMG ALT="{cluster_url} PACKETS"
    6262   SRC="./graph.php?g=packet_report&z=medium&c={cluster_url}&{graphargs}">
    6363
     
    8383
    8484<!-- START BLOCK : vol_metric_info -->
    85 <IMG HEIGHT="147" WIDTH="395" ALT="{alt}" SRC="./graph.php?{graphargs}">{br}
     85<IMG ALT="{alt}" SRC="./graph.php?{graphargs}">{br}
    8686<!-- END BLOCK : vol_metric_info -->
    8787
Note: See TracChangeset for help on using the changeset viewer.