{5} Assigned, Active Tickets by Owner (Full Description) (7 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

ramonb (7 matches)

Ticket Summary Component Milestone Type Created
Description
#61 add summary graphs in cluster overview for selected jobs web 2.1x-tbd enhancement 07/09/08

I think it should be possibly to create on-the-fly summary's (cpu_report, network_report, mem_report, etc) of all hosts from selected/filtered jobs in the job overview.

Should be a matter of adding all RRD datasources into 1 big graph and averaging the values out. I think.. ;)


#173 archiving multiple clusters malfunction jobarchived 1.2 defect 07/31/13

seems archiving multiple clusters does not work properly in 1.1.0

for starters, if you set 2 ARCHIVE_DATASOURCES, there seems to be host overlap and clashes

i.e. "Render Cluster" : 22 hosts and "LISA Cluster" : 628 hosts

but jobarchived's debug output shows:

Wed 31 Jul 2013 14:22:02 - size of cluster 'Render Cluster': 0 hosts 0 metrics 0 values 0 bits 0 bytes 
Wed 31 Jul 2013 14:22:02 - size of cluster 'LISA Cluster': 1 hosts 23 metrics 23 values 367 bits 45 bytes 
Wed 31 Jul 2013 14:23:02 - size of cluster 'Render Cluster': 650 hosts 81378 metrics 273561 values 4325519 bits 540689 bytes 
Wed 31 Jul 2013 14:30:03 - size of cluster 'Render Cluster': 650 hosts 81378 metrics 1057378 values 16719410 bits 2089926 bytes 
Wed 31 Jul 2013 14:37:04 - size of cluster 'Render Cluster': 650 hosts 81378 metrics 829343 values 13115240 bits 1639405 bytes 
Wed 31 Jul 2013 14:43:26 - size of cluster 'LISA Cluster': 650 hosts 81378 metrics 369914 values 5850154 bits 731269 bytes 
Wed 31 Jul 2013 14:44:04 - size of cluster 'Render Cluster': 650 hosts 81378 metrics 361926 values 5723618 bits 715452 bytes 
Wed 31 Jul 2013 14:44:50 - size of cluster 'LISA Cluster': 650 hosts 81378 metrics 313158 values 4953612 bits 619201 bytes 
Wed 31 Jul 2013 14:51:05 - size of cluster 'Render Cluster': 650 hosts 81378 metrics 212615 values 3364312 bits 420539 bytes 
Wed 31 Jul 2013 14:51:40 - size of cluster 'LISA Cluster': 650 hosts 81378 metrics 188598 values 2984378 bits 373047 bytes 
Wed 31 Jul 2013 14:52:38 - size of cluster 'LISA Cluster': 650 hosts 82770 metrics 144556 values 2286402 bits 285800 bytes 
Wed 31 Jul 2013 14:58:04 - size of cluster 'Render Cluster': 650 hosts 82983 metrics 162484 values 2569767 bits 321220 bytes 
Wed 31 Jul 2013 14:58:21 - size of cluster 'LISA Cluster': 650 hosts 82983 metrics 157824 values 2496428 bits 312053 bytes 
Wed 31 Jul 2013 15:05:04 - size of cluster 'Render Cluster': 650 hosts 82983 metrics 309337 values 4896702 bits 612087 bytes 
Wed 31 Jul 2013 15:05:07 - size of cluster 'LISA Cluster': 650 hosts 82983 metrics 315044 values 4987062 bits 623382 bytes 
Wed 31 Jul 2013 15:10:54 - size of cluster 'LISA Cluster': 650 hosts 82983 metrics 290641 values 4597175 bits 574646 bytes 

it looks like all hosts are added to both clusters: 628 + 22 = 650.

This results in hosts being stored twice in RRD.

In addition jobs from Render Cluster do not seem to be picked up, but only LISA Cluster's jobs.


#174 backport 1.1 performance improvements to 2.0 general 2.0 enhancement 08/27/13

in 1.1 many speed and performance improvements have been been that should be ported to the future 2.0 / trunk tree


#281 global name 'cfgcluster' is not defined jobarchived 1.2 defect 08/25/15

If ARCHIVE_PATH does not exists, jobarchived crashes trying to create it.

Tue 25 Aug 2015 13:59:59 - Housekeeping: checking RRD archive for cluster DIGITEO Cluster (may take a while)..
Traceback (most recent call last):
  File "/usr/sbin/jobarchived", line 2398, in <module>
    main()
  File "/usr/sbin/jobarchived", line 2345, in main
    run()
  File "/usr/sbin/jobarchived", line 2303, in run
    myGangliaProcessors.append( GangliaXMLProcessor( myXMLSource, myDataStore, archive_cluster ) )
  File "/usr/sbin/jobarchived", line 1552, in __init__
    self.myXMLHandler = GangliaXMLHandler( self.config, self.ds, self.clusterName )
  File "/usr/sbin/jobarchived", line 1214, in __init__
    self.gatherCluster()
  File "/usr/sbin/jobarchived", line 1235, in gatherCluster
    cluster_dir = '%s/%s' %( check_dir(ARCHIVE_PATH), cfgcluster )
NameError: global name 'cfgcluster' is not defined

#168 graph start/end times don't reset between single result archive searches web 1.2 defect 05/18/13

If you first search a specific job in archive:

  • id = something

While in search results, you alter the query, still the same graph start/end times are used


#166 update configuration wiki general task 05/15/13

Should update the configuration wiki page.

All it says now is "edit <jobmond|jobarchived>.conf to reflect your settings"


#47 use AJAX enabled webcode web 2.0 enhancement 02/27/08

http://www.cakephp.org


Note: See TracReports for help on using and creating reports.