redisAlert.html 1.4 KB
Newer Older
E
eoLinker API Management 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
<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;">
                <h2>GoKu告警:Redis节点出现异常</h2>
            </td>
        </tr>
        <tr>
            <td>
                <p style="color:#333;font-size:14px;margin:15px 0 40px 0;">GoKu接口网关于
                    <b>$alertTime</b> 监控到以下Redis节点出现异常,详细告警内容请于
                    <b>$alertLogPath</b> 文件夹查看。</p>
            </td>
        </tr>
        <tr>
            <td style="padding:40px 0 5px 0;line-height: 1.75em;border-top:1px solid #e5e5e5;">
                <h3>Redis异常节点列表</h3>
            </td>
        </tr>
        <tr>
            <td>
                $redisList
            </td>
        </tr>
        </tbody>
    </table>
</div>
</body>

</html>