We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我新增了两个对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"}]
就可以解决了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我新增了两个对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"}]
就可以解决了
The text was updated successfully, but these errors were encountered: