Skip to content

Commit

Permalink
Merge pull request #34 from opsgenie/fix-env-variables
Browse files Browse the repository at this point in the history
Fix env variables in all the sample configs
  • Loading branch information
cglrkn authored Aug 24, 2020
2 parents 4992afd + cb19704 commit 9909c9e
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 79 deletions.
8 changes: 4 additions & 4 deletions BMCFootprintsV11/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"createIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"createProblem": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"updateDescription": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"updatePriority": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
8 changes: 4 additions & 4 deletions BMCFootprintsV12/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"createIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"createProblem": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"updateDescription": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"updatePriority": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
6 changes: 3 additions & 3 deletions BMCRemedy/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"createIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"addWorkInfo": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"closeIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
8 changes: 4 additions & 4 deletions Cherwell/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"addJournal": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"createIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"inProgressIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"resolveIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
4 changes: 2 additions & 2 deletions DynatraceAppMon/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"confirmIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"inProgressIncident": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
12 changes: 6 additions & 6 deletions Icinga/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"Create": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"Acknowledge": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"AddNote": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [
"env": [
"e1=v1",
"e2=v2"
],
Expand All @@ -35,19 +35,19 @@
"TakeOwnership": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"AssignOwnership": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"UnAcknowledge": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
12 changes: 6 additions & 6 deletions Icinga2/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,37 @@
"Create": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"Acknowledge": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"AddNote": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"TakeOwnership": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"AssignOwnership": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"UnAcknowledge": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
12 changes: 6 additions & 6 deletions Jira/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
"createIssue": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"resolveIssue": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"inProgressIssue": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"closeIssue": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"issueDone": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"addCommentToIssue": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
6 changes: 3 additions & 3 deletions JiraServiceDesk/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"createIssue": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"resolveIssue": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"addComment": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
4 changes: 2 additions & 2 deletions LibreNMS/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"ackAlert": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"unmuteAlert": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
12 changes: 6 additions & 6 deletions Nagios/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Create": {
"filepath": "<path_of_script>",
"sourceType": "local",
"environmentVariables": [
"env": [
"e1=v1",
"e2=v2"
],
Expand All @@ -25,7 +25,7 @@
"Acknowledge": {
"filepath": "<path_of_script>",
"sourceType": "local",
"environmentVariables": [
"env": [
"e1=v1",
"e2=v2"
],
Expand All @@ -34,7 +34,7 @@
"AddNote": {
"filepath": "<path_of_script>",
"sourceType": "local",
"environmentVariables": [
"env": [
"e1=v1",
"e2=v2"
],
Expand All @@ -43,7 +43,7 @@
"TakeOwnership": {
"filepath": "<path_of_script>",
"sourceType": "local",
"environmentVariables": [
"env": [
"e1=v1",
"e2=v2"
],
Expand All @@ -52,7 +52,7 @@
"AssignOwnership": {
"filepath": "<path_of_script>",
"sourceType": "local",
"environmentVariables": [
"env": [
"e1=v1",
"e2=v2"
],
Expand All @@ -61,7 +61,7 @@
"UnAcknowledge": {
"filepath": "<path_of_script>",
"sourceType": "local",
"environmentVariables": [
"env": [
"e1=v1",
"e2=v2"
],
Expand Down
12 changes: 6 additions & 6 deletions NagiosXI/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
"Create": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"Acknowledge": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"AddNote": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"TakeOwnership": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"AssignOwnership": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
},
"UnAcknowledge": {
"filepath": "<path_of_script>",
"sourceType": "<local | git>",
"environmentVariables": [],
"env": [],
"stdout": "<path_of_output_file_of_script>"
}
},
Expand Down
Loading

0 comments on commit 9909c9e

Please sign in to comment.