Fixing sample configuration with the actions as a list.

This commit is contained in:
Mitsuo Takaki
2017-02-11 01:04:42 -08:00
parent e8d4b88c79
commit e4bd02c44f

View File

@@ -33,7 +33,9 @@ cachet:
token: my_token
component_id: 1
metric_id: 1
action: CREATE_INCIDENT
action:
- CREATE_INCIDENT
- UPDATE_STATUS
frequency: 30
```