Git Product home page Git Product logo

htcondor_status's Introduction

htcondor_status

Monitor HTCondor clusters in your browser.

Installation

Create a conda environment:

conda env create -f environment.yml
conda activate htcondor-status

Install NPM dependencies:

(env) npm install

Generate the HTML, Javascript, and CSS:

(env) npm run build

Usage

Run as a server:

python -m htcondor_status serve --port 8500 --debug

Write JSON files to be served by Apache, nginx, etc.:

python -m htcondor_status json /path/to/directory

Write static files to a directory:

python -m htcondor_status static /path/to/directory

License

MIT

Credits

The Condor image was sourced from Wikipedia by user Colegota and licensed CC BY-SA 2.5 ES.

htcondor_status's People

Contributors

dependabot[bot] avatar mivade avatar

Watchers

 avatar

htcondor_status's Issues

Dashboard: job age

In addition to number of jobs also display stats such as the average age of jobs in the queue, max, min, etc.

Switch pages with arrow keys

Having to click on the left and right buttons is kind of annoying. Adding hooks so that left and right arrow keys can be used instead would be a nice feature.

Escape strings in detail view

I've seen hold reasons that include something like <function directory @...> when using condor_q -json but not on the status page. This is because the <function> tag isn't a real tag and the browser simply doesn't render it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.