Skip to content

Commit 9f77f21

Browse files
README.md: Update trello api key and token instructions
1 parent 9e994fb commit 9f77f21

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,16 @@ Or install it yourself as:
2525
## CONFIGURATION
2626
Configuration of API key and API token should be done through the sensu
2727
settings file located in _/etc/sensu/conf.d/_.
28-
29-
_api_key_ and _api_token_ can be obtained from
30-
[Trello](https://trello.com/app-key). _list_ can be obtained by adding _.json_
28+
29+
_api_key_ can be obtained directly from the following link:
30+
31+
https://trello.com/app-key
32+
33+
_api_token_ can be obtained by visiting the following link (replace $API_KEY with the obtained _api_key_):
34+
35+
https://trello.com/1/authorize?expiration=never&scope=read&response_type=token&name=sensu-plugins-trello&key=$API_KEY
36+
37+
_list_ can be obtained by adding _.json_
3138
to a card in the browser in the list that should be monitored and search for
3239
_idList_ in the JSON-output. Note that in a production environment, _api_key_
3340
and _api_token_ should be specified in the Sensu settings rather than through

0 commit comments

Comments
 (0)