Created
May 28, 2016 10:45
-
-
Save joncnet/e763105513b35a3dd5e06efe47aa898c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"auto_scale_policy":[ | |
{ | |
"name":"scale-out", | |
"threshold":100, | |
"comparisonOperator":">=", | |
"period":5, | |
"cooldown":60, | |
"mode":"REACTIVE", | |
"type":"WEIGHTED", | |
"alarms": [ | |
{ | |
"metric":"system.cpu.load[percpu,avg1]", | |
"statistic":"avg", | |
"comparisonOperator":">", | |
"threshold":0.70, | |
"weight":1 | |
} | |
], | |
"actions": [ | |
{ | |
"type":"SCALE_OUT", | |
"value":"2" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment