-
Notifications
You must be signed in to change notification settings - Fork 3
/
Hipchat_Server_v1.json
50 lines (50 loc) · 2.7 KB
/
Hipchat_Server_v1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"enabledStatus": [
"active",
"ack",
"clear",
"update"
],
"parseMethod": "",
"name": "Hipchat Server",
"ack": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"from\": \"LogicMonitor\",\n \"message_format\": \"text\",\n \"message\": \"##ALERTDETAILURL## ##LEVEL## ##HOST## ##DATASOURCE##-##DATAPOINT##: ##VALUE## ##THRESHOLD## (##ALERTSTATUS##)\"\n}",
"payloadFormat": "json",
"url": "https://hipchat.com/v2/room/##hipchat_room_id##/notification?auth_token=##hipchat_api.pass##auth_token=##hipchat_api.pass##",
"username": ""
},
"clear": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"from\": \"LogicMonitor\",\n \"message_format\": \"text\",\n \"message\": \"##ALERTDETAILURL## ##LEVEL## ##HOST## ##DATASOURCE##-##DATAPOINT##: ##VALUE## ##THRESHOLD## (##ALERTSTATUS##)\"\n}",
"payloadFormat": "json",
"url": "https://hipchat.com/v2/room/##hipchat_room_id##/notification?auth_token=##hipchat_api.pass##auth_token=##hipchat_api.pass##",
"username": ""
},
"description": "Send LogicMonitor alerts to on-premises Hipchat Servers (API v2). Please review LogicMonitor documentation available here:\nhttps://www.logicmonitor.com/support/settings/integrations/hipchat-integration/\n\nReplace 'hipchat.com' with the domain or URL for your company server, and follow the documentation to set the required properties appropriately.",
"active": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"from\": \"LogicMonitor\",\n \"message_format\": \"text\",\n \"message\": \"##ALERTDETAILURL## ##LEVEL## ##HOST## ##DATASOURCE##-##DATAPOINT##: ##VALUE## ##THRESHOLD## (##ALERTSTATUS##)\"\n}",
"payloadFormat": "json",
"url": "https://hipchat.com/v2/room/##hipchat_room_id##/notification?auth_token=##hipchat_api.pass##auth_token=##hipchat_api.pass##",
"username": ""
},
"update": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"from\": \"LogicMonitor\",\n \"message_format\": \"text\",\n \"message\": \"##ALERTDETAILURL## ##LEVEL## ##HOST## ##DATASOURCE##-##DATAPOINT##: ##VALUE## ##THRESHOLD## (##ALERTSTATUS##)\"\n}",
"payloadFormat": "json",
"url": "https://hipchat.com/v2/room/##hipchat_room_id##/notification?auth_token=##hipchat_api.pass##auth_token=##hipchat_api.pass##",
"username": ""
},
"type": "http",
"parseExpression": "",
"uiDetails": "{\"includeIDInHttpResponse\":false,\"multipleMode\":false}"
}