Skip to content

kraken-hpc/kraken-dashboard

Repository files navigation

Kraken Dashboard

kraken-dashboard is a web application created using Node.js and React. It's purpose is to give a visual monitor of a system controlled by Kraken

Getting Started

Prerequisites

The only requirements for kraken-dashboard are nodejs and yarn. Once these are installed, you can use yarn to install all the other node modules.

Starting a development server

  1. Clone the repository: git clone https://github.com/hpc/kraken-dashboard.git
  2. Go into the kraken-dashboard directory: cd kraken-dashboard
  3. To install all node modules run: yarn (This is only nessesary after a fresh clone)
  4. To start the development server run: yarn start (This should open a browser automatically otherwise go to localhost:3000)
  5. Enjoy!

Build the standalone application

  1. Clone the repository: git clone https://github.com/hpc/kraken-dashboard.git
  2. Go into the kraken-dashboard directory: cd kraken-dashboard
  3. To install all node modules run: yarn (This is only nessesary after a fresh clone)
  4. To build the electron app run: yarn electron-pack (this will build the electron application in the dist folder)
  5. Enjoy!

Configuration

All configuration settings are in src/config.ts. Here you can change the ip address of your kraken instance so the dashboard will poll information from the correct ip. You can also set the default refresh rate here.

export const KRAKEN_IP = '192.168.57.10:3141'
export const REFRESH = 0.5

Examples:

The Dashboard is the main screen that will show information about all the nodes in a cluster that Kraken is managing. Dashboard


The node view gives more details on a specific node and can be accessed by clicking on the node in the dashboard screen. It includes information about all extensions and services as well as discoverable and configuration state of the node. At the bottom of the page is the mutation node graph.

Mutation graph colors:

  • Red: The current mutation node or edge
  • Green: Nodes and edges that in the current mutation path
  • Grey: All possible mutation nodes and edges NodeView

About

A React.js based dashboard for kraken (https://github.com/hpc/kraken)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy