camc314 / deployment-health-check-1

OpenFin Service Deployment Health Check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFin Service Deployment Health Check

A sample page to show health of some webservices deployed at OpenFin.

Files

  • urls.json: metadata for webservices, including URLs. CORS needs to be enabled for any endpoint in order for health check to work properly.
  • pinger.js: performs health checks with fetch API for all URLs listed in urls.json.
  • styles.css: CSS styles
  • index.html: main page.

An example of this page is available here.

This page can also be used to check health of manifest URLs by passing ?manifest=manifest_url. Here is an example for checking health of the manifest for OpenFin process manager.

About

OpenFin Service Deployment Health Check

License:MIT License


Languages

Language:HTML 42.1%Language:JavaScript 36.5%Language:CSS 21.4%