Skip to content

MarbolanGos/pbswebmon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbswebmon.py

This is a fork of the original pbswebmon. The original version required pbs_python version 3.X.

Depends on pbs_python version 4.1+

Should be able to run either on the PBS head node, or a separate machine authorised as a client of the head node. (To configure the server address, edit the configuration file /etc/pbswebmon.conf)

This version has been forked from https://github.com/mbreese/pbswebmon. It is meant to have more information and a more annoted version. If you need more options please ask.

Manual installation

Put cgi-bin/pbswebmon.py into your CGI directory.

Put the js and css files in a directory called pbswebmon under your web root.

(The RPM install will put the files in these locations.)

RPM

Run make rpm to build an installable RPM file.

PBS Note

Make sure that your PBS server is setup to allow querying of other people's jobs. Otherwise, you'd only see the jobs for the user your webserver runs under.

qmgr -c "set server query_other_jobs = True"

About

PBS web monitor script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.4%
  • Python 41.6%