Browse Source

[docs,home]使用jsdelivr cdn图片资源

tomsun28 4 năm trước cách đây
mục cha
commit
8b75176ca1

+ 47 - 9
README.md

@@ -1,15 +1,53 @@
-## Hertz Beat 赫兹节拍       
+## HertzBeat 赫兹节拍         
 
-易用友好的高性能监控系统。
+> 易用友好的高性能监控告警系统。
 
-### 模块  
-- **[manager](manager)** 提供监控管理,系统管理基础服务   
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/web-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/ping-connect.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/port-available.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/database-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/custom-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/threshold.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/alert.svg)
+
+## 📫 前言
+
+> 毕业后投入很多业余时间也做了一些开源项目,[Sureness](https://github.com/dromara/sureness) [Bootshiro](https://gitee.com/tomsun28/bootshiro) [Issues-translate-action](https://github.com/usthe/issues-translate-action) ,
+> 当时上班有空就回答网友问题,下班回家写开源代码,远程帮人看问题,还总感觉时间不够用,当时想如果不去上班能做自己热爱的该多好。  
+> 年轻就要折腾,何况还是自己很想做的。于是乎,21年底我放弃激励裸辞开始全职开源了(这里感谢老婆大人的全力支持),也是第一次全职创业。
+> 自己在APM领域做了多年,当然这次创业加开源的方向也就是老本行APM监控系统,我们开发一个支持多种监控指标(更多监控类型指标正在适配中),拥有自定义监控,支持阈值告警通知等功能,面向开发者友好的开源监控项目-HertzBeat赫兹节拍。
+> 想到很多开发者和团队拥有云上资源,可能只需要使用监控服务而并不想部署监控系统,我们也提供了可以直接登陆使用的SAAS云监控版本-[TanCloud探云](https://console.tancloud.cn)。   
+> 希望大家多多支持点赞,非常感谢。
+
+## 🎡 <font color="green">介绍</font>
+
+> [HertzBeat赫兹节拍](https://github.com/dromara/sureness) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。  
+> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。  
+> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
+> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。    
+> HertzBeat 支持更自由化的告警配置(计算表达式),支持告警通知,告警模版    
+> 欢迎登陆 HertzBeat 的 [云环境TanCloud](https://console.tancloud.cn) 试用发现更多。   
+> 我们正在快速迭代中,欢迎参与加入共建项目开源生态。
+
+> `HertzBeat`的多类型支持,易扩展,低耦合,希望能帮助开发者和中小团队快速搭建自有监控系统。
+
+
+## 🥐 模块
+
+- **[manager](https://github.com/usthe/HertzBeat/tree/master/manager)** 提供监控管理,系统管理基础服务
 > 提供对监控的管理,监控应用配置的管理,系统用户租户后台管理等。
-- **[collector](collector)** 提供监控数据采集服务   
-> 使用通用协议远程采集获取对端指标数据。  
-- **[scheduler](scheduler)** 提供监控任务调度服务    
+- **[collector](https://github.com/usthe/HertzBeat/tree/master/collector)** 提供监控数据采集服务
+> 使用通用协议远程采集获取对端指标数据。
+- **[scheduler](https://github.com/usthe/HertzBeat/tree/master/scheduler)** 提供监控任务调度服务
 > 采集任务管理,一次性任务和周期性任务的调度分发。
-- **[warehouse](warehouse)** 提供监控数据仓储服务   
+- **[warehouse](https://github.com/usthe/HertzBeat/tree/master/warehouse)** 提供监控数据仓储服务
 > 采集指标结果数据管理,数据落盘,查询,计算统计。
-- **[alerter](alerter)** 提供告警服务   
+- **[alerter](https://github.com/usthe/HertzBeat/tree/master/alerter)** 提供告警服务
 > 告警计算触发,监控状态联动,告警配置,告警通知。
+- **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面
+> 监控告警系统可视化控制台前端(angular+ts+zorro)
+
+![hertzBeat](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/hertzbeat-stru.svg)   
+
+## 🛡️ License
+[`Apache License, Version 2.0`](https://www.apache.org/licenses/LICENSE-2.0.html)

+ 1 - 0
home/CNAME

@@ -0,0 +1 @@
+hertzbeat.com

+ 7 - 7
home/blog/2022-01-30-hertz-beat.md

@@ -9,13 +9,13 @@ tags: [integrate]
 
 > 易用友好的高性能监控告警系统。
 
-![tan-cloud](https://img.shields.io/badge/网站监控-4EB1BA.svg)
-![tan-cloud](https://img.shields.io/badge/PING连通性监控-blue.svg)
-![tan-cloud](https://img.shields.io/badge/端口可用性监控-green.svg)
-![tan-cloud](https://img.shields.io/badge/数据库监控-yellow.svg)
-![tan-cloud](https://img.shields.io/badge/自定义监控-orange.svg)
-![tan-cloud](https://img.shields.io/badge/阈值告警-red.svg)
-![tan-cloud](https://img.shields.io/badge/告警转发通知-blueviolet.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/web-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/ping-connect.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/port-available.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/database-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/custom-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/threshold.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/alert.svg)
 
 ## 📫 前言
 

+ 10 - 8
home/docs/introduce.md

@@ -7,13 +7,13 @@ slug: /
 
 > 易用友好的高性能监控告警系统。
 
-![tan-cloud](https://img.shields.io/badge/网站监控-4EB1BA.svg)
-![tan-cloud](https://img.shields.io/badge/PING连通性监控-blue.svg)
-![tan-cloud](https://img.shields.io/badge/端口可用性监控-green.svg)
-![tan-cloud](https://img.shields.io/badge/数据库监控-yellow.svg)
-![tan-cloud](https://img.shields.io/badge/自定义监控-orange.svg)
-![tan-cloud](https://img.shields.io/badge/阈值告警-red.svg)
-![tan-cloud](https://img.shields.io/badge/告警转发通知-blueviolet.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/web-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/ping-connect.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/port-available.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/database-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/custom-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/threshold.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/alert.svg)
 
 ## 📫 前言   
 
@@ -52,5 +52,7 @@ slug: /
 - **[web-app](https://github.com/usthe/HertzBeat/tree/master/web-app)** 提供可视化控制台页面
 > 监控告警系统可视化控制台前端(angular+ts+zorro)  
 
-![hertzBeat](https://tancloud.gd2.qingstor.com/img/docs/hertzbeat-stru.svg)   
+![hertzBeat](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/hertzbeat-stru.svg)   
 
+## 🛡️ License
+[`Apache License, Version 2.0`](https://www.apache.org/licenses/LICENSE-2.0.html)

+ 2 - 2
home/docs/others/contact.md

@@ -13,13 +13,13 @@ sidebar_label: 交流联系
 ## 微信交流群   
 
 加微信号 tan-cloud 或 扫描下面账号二维码拉您进微信群。
-<img alt="tan-cloud" src="https://tancloud.gd2.qingstor.com/img/docs/help/qq-qr.jpg" width="400"/>       
+<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/help/tan-cloud-wechat.jpg" width="400"/>       
 
 ## QQ交流群   
 
 加QQ群号 718618151 或 扫描下面的群二维码进群, 验证信息: tancloud        
 
-<img alt="tan-cloud" src="https://tancloud.gd2.qingstor.com/img/docs/help/qq-qr.jpg" width="400"/>          
+<img alt="tan-cloud" src="https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/help/qq-qr.jpg" width="400"/>          
 
 ## 社区交流网站
 

+ 1 - 1
home/docs/others/design.md

@@ -6,7 +6,7 @@ sidebar_label: 设计文档
 
 ### HertzBeat架构   
 
-![architecture](https://tancloud.gd2.qingstor.com/img/docs/hertzbeat-stru.svg)   
+![architecture](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/hertzbeat-stru.svg)   
 
 ### TanCloud架构  
 

+ 1 - 1
home/docs/others/sponsor.md

@@ -9,7 +9,7 @@ sidebar_label: 赞助
 
 ### 微信支付宝  
 
-![wechat-alipay](https://tancloud.gd2.qingstor.com/img/docs/pay.png)          
+![wechat-alipay](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/docs/pay.png)          
 
 
 ### paypal

+ 1 - 1
home/docusaurus.config.js

@@ -4,7 +4,7 @@ const organizationName = 'usthe' // Usually your GitHub org/user name.
 const projectName = 'hertzbeat' // Usually your repo name.
 const branch = 'master'
 const repoUrl = `https://github.com/usthe/${projectName}`
-const cdnUrl = 'https://tancloud.gd2.qingstor.com/'
+const cdnUrl = 'https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/'
 
 module.exports = {
     title: 'TANCLOUD探云',

+ 7 - 7
home/i18n/en/docusaurus-plugin-content-blog/2022-01-30-hertz-beat.md

@@ -10,13 +10,13 @@ tags: [integrate]
 
 > 易用友好的高性能监控告警系统。
 
-![tan-cloud](https://img.shields.io/badge/网站监控-4EB1BA.svg)
-![tan-cloud](https://img.shields.io/badge/PING连通性监控-blue.svg)
-![tan-cloud](https://img.shields.io/badge/端口可用性监控-green.svg)
-![tan-cloud](https://img.shields.io/badge/数据库监控-yellow.svg)
-![tan-cloud](https://img.shields.io/badge/自定义监控-orange.svg)
-![tan-cloud](https://img.shields.io/badge/阈值告警-red.svg)
-![tan-cloud](https://img.shields.io/badge/告警转发通知-blueviolet.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/web-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/ping-connect.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/port-available.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/database-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/custom-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/threshold.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/alert.svg)
 
 ## 📫 前言
 

+ 7 - 7
home/i18n/en/docusaurus-plugin-content-docs/current/introduce.md

@@ -7,13 +7,13 @@ slug: /
 
 > 易用友好的高性能监控告警系统。
 
-![tan-cloud](https://img.shields.io/badge/网站监控-4EB1BA.svg)
-![tan-cloud](https://img.shields.io/badge/PING连通性监控-blue.svg)
-![tan-cloud](https://img.shields.io/badge/端口可用性监控-green.svg)
-![tan-cloud](https://img.shields.io/badge/数据库监控-yellow.svg)
-![tan-cloud](https://img.shields.io/badge/自定义监控-orange.svg)
-![tan-cloud](https://img.shields.io/badge/阈值告警-red.svg)
-![tan-cloud](https://img.shields.io/badge/告警转发通知-blueviolet.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/web-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/ping-connect.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/port-available.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/database-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/custom-monitor.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/threshold.svg)
+![tan-cloud](https://cdn.jsdelivr.net/gh/usthe/hertzbeat@gh-pages/img/badge/alert.svg)
 
 ## 📫 前言   
 

+ 7 - 7
home/src/pages/index.js

@@ -30,13 +30,13 @@ function Home() {
                     </h1>
                     <p className="hero__subtitle"><Translate>易用友好的高性能监控云</Translate></p>
                     <div className={styles.social}>
-                        <a href="https://console.tancloud.cn"><img src="https://img.shields.io/badge/网站监控-4EB1BA.svg" alt={''}/></a>
-                        <a href="https://console.tancloud.cn"><img src="https://img.shields.io/badge/PING连通性监控-blue.svg" alt={''}/></a>
-                        <a href="https://console.tancloud.cn"><img src="https://img.shields.io/badge/端口可用性监控-green.svg" alt={''}/></a>
-                        <a href="https://console.tancloud.cn"><img src="https://img.shields.io/badge/数据库监控-yellow.svg" alt={''}/></a>
-                        <a href="https://console.tancloud.cn"><img src="https://img.shields.io/badge/自定义监控-orange.svg" alt={''}/></a>
-                        <a href="https://console.tancloud.cn"><img src="https://img.shields.io/badge/阈值告警-red.svg" alt={''}/></a>
-                        <a href="https://console.tancloud.cn"><img src="https://img.shields.io/badge/告警转发通知-blueviolet.svg" alt={''}/></a>
+                        <a href="https://console.tancloud.cn"><img src={cdnTransfer('img/badge/web-monitor.svg')} alt={''}/></a>
+                        <a href="https://console.tancloud.cn"><img src={cdnTransfer('img/badge/ping-connect.svg')} alt={''}/></a>
+                        <a href="https://console.tancloud.cn"><img src={cdnTransfer('img/badge/port-available.svg')} alt={''}/></a>
+                        <a href="https://console.tancloud.cn"><img src={cdnTransfer('img/badge/database-monitor.svg')} alt={''}/></a>
+                        <a href="https://console.tancloud.cn"><img src={cdnTransfer('img/badge/custom-monitor.svg')} alt={''}/></a>
+                        <a href="https://console.tancloud.cn"><img src={cdnTransfer('img/badge/threshold.svg')} alt={''}/></a>
+                        <a href="https://console.tancloud.cn"><img src={cdnTransfer('img/badge/alert.svg')} alt={''}/></a>
                     </div>
                     <div className={styles.buttons}>
                         <Link

+ 1 - 0
home/static/img/badge/alert.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77" height="20" role="img" aria-label="告警转发通知"><title>告警转发通知</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="77" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="blueviolet"/><rect x="0" width="77" height="20" fill="blueviolet"/><rect width="77" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="385" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="670">告警转发通知</text><text x="385" y="140" transform="scale(.1)" fill="#fff" textLength="670">告警转发通知</text></g></svg>

+ 1 - 0
home/static/img/badge/custom-monitor.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="65" height="20" role="img" aria-label="自定义监控"><title>自定义监控</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="65" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="#fe7d37"/><rect x="0" width="65" height="20" fill="#fe7d37"/><rect width="65" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="325" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="550">自定义监控</text><text x="325" y="140" transform="scale(.1)" fill="#fff" textLength="550">自定义监控</text></g></svg>

+ 1 - 0
home/static/img/badge/database-monitor.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="65" height="20" role="img" aria-label="数据库监控"><title>数据库监控</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="65" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="#dfb317"/><rect x="0" width="65" height="20" fill="#dfb317"/><rect width="65" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="325" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="550">数据库监控</text><text x="325" y="140" transform="scale(.1)" fill="#fff" textLength="550">数据库监控</text></g></svg>

+ 1 - 0
home/static/img/badge/ping-connect.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="93" height="20" role="img" aria-label="PING连通性监控"><title>PING连通性监控</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="93" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="#007ec6"/><rect x="0" width="93" height="20" fill="#007ec6"/><rect width="93" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="465" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="830">PING连通性监控</text><text x="465" y="140" transform="scale(.1)" fill="#fff" textLength="830">PING连通性监控</text></g></svg>

+ 1 - 0
home/static/img/badge/port-available.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="87" height="20" role="img" aria-label="端口可用性监控"><title>端口可用性监控</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="87" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="#97ca00"/><rect x="0" width="87" height="20" fill="#97ca00"/><rect width="87" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="435" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="770">端口可用性监控</text><text x="435" y="140" transform="scale(.1)" fill="#fff" textLength="770">端口可用性监控</text></g></svg>

+ 1 - 0
home/static/img/badge/threshold.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="55" height="20" role="img" aria-label="阈值告警"><title>阈值告警</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="55" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="#e05d44"/><rect x="0" width="55" height="20" fill="#e05d44"/><rect width="55" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="275" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">阈值告警</text><text x="275" y="140" transform="scale(.1)" fill="#fff" textLength="450">阈值告警</text></g></svg>

+ 1 - 0
home/static/img/badge/web-monitor.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="55" height="20" role="img" aria-label="网站监控"><title>网站监控</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="55" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="#4eb1ba"/><rect x="0" width="55" height="20" fill="#4eb1ba"/><rect width="55" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="275" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">网站监控</text><text x="275" y="140" transform="scale(.1)" fill="#fff" textLength="450">网站监控</text></g></svg>