Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 101)

Ticket Resolution Summary Owner Reporter
#68 fixed [PATCH] Reduce the php notices a little ramonb felix@…
Description

Running jobmonarch gave me hundreds of warnings like:

[Wed Nov 05 20:58:56 2008] [error] [client 10.10.8.99] PHP Notice:  Use of undefined constant VAL - assumed 'VAL' in /var/www/html/ganglia/addons/job_monarch/overview.php on line 294

This is fixed with attached patch.

#71 fixed job array support somebody ramonb
Description

Thanks to Stijn De Weirdt from University Gent for discovering this:

Add support for Torque job arrays to Job Monarch.

A job array is currently displayed as only 1 job and causes massive memory usage by jobmond

#74 fixed Error while trying to run jobmond somebody lari.lloret@…
Description

When trying to run /usr/local/sbin/jobmond.py -c /etc/jobmond.conf I get the following message:

[root@hostname ganglia_jobmonarch-0.3.1]# /usr/local/sbin/jobmond.py -c /etc/jobmond.conf Traceback (most recent call last):

File "/usr/local/sbin/jobmond.py", line 1162, in ?

main()

File "/usr/local/sbin/jobmond.py", line 1116, in main

if not processArgs( sys.argv[1:] ):

File "/usr/local/sbin/jobmond.py", line 92, in processArgs

return loadConfig( config_filename )

File "/usr/local/sbin/jobmond.py", line 137, in loadConfig

DEBUG_LEVEL = cfg.getint( 'DEFAULT', 'DEBUG_LEVEL' )

File "/usr/lib64/python2.3/ConfigParser.py", line 315, in getint

return self._get(section, int, option)

File "/usr/lib64/python2.3/ConfigParser.py", line 312, in _get

return conv(self.get(section, option))

ValueError?: invalid literal for int(): 1

Note: See TracQuery for help on using queries.