Changeset 461 for trunk/web/addons/job_monarch/libtoga.php
- Timestamp:
- 02/06/08 11:45:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/libtoga.php
r459 r461 733 733 if( $jobs[$jobid][status] == 'R' ) { 734 734 735 $domain = $jobs[$jobid][domain]; 736 $domain_len = 0 - strlen( $domain ); 737 735 738 // Let's see if Ganglia use's FQDN or short hostnames 736 739 // … … 745 748 foreach( $jobs[$jobid][nodes] as $node ) { 746 749 747 $domain = $jobs[$jobid][domain]; 748 $domain_len = 0 - strlen( $domain ); 749 750 // Only add domain name to the hostname if Ganglia is doing that too 751 // 750 752 if( $this->fqdn ) 751 753 { … … 761 763 } 762 764 763 //$host = $node.'.'.$jobs[$jobid][domain];764 765 765 if( !isset( $nodes[$host] ) ) 766 766 $my_node = new NodeImage( $this->proc_cluster, $host );
Note: See TracChangeset
for help on using the changeset viewer.