scobal / seyren

An alerting dashboard for Graphite
Other
859 stars 220 forks source link

Add option to use HipChat v1 API, update readme #441

Open maplebird opened 6 years ago

maplebird commented 6 years ago

Recently we ran into an issue where most of our HipChat integrations are still using the V1 API. V2 API also requires an admin token to post into multiple rooms at once, which we did not want to provide.

I added the HIPCHAT_USE_V1_API environment setting, which forces a request to be made to HipChat via V1 REST API using the token specified.