currentAlert.html 1.8 KB
Newer Older
E
eoLinker API Management 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<html>

<head>
    <meta http-equiv="Content-Type" content="charset=utf-8"/>
</head>

<body style="    background: #f7f7f7;">
<div style="border-collapse: collapse; border:1px solid #e5e5e5;box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05); width:800px;padding-bottom:10px;margin: auto; background-color: #fff;border-radius: 3px;">
    <table cellpadding="0" cellspacing="0"
           style="text-align: justify;width: 100%;font-size: 14px;padding:0 60px;color:#333;    table-layout: fixed;">
        <tbody>
        <tr>
            <td style="line-height: 120px;height: 120px;"><b>GoKu&nbsp;Gateway&nbsp;EE</b></td>
        </tr>
        <tr>
            <td style="line-height: 1.75em;">
Y
Your Name 已提交
17
                <h2>GoKu告警:$requestURL接口在$alertPeriod分钟内转发失败$alertCount次</h2>
E
eoLinker API Management 已提交
18 19 20 21
            </td>
        </tr>
        <tr>
            <td>
Y
Your Name 已提交
22 23 24
                <p style="color:#333;font-size:14px;margin:15px 0 40px 0;">GoKu接口网关于 <b>$alertTime</b> 监控到<b>
                        $requestURL </b>接口在 <b>$alertPeriod</b> 分钟内转发失败达到 <b>$alertCount</b> 次,详细告警内容请于
                    <b>$alertLogPath</b> 文件夹查看。</p>
E
eoLinker API Management 已提交
25 26 27 28
            </td>
        </tr>
        <tr>
            <td style="padding:40px 0 5px 0;line-height: 1.75em;border-top:1px solid #e5e5e5;">
Y
Your Name 已提交
29
                <h3>接口基本信息</h3>
E
eoLinker API Management 已提交
30 31 32 33
            </td>
        </tr>
        <tr>
            <td style="line-height: 1.75em; padding-bottom: 40px;">
Y
Your Name 已提交
34 35 36 37 38
                <p>接口名称:$apiName</p>
                <p>apiID:$apiID</p>
                <p>请求路径:$requestURL</p>
                <p>转发路径:$targetServer</p>
                <p>映射路径:$proxyURL</p>
E
eoLinker API Management 已提交
39 40 41 42 43 44 45 46
            </td>
        </tr>
        </tbody>
    </table>
</div>
</body>

</html>