Vladimir,

The below is from graph.php.  Where is it looking to match the rrd files? 
What is in an rrd file that has to pass the specific "matching" criteria? 
Is it not able to read the rrd files because there aren't any matching php 
files?


// If we end up with the empty series it means that no RRD files matched.
  // This can happen if we are trying to create a report and metrics for
  // this host were not collected. If that happens we should create an
  // empty graph
  if ( $series == "" ) {
    $rrdtool_graph[ 'series' ] =
      'HRULE:1#FFCC33:"No matching metrics detected"';
  } else {
    $rrdtool_graph[ 'series' ] = $series . ' ' . $cdef . ' ' . $graphdef;
  }

  return $rrdtool_graph;



Ghassan




From:   Ghassan Elnajjar <gelnaj...@mcvh-vcu.edu>
To:     Vladimir Vuksan <vli...@veus.hr>
Cc:     ganglia-general@lists.sourceforge.net
Date:   10/16/2012 12:50 PM
Subject:        Re: [Ganglia-general] Metrics Issue



1)  Attached text files of RRD Files for one of the client nodes: 





2) conf.php:  Note:  Let me know if you'd like to see the conf_default.php 
instead. 


#: /webtools/htdocs/ganglia: ==>cat conf.php 
<?php 
# $Id: conf.php 2011-05-04 145707 mperzl $ 
# 
# Gmetad-webfrontend modifcations for AIX. 
# 

# define the gweb home directory 
$conf['ganglia_dir'] = dirname(__FILE__); 

# Where to store web-based configuration 
$conf['views_dir'] = $conf['ganglia_dir'] . '/conf'; 
$conf['conf_dir'] = $conf['ganglia_dir'] . '/conf'; 

# 
# Default color for single metric graphs 
# 
$conf['default_metric_color'] = "0000ff"; 

# 
# Default metric 
# 
$conf['default_metric'] = "cpu_used"; 

# 
# Graph sizes 
# 
$conf['graph_sizes'] = array( 
   'small'=>array( 
     'height'=>65, 
     'width'=>200, 
     'fudge_0'=>0, 
     'fudge_1'=>0, 
     'fudge_2'=>0 
   ), 
   'medium'=>array( 
     'height'=>95, 
     'width'=>300, 
     'fudge_0'=>0, 
     'fudge_1'=>14, 
     'fudge_2'=>28 
   ), 

  'large'=>array( 
     'height'=>400, 
     'width'=>800, 
     'fudge_0'=>0, 
     'fudge_1'=>0, 
     'fudge_2'=>0 
   ), 

   'xlarge'=>array( 
     'height'=>600, 
     'width'=>1200, 
     'fudge_0'=>0, 
     'fudge_1'=>0, 
     'fudge_2'=>0 
   ), 

   'mobile'=>array( 
     'height'=>95, 
     'width'=>220, 
     'fudge_0'=>0, 
     'fudge_1'=>0, 
     'fudge_2'=>0 
   ), 

   # this was the default value when no other size was provided. 
   'default'=>array( 
     'height'=>100, 
     'width'=>400, 
     'fudge_0'=>0, 
     'fudge_1'=>0, 
     'fudge_2'=>0 
   ) 

); 
$conf['default_graph_size'] = 'default'; 
$conf['graph_sizes_keys'] = array_keys( $conf['graph_sizes'] ); 

# 
# Colors for the CPU_USED report graph 
# 
$max_unique_colors = 30; 

$unique_color[0]  = "ff0000"; 
$unique_color[1]  = "00ff00"; 
$unique_color[2]  = "0000ff"; 
$unique_color[3]  = "ffff00"; 
$unique_color[4]  = "ff00ff"; 
$unique_color[5]  = "00ffff"; 
$unique_color[6]  = "bb0000"; 
$unique_color[7]  = "00bb00"; 
$unique_color[8]  = "0000bb"; 
$unique_color[9]  = "bbbb00"; 
$unique_color[10] = "bb00bb"; 
$unique_color[11] = "00bbbb"; 
$unique_color[12] = "b22222"; 
$unique_color[13] = "adff2f"; 
$unique_color[14] = "ff1493"; 
$unique_color[15] = "f0e68c"; 
$unique_color[16] = "dda0dd"; 
$unique_color[17] = "8a2be2"; 
$unique_color[18] = "880000"; 
$unique_color[19] = "008800"; 
$unique_color[20] = "000088"; 
$unique_color[21] = "888800"; 
$unique_color[22] = "880088"; 
$unique_color[23] = "008888"; 
$unique_color[24] = "ff4500"; 
$unique_color[25] = "90ee90"; 
$unique_color[26] = "7b68ee"; 
$unique_color[27] = "aaaaaa"; 
$unique_color[28] = "87ceeb"; 
$unique_color[29] = "daa520"; 

?> 


Ghassan
NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message 
is not the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify us immediately by replying to the message and deleting it from your 
computer.
--------------------------------------
VCU Health System
http://www.vcuhealth.org[attachment "rrds_directory.txt" deleted by 
Ghassan Elnajjar/InformationSystems/MCVH] 
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message 
is not the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify us immediately by replying to the message and deleting it from your 
computer.
--------------------------------------
VCU Health System
http://www.vcuhealth.org
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to