Merge "Fix typo in alarm def creation example"

This commit is contained in:
Jenkins 2015-12-08 05:47:29 +00:00 committed by Gerrit Code Review
commit 3d751a4df7
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ Cache-Control: no-cache
{
"name":"Average CPU percent greater than 10",
"description":"The average CPU percent is greater than 10",
"expression":"(avg(cpu,user_perc{hostname=devstack}) > 10)",
"expression":"(avg(cpu.user_perc{hostname=devstack}) > 10)",
"match_by":[
"hostname"
],