9f6838be8d
Moving samples to root forlder for easy access. Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4 Closes-Bug: 1409836
27 lines
756 B
JSON
27 lines
756 B
JSON
{
|
|
"CeilometerAlarms.create_alarm": [
|
|
{
|
|
"args": {
|
|
"meter_name": "ram_util",
|
|
"threshold": 10.0,
|
|
"type": "threshold",
|
|
"statistic": "avg",
|
|
"alarm_actions": ["http://localhost:8776/alarm"],
|
|
"ok_actions": ["http://localhost:8776/ok"],
|
|
"insufficient_data_actions": ["http://localhost:8776/notok"]
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|