-
Notifications
You must be signed in to change notification settings - Fork 151
open falcon 上报项介绍
qinyening edited this page Oct 9, 2019
·
1 revision
- metric: url_status
- endpoint: url_id (用户创建监控项时生成的id,首页列表的第一列)
- tag: 见tag说明
- counterType: GAUGE
- step: 60(可在web组件配置文件设置)
- value: 0 (0~4 0表示正常,其他表示异常)
- timestamp: 上报时间
tag包含下面几项,在web组件utils/falcon.go中可以修改
ip=ip,ip指url解析指向的ip
domain=domain,domain指url的域名
creator=username,username指增加监控项的用户
from=hostname,hostname指监控agent所在的机器名,可在agent组件配置文件中设置
0 一切正常
1 访问超时
2 状态码与期望不一致
3 关键字与期望不一致
4 url dns解析出错