Fix typo in alarm def creation example

Change-Id: I19aea57c9bdf162bca401dd3004130fa0b3eec79
This commit is contained in:
bklei 2015-12-07 13:32:10 -07:00
parent d5738788a3
commit a2b85c6a88
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"
],