• Products
  • Get started
  • Documentation
  • Resources

Opsgenie Edge Connector installation packs

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 and Fedora server, we have a different package with the naming convention of opsgenie-oec-x.x.x.rhel6.x86_64.rpm)

  • Windows Server 2012 and later.

Installing OEC

Before you begin with the installation;

  • View the oec-scripts README file.

  • Select the latest version of an OEC package you need from the Latest releases table on the page.

Red Hat Based Distributions

  • Run the following command to install OEC:

Shell

1 rpm -i <your_package_name>.rpm

Debian Based Distributions

  • Run the following command to install OEC:

Shell

1 dpkg -i <your_package_name>.deb

Windows

  • Extract the zip.

  • Rename oecService.json.example to oecService<32|64>.json.

  • Modify OECPath to <directorypath>\\OpsgenieEdgeConnector<32|64>.exe in oecService<32|64>.json.

  • Run the following command to install OEC:

Shell

1 oecService<32|64>.exe install
  • Make sure that OEC Service exists in Task Manager > Services

Installing multiple OEC

To install multiple OEC, modify Name and DisplayName fields from <32|64>.json then install again.

Uninstalling OEC

  • Run the following command to uninstall OEC:

Text

1 oecService<32|64>.exe uninstall

 

Additional Help