Skip to content

adamhf/opsgenie-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.3%
  • CSS 27.2%
  • CoffeeScript 14.1%
  • HTML 10.2%
  • Ruby 7.2%