# Pastebin i6VQbwZ6 "CPUHighAlarm" : { "Type" : "OS::Ceilometer::Alarm", "Properties" : { "description" : "Scale up with CPU > 80% for 1 minute", "meter_name" : "cpu_util", "statistic" : "avg", "period" : "60", "evaluation_periods" : "1", "threshold" : "80", "alarm_actions" : [ { "Ref" : "ScaleUpPolicy" } ], "matching_metadata" : { "metadata.user_metadata.groupname" : { "Ref" : "ScalingGroup"} }, "comparison_operator" : "gt" } }