Custom Query (101 matches)
Results (10 - 12 of 101)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#11 | invalid | No job overview on SARA ganglia site | somebody | anonymous |
Description |
Dear Ramon, Here is the error message: Warning: Division by zero in /var/www/ganglia/addons/job_monarch/overview.php on line 286 |
|||
#15 | wontfix | incremental/diff based job reporting | somebody | anonymous |
Description |
Only inject metrics when changes occur in the joblist, to improve performance and reduce overhead. I.e.: <GMETRIC NAME="+MONARCH-JOB-<ID>" VALUE="<stats>"> <GMETRIC NAME="-MONARCH-JOB-<ID>" VALUE="<stats>"> Or something similar. Perhaps a state file would be usefull, for example for the jobarchived? |
|||
#25 | fixed | global Names not defined | bastiaans | anonymous |
Description |
Hello, in jobmond.py v0.2 two global variables are used but not defined. The attached patch fixes it. The first error: Traceback (most recent call last): File "/usr/sbin/jobmond.py", line 816, in ? main() File "/usr/sbin/jobmond.py", line 811, in main gather.run() File "/usr/sbin/jobmond.py", line 341, in run self.jobs = self.getJobData( self.jobs ) File "/usr/sbin/jobmond.py", line 530, in getJobData except PBSError: NameError: global name 'PBSError' is not defined And the second error: Traceback (most recent call last): File "/usr/sbin/jobmond.py", line 819, in ? main() File "/usr/sbin/jobmond.py", line 814, in main gather.run() File "/usr/sbin/jobmond.py", line 341, in run self.jobs = self.getJobData( self.jobs ) File "/usr/sbin/jobmond.py", line 532, in getJobData time.sleep( TORQUE_POLL_INTERVAL ) NameError: global name 'TORQUE_POLL_INTERVAL' is not defined Regards,
|
Note: See TracQuery
for help on using queries.