aws.jsp 1.65 KB
<%@page language="java" contentType="text/html;charset=utf-8" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

<%
  String path = request.getContextPath();
  String basePath = request.getScheme() + "://"
          + request.getServerName() + ":" + request.getServerPort()
          + path + "/";
%>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

  <title>AWS Hystrix</title>
  <link rel="stylesheet" href="<%=basePath %>css/unicorn.main.css"/>
  <link rel="stylesheet" href="<%=basePath %>css/unicorn.grey.css"/>
  <link rel="stylesheet" href="<%=basePath %>css/bootstrap.min.css"/>
</head>

<body style='background-color: #444444;font-size: 14px'>

<!-- 头部 -->
<div id="head">
</div>

<div id="content">
  <div style="background: #FFFFFF;">

    <iframe src="http://aws-monitor.yohops.com/monitor/monitor.html?streams=%5B%7B%22name%22%3A%22%22%2C%22stream%22%3A%22http%3A%2F%2F127.0.0.1%3A8080%2Fturbine%2Fturbine.stream%3Fcluster%3Dyhpro%22%2C%22auth%22%3A%22%22%2C%22delay%22%3A%22%22%7D%5D"
            id="iframepage" frameborder="0" scrolling="yes" width="100%" height="900px">

    </iframe>

  </div>
</div>

<script src="<%=basePath %>js/jquery-1.12.0.min.js" charset="UTF-8" type="text/javascript"></script>
<script src="<%=basePath %>script/common/genarate_left_panel.js"></script>
<script type="text/javascript">

  $("#li_hystrix").addClass("active open");
  $("#li_hystrix_aws").addClass("active");

  setInterval(function(){location.replace(location.href)},20 * 60 * 1000);
</script>
</body>
</html>