Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297587
Collapse All | Expand All

(-)ganglia_jobmonarch-0.3.1/web/addons/job_monarch/host_view.php (-2 / +2 lines)
Lines 73-80 Link Here
73
       $trd = new TarchRrdGraph( $clustername, $hostname );                                                                                                 
73
       $trd = new TarchRrdGraph( $clustername, $hostname );                                                                                                 
74
       $rrdirs = $trd->getRrdDirs( $period_start, $period_stop );                                                                                           
74
       $rrdirs = $trd->getRrdDirs( $period_start, $period_stop );                                                                                           
75
                                                                                                                                                            
75
                                                                                                                                                            
76
       $longtitle = "Batch Archive Node Report :: Powered by Job Monarch!";                                                                                 
76
       $longtitle = "Host Node";                                                                                                                            
77
       $title = "Batch Archive Node Report";                                                                                                                
77
       $title = "Host Node";                                                                                                                                
78
                                                                                                                                                            
78
                                                                                                                                                            
79
       makeHeader( 'host_view', $title, $longtitle );                                                                                                       
79
       makeHeader( 'host_view', $title, $longtitle );                                                                                                       
80
                                                                                                                                                            
80
                                                                                                                                                            
(-)ganglia_jobmonarch-0.3.1/web/addons/job_monarch/libtoga.php (-3 / +3 lines)
Lines 1433-1439 Link Here
1433
                               //                                                                                                                           
1433
                               //                                                                                                                           
1434
                               $colorblue      = imageColorAllocate( $image, 0, 0, 255 );                                                                   
1434
                               $colorblue      = imageColorAllocate( $image, 0, 0, 255 );                                                                   
1435
                                                                                                                                                            
1435
                                                                                                                                                            
1436
                               imageString( $image, $font, 2, 2, "Monarch Joblist - cluster: ".$this->clustername, $colorblue );                            
1436
                               imageString( $image, $font, 2, 2, "Joblist - cluster: ".$this->clustername, $colorblue );                                    
1437
                       }                                                                                                                                    
1437
                       }                                                                                                                                    
1438
                                                                                                                                                            
1438
                                                                                                                                                            
1439
                       if( $this->isBig() && ( isset( $SORT_XLABEL ) || isset( $SORT_YLABEL ) ) )                                                           
1439
                       if( $this->isBig() && ( isset( $SORT_XLABEL ) || isset( $SORT_YLABEL ) ) )                                                           
Lines 1583-1589 Link Here
1583
                               $colorblue      = imageColorAllocate( $image, 0, 0, 255 );
1583
                               $colorblue      = imageColorAllocate( $image, 0, 0, 255 );
1584
                               imageString( $image, $font, 2, 2, "Monarch Joblist - cluster: ".$this->clustername, $colorblue );
1584
                               imageString( $image, $font, 2, 2, "Joblist - cluster: ".$this->clustername, $colorblue );
1585
                       }
1585
                       }
1586
                       for( $n = 0; $n < $node_rows; $n++ ) {
1586
                       for( $n = 0; $n < $node_rows; $n++ ) {
Lines 1810-1816 Link Here
1810
               $colorblue      = imageColorAllocate( $this->image, 0, 0, 255 );
1810
               $colorblue      = imageColorAllocate( $this->image, 0, 0, 255 );
1811
               imageString( $this->image, $this->font, 1, $this->y_offset, "Monarch Joblist - host: ".$this->host, $colorblue );
1811
               imageString( $this->image, $this->font, 1, $this->y_offset, "Joblist - host: ".$this->host, $colorblue );
1812
               $this->newLineOffset();
1812
               $this->newLineOffset();
1813
               $this->drawHeader();
1813
               $this->drawHeader();
(-)ganglia_jobmonarch-0.3.1/web/addons/job_monarch/search.php (-2 / +2 lines)
Lines 261-268 Link Here
261
       //printf("start = %s stop = %s\n", $start, $stop );
261
       //printf("start = %s stop = %s\n", $start, $stop );
262
       //printf("m %s\n", $metricname );
262
       //printf("m %s\n", $metricname );
263
       $longtitle = "Batch Archive Search :: Powered by Job Monarch!";
263
       $longtitle = "Archive Search";
264
       $title = "Batch Archive Search";
264
       $title = "Archive Search";
265
       makeHeader( 'search', $title, $longtitle );
265
       makeHeader( 'search', $title, $longtitle );
(-)ganglia_jobmonarch-0.3.1/web/addons/job_monarch/templates/header.tpl (-2 / +2 lines)
Lines 1-7 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<HTML>
2
<HTML>
3
<HEAD>
3
<HEAD>
4
<TITLE>Ganglia :: {longpage_title}</TITLE>
4
<TITLE>Ganglia Batch Report of {longpage_title}</TITLE>
5
<META http-equiv="Content-type" content="text/html; charset=utf-8">
5
<META http-equiv="Content-type" content="text/html; charset=utf-8">
6
<META http-equiv="refresh" content="{refresh}{redirect}" >
6
<META http-equiv="refresh" content="{refresh}{redirect}" >
7
<LINK rel="stylesheet" href="./styles.css" type="text/css">
7
<LINK rel="stylesheet" href="./styles.css" type="text/css">
Lines 34-40 Link Here
34
  <TR BGCOLOR="#DDDDDD">
34
  <TR BGCOLOR="#DDDDDD">
35
     <TD BGCOLOR="#DDDDDD">
35
     <TD BGCOLOR="#DDDDDD">
36
     <FONT SIZE="+1">
36
     <FONT SIZE="+1">
37
     <B>{page_title} for {date}</B>
37
     <B>{page_title} @ {date}</B>
38
     </FONT>
38
     </FONT>
39
     </TD>
39
     </TD>
40
     <TD BGCOLOR="#DDDDDD" ALIGN="RIGHT">
40
     <TD BGCOLOR="#DDDDDD" ALIGN="RIGHT">

Return to bug 297587