Skip to content

新增的监控项,但是在web页面主页的正常项监控中无法看到 #11

@zeusYi

Description

@zeusYi

我新增了两个对MYSQL TPS 的监控报警,但是web主页上显示的280个,但是点开 正常监控项里面却只显示了202个,少了很多,经查, 并且找赵云确认后,发现原因是是因为返回的json 串格中name和group的格式不对,
groups 不能有. _ -

name 不能有中横线和下划线,可以有点

最终返回的格式为:

[{"status": 2, "name": "YWS.MYSQL.TPS", "messages": "MySQL_TPS 0", "value": 0, "command": "./29", "groups": "MysqlYWSTPS"}]

就可以解决了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions