{"id":19062440,"url":"https://github.com/iksaif/opsgenie-notification","last_synced_at":"2025-04-25T08:58:46.894Z","repository":{"id":141734945,"uuid":"91786649","full_name":"iksaif/opsgenie-notification","owner":"iksaif","description":"Rundeck notification plugin for OpsGenie","archived":false,"fork":false,"pushed_at":"2023-02-15T18:21:53.000Z","size":10,"stargazers_count":3,"open_issues_count":7,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T08:11:27.538Z","etag":null,"topics":["automation","opsgenie","plugin","rundeck"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iksaif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-19T08:55:45.000Z","updated_at":"2022-01-27T01:36:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ccae2ff-19ff-4b6c-bb5e-741d96537bba","html_url":"https://github.com/iksaif/opsgenie-notification","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iksaif%2Fopsgenie-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iksaif%2Fopsgenie-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iksaif%2Fopsgenie-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iksaif%2Fopsgenie-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iksaif","download_url":"https://codeload.github.com/iksaif/opsgenie-notification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250591330,"owners_count":21455347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","opsgenie","plugin","rundeck"],"created_at":"2024-11-09T00:26:00.383Z","updated_at":"2025-04-24T08:28:15.923Z","avatar_url":"https://github.com/iksaif.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"Use this [notification](http://rundeck.org/docs/developer/notification-plugin-development.html)\nplugin to send [alert](https://www.opsgenie.com/docs/web-api/alert-api#createAlertRequest)\nevents to your [OpsGenie](https://www.opsgenie.com) service.\n\nThe plugin requires one parameter:\n\n* subject: This string will be set as the description for the generated incident.\n\nContext variables usable in the subject line:\n\n* `${job.id}`: Job ID.\n* `${job.status}`: Job execution status (eg, FAILED, SUCCESS).\n* `${job.project}`: Job project name.\n* `${job.name}`: Job name.\n* `${job.group}`: Job group name.\n* `${job.username}`: User that executed the job.\n* `${job.user.email}`: Email address of user that executed the job.\n* `${job.execid}`: Job execution ID.\n* `${job.retryAttempt}`: Retry attempt number.\n* `${job.wasRetry}`: True if execution is retry.\n\n## Installation\n\nCopy the groovy script to the plugins directory:\n\n    cp src/OpsGenieNotification.groovy to $RDECK_BASE/libext\n\nand start using it!\n\n## Configuration\n\nThe plugin only requires the 'api_key' configuration entry. There are also a few optional configurations.\n\n* api_key: This is the API Key to your service.\n\nConfigure the api_key in your project configuration by\nadding an entry like so: $RDECK_BASE/projects/{project}/etc/project.properties\n\n    project.plugin.Notification.OpsGenieNotification.api_key=xx123049e89dd45f28ce35467a08577yz\n\nOr configure it at the instance level: $RDECK_BASE/etc/framework.properties\n\n    framework.plugin.Notification.OpsGenieNotification.api_key=xx123049e89dd45f28ce35467a08577yz\n\n\n### All options\n\n|Option|Scope|Default|Required|Description|\n|-|-|-|-|-|\n|`api_key`|Any|None|Yes|Integration API Key|\n|`message`|Any|`${job.status} [${job.project}] \\\"${job.name}\\\"`|Yes|Message template.|\n|`description`|Any|`${job.status} [${job.project}] \\\"${job.name}\\\" run by ${job.user} (#${job.execid}) [${job.href}]`|No|Description template.|\n|`alias`|Any|`${job.id}`|No|alias template.|\n|`source`|Any|`${job.href}`|No|Source template.|\n|`proxy_host`|Project|None|Yes|Your egress proxy host.|\n|`proxy_port`|Project|None|If `proxy_host` is set|the port the network egress proxy accepts traffic on.|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiksaif%2Fopsgenie-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiksaif%2Fopsgenie-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiksaif%2Fopsgenie-notification/lists"}