Supported OS versions
OEC has been tested in the following environments:
- Ubuntu 16.04 and later (Debian 9 and later)
- RHEL 6 and later (For RHEL 6.x.x, we have a different package)
- Windows Server 2012 and later
Red Hat Based Distributions
- Download OEC package. Download for older versions of RHEL (6.x.x and older)
- Run following command to install OEC:
rpm -i oec-<your-version>.rpm
Debian Based Distributions
- Download OEC package.
- Run following command to install OEC:
dpkg -i oec-<your-version>.deb
Linux Zip
- Download OEC package.
Windows
- Download amd64 or 386 version of OEC package and extract the zip.
- Rename
oecService.json.example
tooecService<32|64>.json
. - Modify OECPath to
<directorypath>\\OpsgenieEdgeConnector<32|64>.exe
inoecService<32|64>.json
.
- Run following command to install OEC:
oecService<32|64>.exe install
- Make sure that OEC Service exists in
Task Manager > Services
To install multiple OEC,
Name
andDisplayName
fields should be modified inoecService<32|64>.json
, then install again.
- For uninstalling OEC:
oecService<32|64>.exe uninstall
Updated 2 months ago