Skip to content

julcollas/dashing-slurm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slurm Dashing's Dashboard

Description

Slurm dashing dashboard to monitor slurm jobs, partition and users activities with the comming slurmmon-graphite

Dependencies

Add them to dashing's gemfile:

gem 'rest-client'
gem 'json'

and run bundle install.

Usage

To use this dashboard, copy all the files into their respectives folders.

Then include the desired widget in a dashboard, by adding the following snippet to your dashboard layout file:

  • For the scheduled jobs heatmap widget
    <li data-row="1" data-col="2" data-sizex="1" data-sizey="1">
      <div data-id="slurmmon.slurm-1.jobcount.total_pending" data-title="Pending" data-view="Number" style="background-color:#ff9618;" ></div>
    </li>

About

Dashing dashboard for slurm hpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages