-
Notifications
You must be signed in to change notification settings - Fork 3
/
BigPanda_Warning_v1.json
53 lines (53 loc) · 4.94 KB
/
BigPanda_Warning_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
51
52
53
{
"enabledStatus": [
"active",
"ack",
"clear"
],
"parseMethod": "",
"name": "Big Panda Warning",
"ack": {
"headers": [
{
"Authorization": "********"
}
],
"password": "********",
"method": "post",
"payload": "{\n \"app_key\": \"##BIGPANDA_APP.KEY##\",\n \"alert_type\":\"##ALERTTYPE##\",\n \"alert_id\":\"##ALERTID##\",\n \"status\":\"acknowledged\",\n \"error_level\":\"##LEVEL##\",\n \"start\":\"##START##\",\n \"startepoch\":\"##STARTEPOCH##\",\n \"service\":\"##SERVICE##\",\n \"service_url\":\"##URL##\",\n \"service_group\":\"##SERVICEGROUP##\",\n \"checkpoint\":\"##CHECKPOINT##\",\n \"device_url\":\"##DEVICEURL##\",\n \"device_ips\":\"##SYSTEM.IPS##\",\n \"device_sysinfo\":\"##SYSTEM.SYSINFO##\",\n \"value\":\"##VALUE##\",\n \"detail\":\"##DETAIL##\",\n \"message\":\"##MESSAGE##\",\n \"host\":\"##HOST##\",\n \"batchjob\":\"##BATCHJOB##\",\n \"datasource\":\"##DATASOURCE##\",\n \"facility\":\"##FACILITY##\",\n \"instance\":\"##INSTANCE##\",\n \"datapoint\":\"##DATAPOINT##\",\n \"cmdline\":\"##CMDLINE##\",\n \"finish\":\"##FINISH##\",\n \"exitcode\":\"##EXITCODE##\",\n \"userdata\":\"##USERDATA##\",\n \"description\":\"##MESSAGE##\"\n}",
"payloadFormat": "json",
"url": "https://api.bigpanda.io/data/v2/alerts",
"username": ""
},
"clear": {
"headers": [
{
"Authorization": "********"
}
],
"password": "********",
"method": "post",
"payload": "{\n \"app_key\": \"##BIGPANDA_APP.KEY##\",\n \"alert_type\":\"##ALERTTYPE##\",\n \"alert_id\":\"##ALERTID##\",\n \"status\":\"ok\",\n \"error_level\":\"##LEVEL##\",\n \"start\":\"##START##\",\n \"startepoch\":\"##STARTEPOCH##\",\n \"service\":\"##SERVICE##\",\n \"service_url\":\"##URL##\",\n \"service_group\":\"##SERVICEGROUP##\",\n \"checkpoint\":\"##CHECKPOINT##\",\n \"device_url\":\"##DEVICEURL##\",\n \"device_ips\":\"##SYSTEM.IPS##\",\n \"device_sysinfo\":\"##SYSTEM.SYSINFO##\",\n \"value\":\"##VALUE##\",\n \"detail\":\"##DETAIL##\",\n \"message\":\"##MESSAGE##\",\n \"host\":\"##HOST##\",\n \"batchjob\":\"##BATCHJOB##\",\n \"datasource\":\"##DATASOURCE##\",\n \"facility\":\"##FACILITY##\",\n \"instance\":\"##INSTANCE##\",\n \"datapoint\":\"##DATAPOINT##\",\n \"cmdline\":\"##CMDLINE##\",\n \"finish\":\"##FINISH##\",\n \"exitcode\":\"##EXITCODE##\",\n \"userdata\":\"##USERDATA##\",\n \"description\":\"##MESSAGE##\"\n}",
"payloadFormat": "json",
"url": "https://api.bigpanda.io/data/v2/alerts",
"username": ""
},
"description": "One of two LogicMonitor/ Big Panda Integrations recommended to send LogicMonitor alerts to Big Panda. Please review the Big Panda support documentation: https://docs.bigpanda.io/docs/logicmonitor\n\nRequires a Big Panda App Key to be set as device property ##BIGPANDA_APP.KEY##.\n\nThere isn't a native 'error' status on the Big Panda side, so we create (2) integrations, (2) escalation chains, and at least (3) alert rules; One alert rule that maps LogicMonitor critical alerts to Big Panda critical status (through the critical escalation chain,) and two alert rules that map LogicMonitor warning and error alerts to Big Panda warning alerts (through the warning escalation chain.)\n\nFor questions, please contact LogicMonitor support:\nhttps://www.logicmonitor.com/support/getting-started/advanced-logicmonitor-setup/get-support-resources/",
"active": {
"headers": [
{
"Authorization": "********"
}
],
"password": "********",
"method": "post",
"payload": "{\n \"app_key\": \"##BIGPANDA_APP.KEY##\",\n \"alert_type\":\"##ALERTTYPE##\",\n \"alert_id\":\"##ALERTID##\",\n \"status\":\"warning\",\n \"error_level\":\"##LEVEL##\",\n \"start\":\"##START##\",\n \"startepoch\":\"##STARTEPOCH##\",\n \"service\":\"##SERVICE##\",\n \"service_url\":\"##URL##\",\n \"service_group\":\"##SERVICEGROUP##\",\n \"checkpoint\":\"##CHECKPOINT##\",\n \"device_url\":\"##DEVICEURL##\",\n \"device_ips\":\"##SYSTEM.IPS##\",\n \"device_sysinfo\":\"##SYSTEM.SYSINFO##\",\n \"value\":\"##VALUE##\",\n \"detail\":\"##DETAIL##\",\n \"message\":\"##MESSAGE##\",\n \"host\":\"##HOST##\",\n \"batchjob\":\"##BATCHJOB##\",\n \"datasource\":\"##DATASOURCE##\",\n \"facility\":\"##FACILITY##\",\n \"instance\":\"##INSTANCE##\",\n \"datapoint\":\"##DATAPOINT##\",\n \"cmdline\":\"##CMDLINE##\",\n \"finish\":\"##FINISH##\",\n \"exitcode\":\"##EXITCODE##\",\n \"userdata\":\"##USERDATA##\",\n \"description\":\"##MESSAGE##\"\n}",
"payloadFormat": "json",
"url": "https://api.bigpanda.io/data/v2/alerts",
"username": ""
},
"update": null,
"type": "http",
"parseExpression": "",
"uiDetails": "{\"includeIDInHttpResponse\":false,\"groupInfo\":[[\"ack\"],[\"clear\"],[\"active\"]],\"multipleMode\":true}"
}