Configuration Parametersparameters | Description | Mandatory? | Location |
---|
apiKey | Copy the URL from the integration configuration page in Jira Service Management. send2jsm uses this key to authenticate to Jira Service Management. API key is also used to identify the right integration configuration that should be used to process alerts. | Yes | /home/jsm/jec/conf/jec-config.json |
baseUrl | Change this field according to your Jira Service Management environment (For example: EU, sandbox) | No | /home/jsm/jec/conf/jec-config.json |
teams | Teams that should be notified of the Nagios alerts. Use the field to set the default value. You can modify it to route alerts to different teams on the integration configuration page in Jira Service Management. | No | /home/jsm/jec/conf/integration.conf |
tags | Tags of the alert that were created in Jira Service Management. | No | /home/jsm/jec/conf/integration.conf |
nagios_server | The Nagios server in Jira Service Management is only required when multiple Nagios servers exist. This is used by Jira Service Management when sending actions run by users (acknowledge, close, etc.) back to your Nagios servers via JEC. | No | /home/jsm/jec/conf/integration.conf |
logPath | The full path to the log file. (Default: /var/log/jec/send2jsm.log) | No | /home/jsm/jec/conf/integration.conf |
nagios2jsm.http.proxy.enabled | To enable or disable the external proxy configuration. Default: false | No | /home/jsm/jec/conf/integration.conf |
nagios2jsm.http.proxy.host | Host of the proxy | No | /home/jsm/jec/conf/integration.conf |
nagios2jsm.http.proxy.port | Port of the proxy | No | /home/jsm/jec/conf/integration.conf |
nagios2jsm.http.proxy.scheme | The proxy connection protocol. It may be http or https, depending on your proxy servers. Default: http | No | /home/jsm/jec/conf/integration.conf |
nagios2jsm.http.proxy.username | The username for proxy authentication | No | /home/jsm/jec/conf/integration.conf |
nagios2jsm.http.proxy.password | The password for proxy authentication | No | /home/jsm/jec/conf/integration.conf |