Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo ${INTEGRATION_PATH}
go get -u github.com/alexcesaro/log && \
cd ${INTEGRATION_PATH} && \
GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go
GO111MODULE=off GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go
- name: Compressing Linux Package
run: |
cd .release/oec-linux/
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
echo ${INTEGRATION_PATH}
go get -u github.com/alexcesaro/log && \
cd ${INTEGRATION_PATH} && \
GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go
GO111MODULE=off GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go
- name: Create RPM Package
working-directory: .release/oec-rpm
run: |
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
echo ${INTEGRATION_PATH}
go get -u github.com/alexcesaro/log && \
cd ${INTEGRATION_PATH} && \
GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go
GO111MODULE=off GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go
- name: Create Deb Package
working-directory: .release/
run: |
Expand All @@ -246,7 +246,7 @@ jobs:
sed -i "s/<local | git>/local/g" oec-deb/home/opsgenie/oec/conf/config.json

sed -i "s/%VERSION%/${INTEGRATION_VERSION}/g" oec-deb/DEBIAN/control
sed -i "s/%INTEGRATION%/${INTEGRATION_NAME}/g" oec-deb/DEBIAN/control
sed -i "s/%INTEGRATION%/opsgenie-${INTEGRATION_NAME}/g" oec-deb/DEBIAN/control

mkdir deb-package
dpkg-deb -b oec-deb deb-package
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
echo ${INTEGRATION_PATH}
go get -u github.com/alexcesaro/log && \
cd ${INTEGRATION_PATH} && \
GOOS=windows GOARCH=386 go build -o send2opsgenie32.exe send2opsgenie.go
GO111MODULE=off GOOS=windows GOARCH=386 go build -o send2opsgenie32.exe send2opsgenie.go
- name: Compressing Win32 Package
run: |
cd .release/oec-win32/
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
echo ${INTEGRATION_PATH}
go get -u github.com/alexcesaro/log && \
cd ${INTEGRATION_PATH} && \
GOOS=windows GOARCH=amd64 go build -o send2opsgenie32.exe send2opsgenie.go
GO111MODULE=off GOOS=windows GOARCH=amd64 go build -o send2opsgenie32.exe send2opsgenie.go
- name: Compressing Win 64 Package
run: |
cd .release/oec-win64/
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Opsgenie Edge Connector (OEC) custom scripts

> For more information about OEC: https://github.com/opsgenie/oec

>
> Please note that, new deb package releases will have opsgenie prefix in package names. This might cause a problem when you try to upgrade your existing package. To solve that problem, you need to remove the old package and install the new one.

| Latest releases |
| :-------------: |
Expand Down
50 changes: 25 additions & 25 deletions release/oec-builder/oecScriptsVersion.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"oecVersion": "1.0.6",
"BMCFootprintsV11": "1.1.1",
"BMCFootprintsV12": "1.1.1",
"BMCRemedy": "1.1.1",
"Cherwell": "1.1.2",
"DynatraceAppMon": "1.1.1",
"Icinga": "1.1.2",
"Icinga2": "1.1.3",
"Jira": "1.1.1",
"JiraServiceDesk": "1.1.2",
"LibreNMS": "1.1.1",
"Marid": "1.1.1",
"Nagios": "1.1.1",
"NagiosXI": "1.1.1",
"OEC": "1.1.1",
"OP5": "1.1.1",
"PRTG": "1.1.1",
"Solarwinds": "1.1.1",
"SolarwindsMSPNCentral": "1.1.1",
"SolarwindsWebHelpdesk": "1.1.1",
"Splunk": "1.1.2",
"Trackit": "1.1.1",
"Xmpp": "1.1.1",
"Zabbix": "1.1.2",
"Zendesk": "1.1.1",
"Zenoss": "1.1.1"
"BMCFootprintsV11": "1.1.2",
"BMCFootprintsV12": "1.1.2",
"BMCRemedy": "1.1.2",
"Cherwell": "1.1.3",
"DynatraceAppMon": "1.1.2",
"Icinga": "1.1.3",
"Icinga2": "1.1.4",
"Jira": "1.1.2",
"JiraServiceDesk": "1.1.3",
"LibreNMS": "1.1.2",
"Marid": "1.1.2",
"Nagios": "1.1.2",
"NagiosXI": "1.1.2",
"OEC": "1.1.2",
"OP5": "1.1.2",
"PRTG": "1.1.2",
"Solarwinds": "1.1.2",
"SolarwindsMSPNCentral": "1.1.2",
"SolarwindsWebHelpdesk": "1.1.2",
"Splunk": "1.1.3",
"Trackit": "1.1.2",
"Xmpp": "1.1.2",
"Zabbix": "1.1.3",
"Zendesk": "1.1.2",
"Zenoss": "1.1.2"
}