opsgenie / opsgenie-graylog-plugin

OpsGenie Graylog Alarm Callback Plugin
GNU General Public License v2.0
14 stars 10 forks source link

Change the description text when the ticket is opened #8

Closed KevDBG closed 5 years ago

KevDBG commented 6 years ago

Hello,

Is-it possible to change the description sent from Graylog to Opsgenie ? Currently graylog send the stream name, is it possible to change it or to add the Graylog notification name ?

It's better, because the stream name is not really important in the alerting.

Thanks a lot,

KevDBG commented 6 years ago

Hello,

Handle with the PR => https://github.com/opsgenie/opsgenie-graylog-plugin/pull/9

cglrkn commented 5 years ago

Hi @KevDBG

Thank you for your suggestion. While generating message we prefer to be more generic and give more detailed information by taking into consideration all of our customer’s requirements. This plugin is open source and you can change the message depends on your requirements easily. You just need to generate jar file yourself and deploy it to your Graylog server.

Thanks