mintel / opsgenie-dashboard

An OpsGenie widget for Smashing dashboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

A dashboard for OpsGenie using Smashing.

This makes use of the OpsGenie API for probing alerts and schedules and provides live updates.

Usage

Create a .env file with the following:

GEMS=curb

OPSGENIE_APIURL=<YOUR_OPSGENIE_API_ENDPOINT>
OPSGENIE_APIKEY=<YOUR_OPSGENIE_APIKEY>
OPSGENIE_SCHEDULE_IDENTIFIER_ON_CALL=<OPTIONAL_OPSGENIE_SCHEDULE_IDENTIFIER_ID>
OPSGENIE_SCHEDULE_IDENTIFIER_ON_TRIAGE=<OPTIONAL_OPSGENIE_SCHEDULE_IDENTIFIER_ID>
OPSGENIE_SEARCH_IDENTIFIER_ID=<OPTIONAL_OPSGENIE_SEARCH_IDENTIFIER_ID>
docker-compose up

Browse to http://localhost:8080

API Endpoint

The API endpoint depends on the opsgenie instances and locations your are using. General it's https://api.opsgenie.com/v2 but for EU instances it will be https://api.eu.opsgenie.com/v2

Saved Searches

You can specify a single search for the dashboard using OPSGENIE_SEARCH_IDENTIFIER_ID

To list searches for your integration, use the following:

curl -H "Authorization: GenieKey <API-KEY>" https://api.opsgenie.com/v2/alerts/saved-searches/

Screen shots

Index Page

About

An OpsGenie widget for Smashing dashboards

License:MIT License


Languages

Language:JavaScript 39.8%Language:CSS 26.5%Language:CoffeeScript 13.6%Language:HTML 12.3%Language:Ruby 7.7%