...
Configure the integration in PRTG
Prerequisite
Jira Edge Connector (abbreviated as JEC) is a prerequisite for configuring the outgoing authentication of PRTG integration. Download the latest version of the PRTG package from this repository.
In PRTG, go to Setup > Account Settings > Notification Templates.
Select Add new notification > Execute HTTP Action.
Paste the URL you copied while adding the integration in Jira Service Management into URL.
Select Send SNI and enter the URL from Step 3 into the domain and subdomain fields of Virtual Host (SNI). US Region:
api.jsm.com
EU Region
api.eu.jsm.com
Copy the POST data (from the file linked to, as applicable) and paste it into Postdata.
For PRTG version 16.x.24. and above, use this filepost data.
For other versions, use this filepost data.
Select Save.
Integrate via JEC (for on-premise PRTG)
Use JEC and the PRTG script to update alerts on PRTG. This enables deployment of your own scripts/ability to With this setup, you can deploy your own script, modify the ones provided and execute , or run customized actions on PRTG.
To use the PRTG integration package, follow complete the steps in the following sectionssection:
...
1. Download the latest version of
...
PRTG packages from this repository.
2. Install the PRTG package:
Expand | |
---|---|
|
...
| ||||
Run the following command :
|
Expand | |
---|---|
|
...
| |
Run the following command : |
Expand | |
---|---|
|
...
| |
Unzip Jira Service Management integration zip file which contains JEC package into a directory (C:\jsm\oec is the preferred path). |
...
Follow the instructions here to install JEC on Windows. |
...
To learn more about how to run JEC, refer to the Running JEC documentation.
Learn more about running JEC. |
3. Configure the integration PRTG
...
integration for JEC.
To use the JEC utility, select Send Via JEC.
Other configurations regarding PRTG can be done either via integration page or JEC configuration file config.json. The configuration via the integration page precedes the configuration file.
4. Configure JEC.
Use JEC and the PRTG script to update alerts on PRTG. To run actions in PRTG, JEC gets the configuration parameters from the configuration file. The configuration file can be found under /home/opsgenie/oec/conf/config.json.
...
apiKey – Copy the API key from the PRTG integration created above.
prtgUrl – PRTG with subdomain on it. Example: https://opsgeniejsm.my-prtg.com
username – PRTG API Username under Account Settings at PRTG.
passhash – PRTG API Passhash under Account Settings at PRTG.
...