HipChat Alert
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.
Which hipchat api? V1 or v2
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
I was using v2. Sorry for the extremely delayed response.
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?
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.
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.