From e4bd02c44f5cdeb715a09cee104dcc48aa34aed2 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sat, 11 Feb 2017 01:04:42 -0800 Subject: [PATCH] Fixing sample configuration with the actions as a list. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 524a9b5..0ddad67 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ cachet: token: my_token component_id: 1 metric_id: 1 - action: CREATE_INCIDENT + action: + - CREATE_INCIDENT + - UPDATE_STATUS frequency: 30 ```