Files
hertzbeat/home/docs/help/fullsite.md
2022-02-25 22:31:38 +08:00

35 lines
1.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: fullsite
title: 监控:全站监控
sidebar_label: 全站监控
---
> 对网站的全部页面监测是否可用
> 往往一个网站有多个不同服务提供的页面我们通过采集网站暴露出来的网站地图SiteMap来监控全站。
> 注意⚠此监控需您网站支持SiteMap。我们支持XML和TXT格式的SiteMap。
### 配置参数
| 参数名称 | 参数帮助描述 |
| ----------- | ----------- |
| 监控Host | 被监控的对端IPV4IPV6或域名。注意⚠不带协议头(eg: https://, http://)。 |
| 监控名称 | 标识此监控的名称,名称需要保证唯一性。 |
| 端口 | 网站对外提供的端口http一般默认为80https一般默认为443。 |
| 网站地图 | 网站SiteMap地图地址的相对路径例如/sitemap.xml。 |
| 启用HTTPS | 是否通过HTTPS访问网站注意⚠开启HTTPS一般默认对应端口需要改为443 |
| 采集间隔 | 监控周期性采集数据间隔时间单位秒可设置的最小间隔为10秒 |
| 是否探测 | 新增监控前是否先探测检查监控可用性,探测成功才会继续新增修改操作 |
| 描述备注 | 更多标识和描述此监控的备注信息,用户可以在这里备注信息 |
### 采集指标
#### 指标集合summary
| 指标名称 | 指标单位 | 指标帮助描述 |
| ----------- | ----------- | ----------- |
| url | 无 | 网页的URL路径 |
| statusCode | 无 | 请求此网页的响应HTTP状态码 |
| responseTime | ms毫秒 | 网站响应时间 |
| errorMsg | 无 | 请求此网站反馈的错误信息 |