コマンド--alarm-action 'log: //'
を使用して任意のスクリプトを実行したり、OpenStack で VM インスタンスを作成したりする可能性はありますか? たとえば、次のようなことはできますか?
$ ceilometer alarm-threshold-create --name cpu_high/\ --description 'instance running hot' --meter-name cpu_util --threshold 70.0 --comparison-operator gt --statistic avg --period 600 --evaluation-periods 3 --alarm-action './script.sh' --query resource_id=INSTANCE_ID
--alarm-action './script.sh'
script.shを起動する場所