seyren icon indicating copy to clipboard operation
seyren copied to clipboard

HipChat Alert

Open dahendel opened this issue 10 years ago • 6 comments

I can't get the hipchat subscription to send to the chat room. I set the HIPCHAT_AUTHTOKEN and put the room id in the target field when configuring the subscription. No errors in the logs, any other ideas?

Running this in a docker container and I can post to the room with a curl command to make sure the container can hit the api.

dahendel avatar Oct 01 '15 19:10 dahendel

Which hipchat api? V1 or v2

ehlerst avatar Oct 26 '15 21:10 ehlerst

I second this. I am able to send Hipchat messages via CURL, but Seyren does not trigger a HipChat message. When pressing "test", this is the output in the log ::

30/10/2015 10:45:40.025 [http-bio-8081-exec-3] INFO   c.s.c.s.n.HipChatNotificationService - Posting: Adil Baig to 202770: Check <a href=http://blah/#/checks/560bc7370cf27250c5f9b3f4>Active Nginx Connections</a> has entered its ERROR state. RED

adilbaig avatar Oct 30 '15 10:10 adilbaig

I was using v2. Sorry for the extremely delayed response.

dahendel avatar Nov 18 '15 16:11 dahendel

I created an API key from the Rooms tab in hipchat, then added it to my containers env variable when I started it. in the target section on the subscription form I added my room ID. Anything else I should be doing?

dahendel avatar Nov 19 '15 15:11 dahendel

I have the same issue with notifications to HipChat. I configured HIPCHAT_AUTHTOKEN and set `room_id, but when I click Test - nothing happens in HipChat and Seyren log doesn't have any related records.

ViachKakovskyi avatar Dec 30 '15 15:12 ViachKakovskyi

I assume you are running the seyren-1.3.0 version. We had a similar issue and discovered the result was that we weren't able to set a custom seyren base endpoint. https://github.com/scobal/seyren/compare/master...CrowdStrike:1.3.1?expand=1 In addition the seyren-1.3.0 version ONLY works with HipChat V1 API tokens.

marcusking01 avatar May 09 '16 17:05 marcusking01