opsgenie-integration icon indicating copy to clipboard operation
opsgenie-integration copied to clipboard

Results 16 opsgenie-integration issues
Sort by recently updated
recently updated
newest added

Added support for custom/all resolutionstate values. Currently all values except 'New' and 'Closed' are ignored although according to the docu https://support.atlassian.com/opsgenie/docs/integrate-opsgenie-with-microsoft-scom/ also resolved and acknowledged should be handled. In addition...

I followed the below document to integrate Opsgenie with checkMk. https://support.atlassian.com/opsgenie/docs/integrate-opsgenie-with-checkmk/ I downloaded the plugin and put the plugin under /omd/sites/[site name]/local/share/check_mk/notifications/ Changed the first line to **#!/usr/bin/env python** as...

While working on integrating our "Nagios clone" based monitoring to OpsGenie, I did some improvements to nagios2opsgenie.go that I think might be also useful for the general public.

I tried to compile in Debian 10. I needed to manually edit almost all the scripts to remove the "

There's a missing semi-colon in the [ConnectWise Automate alert script](https://github.com/opsgenie/opsgenie-integration/blob/master/connectwiseautomate/AlertScript.ps1) on line 34

Added comment to indicate severity of log levels, which right now is hard to find in the script /etc/opsgenie/zabbix2opsgenie.go

Updated zabbix2opsgenie.go to allow for filtering on acknowledged yes or no. Important to add: /etc/opsgenie/zabbix2opsgenie -triggerName='{TRIGGER.NAME}' -triggerId='{TRIGGER.ID}' -triggerStatus='{TRIGGER.STATUS}' -triggerSeverity='{TRIGGER.SEVERITY}' -triggerDescription='{TRIGGER.DESCRIPTION}' -triggerUrl='{TRIGGER.URL}' -triggerValue='{TRIGGER.VALUE}' -triggerHostGroupName='{TRIGGER.HOSTGROUP.NAME}' -hostName='{HOST.NAME}' -ipAddress='{IPADDRESS}' -eventId='{EVENT.ID}' -date='{DATE}' -time='{TIME}' -itemKey='{ITEM.KEY}' -itemValue='{ITEM.VALUE}'...

Add a parameter to set the priority of an alert in the Icinga 2 intergration. This is necessary since host down alerts mostly are of priority P1. refs #52 Signed-off-by:...

Hi, I am only improving the `-tags` flag description, so anyone knows that this is comma-separated. This also applies [go fmt](https://blog.golang.org/go-fmt-your-code) as a separate commit.

The "UUID" grain does not exist by default on windows minions, causing the modules to fail with a UUID error. I suggest removing the below code, or setting a default...