Re: [Ganglia-general] ERROR: Could not parse color in ''

2013-03-07 Thread Ghassan Elnajjar
Actually, I already installed the latest version 3.5.4-1 two days ago, but 
did not resolve the issue.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Michael Perzl 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   03/07/2013 04:51 AM
Subject:Re: [Ganglia-general] ERROR: Could not parse color in ''



I would suggest you try the following:

Download the latest version 3.5.4-1 from 
http://www.perzl.org/aix/index.php?n=Main.Ganglia-web20, the direct link 
is:
http://www.oss4aix.org/download/ganglia/web/tar/ganglia-gweb-3.5.4-1.tar.bz2


Then I assume you are running gmetad and httpd on an AIX box and thus you 
would unpack it in:
/var/www/htdocs

Afterwards you end up with a directory called "gweb-3.5.4-1". 

Assuming you have not changed any defaults, e.g., the location of the RRD 
files, then I would point your web browser to the following URL:

/gweb-3.5.4-1/

and start from there

Regards,
Michael

On 03/06/2013 05:19 PM, Ghassan Elnajjar wrote:
Does anyone know if this is an out of the box coding/functionality issue 
or I may have not installed a piece of ganglia-web correctly?  I don't 
want to keep trying to troubleshoot this if it's an issue with the earlier 
reason. 


Thank you,
Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org 



From:Ghassan Elnajjar  
To:Michael Perzl  
Cc:Alexander Karner , 
"ganglia-general@lists.sourceforge.net" 
 
Date:03/05/2013 11:00 AM 
Subject:Re: [Ganglia-general] ERROR: Could not parse color in '' 



Thank you Michael and Alexander for responding. 

I verified the conf.php file and it does include the color definitions 
that Alexander mentioned below, but I still can see the error.  I did 
notice that the graphs that are failing to display and produce this error 
are the network_report, the load_report, and the memory_report.  Thoughts? 




Ghassan 




From:Michael Perzl  
To:Alexander Karner , 
"ganglia-general@lists.sourceforge.net" 
, Ghassan Elnajjar 
 
Date:03/05/2013 06:36 AM 
Subject:Re: [Ganglia-general] ERROR: Could not parse color in '' 



Well, what Alexander here is referring to actually is that Ghassan likely 
used one of the web interfaces from my web site:
http://www.perzl.org/aix/index.php?n=Main.Ganglia-web20

But all those RPMs and tar.bz2's should contain a conf.php which contains 
all my modifications for AIX and IBM Power Systems. This is especially 
done in "conf.php" as conf_default.php is not the right place for that:

##
# IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
#
# Please DO NOT edit this file. This file should be left as is. If you
# need to change any of the variables override them in conf.php.
##

The only question I have is why the necessary bits and pieces have 
disappeared on Ghassan's web server and are not present in Alexander's 
fresh installation?

Those color definitions should appear only in the additional graphs in 
graph.d/:
- SPECfp_rate2006_report.php
- SPECfp_rate_base2006_report.php
- SPECint_rate2006_report.php
- SPECint_rate_base2006_report.php
- cpu_used_report.php
- rperf_report.php
but they should NOT appear in any of the "standard" graphs.

Regards,
Michael

On 03/05/2013 10:57 AM, Alexander Karner wrote: 
Hi! 

I just saw this in a new installation today. 
It was solved with adding the following content into my conf.php file: 

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

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

$unique_color[0]  = "ff"; 
$unique_color[1]  = "00ff00"; 
$unique_color[2]  = "ff"; 
$unique_color[3]  = "00"; 
$unique_color[4]  = "ff00ff"; 
$unique_color[5]  = "00"; 
$unique_color[6]  = "bb"; 
$unique_color[7]  = "00bb00"; 
$unique_color[8]  = "bb"; 
$unique_color[9]  = "00"; 
$unique_color[10] = "bb00bb"; 
$unique_color[11] = "00"; 
$unique_color[12] = "b2"; 
$unique_color[13] = "adff2f"; 
$unique_color[14] = "ff1493"; 
$unique_color[15] = "f0e68c"; 
$unique_color[16] = "dda0dd"; 
$unique_color[17] = "8a2be2&q

Re: [Ganglia-general] ERROR: Could not parse color in ''

2013-03-06 Thread Ghassan Elnajjar
Does anyone know if this is an out of the box coding/functionality issue 
or I may have not installed a piece of ganglia-web correctly?  I don't 
want to keep trying to troubleshoot this if it's an issue with the earlier 
reason.


Thank you,
Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: Michael Perzl 
Cc: Alexander Karner , 
"ganglia-general@lists.sourceforge.net" 

Date:   03/05/2013 11:00 AM
Subject:Re: [Ganglia-general] ERROR: Could not parse color in ''



Thank you Michael and Alexander for responding. 

I verified the conf.php file and it does include the color definitions 
that Alexander mentioned below, but I still can see the error.  I did 
notice that the graphs that are failing to display and produce this error 
are the network_report, the load_report, and the memory_report.  Thoughts? 




Ghassan 




From:Michael Perzl  
To:Alexander Karner , 
"ganglia-general@lists.sourceforge.net" 
, Ghassan Elnajjar 
 
Date:03/05/2013 06:36 AM 
Subject:Re: [Ganglia-general] ERROR: Could not parse color in '' 



Well, what Alexander here is referring to actually is that Ghassan likely 
used one of the web interfaces from my web site:
http://www.perzl.org/aix/index.php?n=Main.Ganglia-web20

But all those RPMs and tar.bz2's should contain a conf.php which contains 
all my modifications for AIX and IBM Power Systems. This is especially 
done in "conf.php" as conf_default.php is not the right place for that:

##
# IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
#
# Please DO NOT edit this file. This file should be left as is. If you
# need to change any of the variables override them in conf.php.
##

The only question I have is why the necessary bits and pieces have 
disappeared on Ghassan's web server and are not present in Alexander's 
fresh installation?

Those color definitions should appear only in the additional graphs in 
graph.d/:
- SPECfp_rate2006_report.php
- SPECfp_rate_base2006_report.php
- SPECint_rate2006_report.php
- SPECint_rate_base2006_report.php
- cpu_used_report.php
- rperf_report.php
but they should NOT appear in any of the "standard" graphs.

Regards,
Michael

On 03/05/2013 10:57 AM, Alexander Karner wrote: 
Hi! 

I just saw this in a new installation today. 
It was solved with adding the following content into my conf.php file: 

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

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

$unique_color[0]  = "ff"; 
$unique_color[1]  = "00ff00"; 
$unique_color[2]  = "ff"; 
$unique_color[3]  = "00"; 
$unique_color[4]  = "ff00ff"; 
$unique_color[5]  = "00"; 
$unique_color[6]  = "bb"; 
$unique_color[7]  = "00bb00"; 
$unique_color[8]  = "bb"; 
$unique_color[9]  = "00"; 
$unique_color[10] = "bb00bb"; 
$unique_color[11] = "00"; 
$unique_color[12] = "b2"; 
$unique_color[13] = "adff2f"; 
$unique_color[14] = "ff1493"; 
$unique_color[15] = "f0e68c"; 
$unique_color[16] = "dda0dd"; 
$unique_color[17] = "8a2be2"; 
$unique_color[18] = "88"; 
$unique_color[19] = "008800"; 
$unique_color[20] = "88"; 
$unique_color[21] = "00"; 
$unique_color[22] = "880088"; 
$unique_color[23] = "00"; 
$unique_color[24] = "ff4500"; 
$unique_color[25] = "90ee90"; 
$unique_color[26] = "7b68ee"; 
$unique_color[27] = "aa"; 
$unique_color[28] = "87ceeb"; 
$unique_color[29] = "daa520"; 



From:Ghassan Elnajjar  
To:ganglia-general@lists.sourceforge.net, 
Date:04.03.2013 20:54 
Subject:[Ganglia-general]   ERROR: Could not parse color in '' 



Has anyone come across this error?  Because of this error, I don't see the 
graphs under the "Grid" in ganglia web.  The permissions on all the rrd 
files are wide open.  Any ideas? 


#>/:  /usr/bin/rrdtool graph - --start '-3600s' --end now --width 1200 
--height 600 --title 'DataCenter Grid Network last hour' --lower-limit 0 
--vertical-label 'Bytes/sec' --slope-mode --rigid --base 1024 
DEF:'bytes_in'='/var/lib/ganglia/rrds/__SummaryInfo__/bytes_in.rrd':'sum':AVERAGE
 
DEF:&#x

Re: [Ganglia-general] ERROR: Could not parse color in ''

2013-03-05 Thread Ghassan Elnajjar
Thank you Michael and Alexander for responding.

I verified the conf.php file and it does include the color definitions 
that Alexander mentioned below, but I still can see the error.  I did 
notice that the graphs that are failing to display and produce this error 
are the network_report, the load_report, and the memory_report.  Thoughts?



Ghassan




From:   Michael Perzl 
To: Alexander Karner , 
"ganglia-general@lists.sourceforge.net" 
, Ghassan Elnajjar 

Date:   03/05/2013 06:36 AM
Subject:Re: [Ganglia-general] ERROR: Could not parse color in ''



Well, what Alexander here is referring to actually is that Ghassan likely 
used one of the web interfaces from my web site:
http://www.perzl.org/aix/index.php?n=Main.Ganglia-web20

But all those RPMs and tar.bz2's should contain a conf.php which contains 
all my modifications for AIX and IBM Power Systems. This is especially 
done in "conf.php" as conf_default.php is not the right place for that:

##
# IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
#
# Please DO NOT edit this file. This file should be left as is. If you
# need to change any of the variables override them in conf.php.
##

The only question I have is why the necessary bits and pieces have 
disappeared on Ghassan's web server and are not present in Alexander's 
fresh installation?

Those color definitions should appear only in the additional graphs in 
graph.d/:
- SPECfp_rate2006_report.php
- SPECfp_rate_base2006_report.php
- SPECint_rate2006_report.php
- SPECint_rate_base2006_report.php
- cpu_used_report.php
- rperf_report.php
but they should NOT appear in any of the "standard" graphs.

Regards,
Michael

On 03/05/2013 10:57 AM, Alexander Karner wrote:
Hi! 

I just saw this in a new installation today. 
It was solved with adding the following content into my conf.php file: 

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

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

$unique_color[0]  = "ff"; 
$unique_color[1]  = "00ff00"; 
$unique_color[2]  = "ff"; 
$unique_color[3]  = "00"; 
$unique_color[4]  = "ff00ff"; 
$unique_color[5]  = "00"; 
$unique_color[6]  = "bb"; 
$unique_color[7]  = "00bb00"; 
$unique_color[8]  = "bb"; 
$unique_color[9]  = "00"; 
$unique_color[10] = "bb00bb"; 
$unique_color[11] = "00"; 
$unique_color[12] = "b2"; 
$unique_color[13] = "adff2f"; 
$unique_color[14] = "ff1493"; 
$unique_color[15] = "f0e68c"; 
$unique_color[16] = "dda0dd"; 
$unique_color[17] = "8a2be2"; 
$unique_color[18] = "88"; 
$unique_color[19] = "008800"; 
$unique_color[20] = "88"; 
$unique_color[21] = "00"; 
$unique_color[22] = "880088"; 
$unique_color[23] = "00"; 
$unique_color[24] = "ff4500"; 
$unique_color[25] = "90ee90"; 
$unique_color[26] = "7b68ee"; 
$unique_color[27] = "aa"; 
$unique_color[28] = "87ceeb"; 
$unique_color[29] = "daa520"; 



From:Ghassan Elnajjar  
To:ganglia-general@lists.sourceforge.net, 
Date:04.03.2013 20:54 
Subject:[Ganglia-general]   ERROR: Could not parse color in '' 



Has anyone come across this error?  Because of this error, I don't see the 
graphs under the "Grid" in ganglia web.  The permissions on all the rrd 
files are wide open.  Any ideas? 


#>/:  /usr/bin/rrdtool graph - --start '-3600s' --end now --width 1200 
--height 600 --title 'DataCenter Grid Network last hour' --lower-limit 0 
--vertical-label 'Bytes/sec' --slope-mode --rigid --base 1024 
DEF:'bytes_in'='/var/lib/ganglia/rrds/__SummaryInfo__/bytes_in.rrd':'sum':AVERAGE
 
DEF:'bytes_out'='/var/lib/ganglia/rrds/__SummaryInfo__/bytes_out.rrd':'sum':AVERAGE
 
LINE2:'bytes_in'#:'In' LINE2:'bytes_out'#:'Out' 

ERROR: Could not parse color in '' 


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.vcuhea

[Ganglia-general] ERROR: Could not parse color in ''

2013-03-04 Thread Ghassan Elnajjar
Has anyone come across this error?  Because of this error, I don't see the 
graphs under the "Grid" in ganglia web.  The permissions on all the rrd 
files are wide open.  Any ideas?


#>/:  /usr/bin/rrdtool graph - --start '-3600s' --end now --width 1200 
--height 600 --title 'DataCenter Grid Network last hour' --lower-limit 0 
--vertical-label 'Bytes/sec' --slope-mode --rigid --base 1024 
DEF:'bytes_in'='/var/lib/ganglia/rrds/__SummaryInfo__/bytes_in.rrd':'sum':AVERAGE
 
DEF:'bytes_out'='/var/lib/ganglia/rrds/__SummaryInfo__/bytes_out.rrd':'sum':AVERAGE
 
LINE2:'bytes_in'#:'In' LINE2:'bytes_out'#:'Out'

ERROR: Could not parse color in ''


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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Changing the color in a json view

2013-02-27 Thread Ghassan Elnajjar
I know it's possible to include a custom color of the line in a line graph 
of a report.  Is it possible to do the same in a json view?


Thank you,
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] "CPUs Total" In Ganglia Web

2013-02-27 Thread Ghassan Elnajjar
Thanks Michael for the explanation.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Michael Perzl 
To: Ghassan Elnajjar , 
"ganglia-general@lists.sourceforge.net" 

Date:   02/27/2013 01:48 PM
Subject:Re: [Ganglia-general] "CPUs Total" In Ganglia Web



This is due to the fact that here the number of logical CPUs are counted. 
For AIX/Power systems is valid:

logical CPUs = number of virtual processors for this LPAR * SMT

logical CPUs = number of processors the OS (AIX/Linux) sees
number of virtual processors = as defined via the LPAR profile for this 
LPAR (can change dynamically on the fly)
SMT = 1, 2 or 4 threads per virtual processor (can change dynamically on 
the fly)

Power5 and Power6: SMT = [1,2]
Power7: SMT = [1,2,4]

Thus, the number of logical CPUs can change dynamically for the LPAR.

Putting into the Ganglia Web GUI the number of physical cores is rather 
complicated for the following reasons:
1) The virtual processors are mapped to physical cores in the box (exactly 
how this is done would lead to a very looong email, I suggest you dig up 
some IBM redbooks and look for PowerVM virtualization if you are 
interested). So you would have to identify all the LPARs on the same 
physical box as you want to count the physical cores only once. This could 
be done via my "system_id" (=serial number of physical box) metric from 
the Power gmond extensions. The proper metric for this from the "ibmpower" 
gmond extension would be "cpu_in_machine".
2) To make things complicated, LPARs can move on the fly from one physical 
box to another, so the "calculation" which LPAR with the physical cores 
must be "calculated" again.
3) Whatever number is presented here in web GUI is calculated within the 
PHP code and thus all these things above would have to be considered an 
implemented in PHP code.
4) I definitely lack the proper PHP skills to program something like this 
(which is the main reason I haven't done something like that).

That's my 2cents...

Regards,
Michael

On 02/27/2013 05:11 PM, Ghassan Elnajjar wrote:
Currently, the "CPUs Total" (screen shot below) which is displayed above 
the "Hosts Up", shows the total number of all virtual CPUs assigned to the 
IBM Power LPARs.  Is there a way to change this value to represent the 
total number of Physical Cores used or the total number of Entitlement 
CPUs? 





Thank you,
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 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb


___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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<>--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Graphs Under The GRID View

2013-02-27 Thread Ghassan Elnajjar
Anyone have any ideas..?


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: ganglia-general@lists.sourceforge.net
Date:   02/26/2013 02:59 PM
Subject:[Ganglia-general]  Graphs Under The GRID View



Where are the json files that are associated with the aggregate graphs 
under the Grid view in the Ganglia Web? 

I just added another cluster to the already existing grid that only 
included one cluster.  When I click on the Grid name, the first set of 
graphs are the Grid graphs where only the cpu used and memory graphs 
display data.  The network and load graphs are not working, as if the 
behind the scenes code is pointing to an image, but the image does not 
exist (a box with the red x at the top left corner of the box). 

The same thing shows up under each cluster on the same Grid page for the 
load and memory graphs. 

What's causing this? 


Thank you,
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
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] "CPUs Total" In Ganglia Web

2013-02-27 Thread Ghassan Elnajjar
Currently, the "CPUs Total" (screen shot below) which is displayed above 
the "Hosts Up", shows the total number of all virtual CPUs assigned to the 
IBM Power LPARs.  Is there a way to change this value to represent the 
total number of Physical Cores used or the total number of Entitlement 
CPUs?





Thank you,
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<>--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] IBM POWER NET & FC Metrics

2013-02-27 Thread Ghassan Elnajjar
Thank you Michael.  That resolved it.


Ghassan





From:   Michael Perzl 
To: ganglia-general@lists.sourceforge.net, Alexander Karner 
, Ghassan Elnajjar 
Date:   02/27/2013 07:16 AM
Subject:Re: [Ganglia-general] IBM POWER NET & FC Metrics



When you install the additional RPM files (= DSO modules for gmond), each 
of those RPMs has its own config file which is automatically installed in 
"/etc/ganglia/conf.d".

Details:
mod_ibmfc: http://www.perzl.org/aix/index.php?n=Main.ModIbmfc
mod_ibmnet: http://www.perzl.org/aix/index.php?n=Main.ModIbmnet

Config files:
/etc/ganglia/conf.d/ibmnet.conf
/etc/ganglia/conf.d/ibmfc.conf 

In each of these config files you have to uncomment and adapt the metrics 
that you want captured.
By default all metrics are commented out!

Hope this helps

Regards,
Michael

On 02/27/2013 12:25 PM, Alexander Karner wrote:
Hi! 

You need to configure the measurements specific to your environment in the 
gmond.conf file and in the files in the subdir that you find in 
/etc/ganglia (sorry, not sitting at my AIX systems right now, can't 
remember the name of the dir) 



From:    Ghassan Elnajjar  
To:ganglia-general@lists.sourceforge.net, 
Date:27.02.2013 00:42 
Subject:[Ganglia-general]   IBM POWER NET & FC Metrics 



I wanted to monitor my network interfaces on a couple of my AIX 7.1 LPARs 
and noticed that the IBM Power network interfaces metrics and the fiber 
channel metrics are not being pulled by my gmetad server.  Does something 
else needs to be configured? 

The gmetad server is running rrdtoo 1.4.7, ganglia-web 3.5.3, and gmetad 
3.4.0 

The gmond clients are running gmond 3.4.0. 


Thank you,
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
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb


___
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] IBM POWER NET & FC Metrics

2013-02-26 Thread Ghassan Elnajjar
I wanted to monitor my network interfaces on a couple of my AIX 7.1 LPARs 
and noticed that the IBM Power network interfaces metrics and the fiber 
channel metrics are not being pulled by my gmetad server.  Does something 
else needs to be configured?

The gmetad server is running rrdtoo 1.4.7, ganglia-web 3.5.3, and gmetad 
3.4.0

The gmond clients are running gmond 3.4.0.


Thank you,
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Graphs Under The GRID View

2013-02-26 Thread Ghassan Elnajjar
Where are the json files that are associated with the aggregate graphs 
under the Grid view in the Ganglia Web?

I just added another cluster to the already existing grid that only 
included one cluster.  When I click on the Grid name, the first set of 
graphs are the Grid graphs where only the cpu used and memory graphs 
display data.  The network and load graphs are not working, as if the 
behind the scenes code is pointing to an image, but the image does not 
exist (a box with the red x at the top left corner of the box).

The same thing shows up under each cluster on the same Grid page for the 
load and memory graphs.

What's causing this?


Thank you,
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] JSON Views

2013-02-04 Thread Ghassan Elnajjar
Thank you so much Nikhil this really helps.  However, I am not able to get 
the "reports" to display.  Do they only show up in the dashboard?


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Nikhil 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   02/04/2013 01:35 PM
Subject:Re: [Ganglia-general] JSON Views



Hi Ghassan,

Take a look at both of these examples, these should help with what you are 
looking for, hopefully.

example: you can specify a host metrics to have dashboard of different 
reports such as :

https://gist.github.com/4708555

another example: where you have different metric regex although appearing 
in a single dashboard/ganglia json view

https://gist.github.com/4708591

Unless the metric's units are same, I probably do not want to see them on 
the same plane of the graph.

Nikhil


On Mon, Feb 4, 2013 at 11:29 PM, Ghassan Elnajjar  
wrote:
Is there a way to create a JSON view that will display two different 
aggregate graphs for two different metrics?  For example, a view called 
"system_load-avg_and_cpu-usage", that will include one  "regex":"load_one" 
for one aggregate graph and one "regex":"cpu_used" in a different 
aggregate graph.  These will be displayed in separate graphs under 
"Views". 

If the above can't be done, is there a way to force "Automatic Rotation" 
to rotate through all the different views created?  For example, to 
display aggregate cpu_used view, then rotate to aggregate load view, next 
rotate to aggregate network view, etc.  Basically, rotating through all 
the views that exist. 


Thank you. 


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
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] JSON Views

2013-02-04 Thread Ghassan Elnajjar
Is there a way to create a JSON view that will display two different 
aggregate graphs for two different metrics?  For example, a view called 
"system_load-avg_and_cpu-usage", that will include one  "regex":"load_one" 
for one aggregate graph and one "regex":"cpu_used" in a different 
aggregate graph.  These will be displayed in separate graphs under 
"Views".

If the above can't be done, is there a way to force "Automatic Rotation" 
to rotate through all the different views created?  For example, to 
display aggregate cpu_used view, then rotate to aggregate load view, next 
rotate to aggregate network view, etc.  Basically, rotating through all 
the views that exist.


Thank you.


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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] ERROR: start time: unparsable trailing text: '...s'

2013-02-02 Thread Ghassan Elnajjar
Does anyone know what these errors mean?  They were from 
/opt/freeware/etc/httpd/logs/error_log.


Also, when I try to add an "Aggregate Graph" to a view, I get an error in 
screen shot below.  Any ideas?


Thank you.



Ghassan


ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'
ERROR: start time: unparsable trailing text: '...s'




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<>--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Dependent rpms cairo, gtk2, librsvg2, pango "HELL"

2013-01-28 Thread Ghassan Elnajjar
This really does not make any sense at all.  I've tried doing this in a 
brand new install, but no luck.

What I don't get is that in order to install the cairo and pango rpms 
first, you need to install the libsrvg2 rpm.  However, in order to install 
the libsrvg2 rpm, you need the gtk2, cairo, and pango rpms installed 
first.  In order to install the gtk2 rpm, you need to install the pango 
rpm first.  THIS IS CRAZY.  It's just going in a dependent loop around 
each other.

Does anyone know what the hell to do???


Ghassan






From:   Ghassan Elnajjar 
To: ganglia-general@lists.sourceforge.net
Date:   01/25/2013 01:59 PM
Subject:[Ganglia-general]  Dependent rpms cairo, gtk2, librsvg2, 
pango



Each of these RPMs are dependent on the others.  The cairo, librsvg2, and 
pango rpms install just fine, but the gtk2 rpm installs, but fails with a 
lot of "Dependent module  could not be loaded."  How can I 
get around the gtk2 rpm from failing?  I am installing them including 
others with rpm -Uvh *.rpm command.  Thank you. 

cairo-1.12.8-1.aix5.1.ppc.rpm 
gtk2-2.18.9-2.aix5.1.ppc.rpm 
librsvg2-2.34.2-1.aix5.1.ppc.rpm 
pango-1.24.5-1.aix5.1.ppc.rpm 



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
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Dependent rpms cairo, gtk2, librsvg2, pango

2013-01-25 Thread Ghassan Elnajjar
Each of these RPMs are dependent on the others.  The cairo, librsvg2, and 
pango rpms install just fine, but the gtk2 rpm installs, but fails with a 
lot of "Dependent module  could not be loaded."  How can I 
get around the gtk2 rpm from failing?  I am installing them including 
others with rpm -Uvh *.rpm command.  Thank you.

cairo-1.12.8-1.aix5.1.ppc.rpm
gtk2-2.18.9-2.aix5.1.ppc.rpm
librsvg2-2.34.2-1.aix5.1.ppc.rpm
pango-1.24.5-1.aix5.1.ppc.rpm



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--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] RRDTOOL

2013-01-16 Thread Ghassan Elnajjar
Hi Michael,

For some reason, when trying to install Pango on AIX 7.1, I get the below 
which causes issues for the RRDTOOL.  Thanks.


Ghassan



#: rpm -Uvh pango-1.24.5-1.aix5.1.ppc.rpm 
pango ## 
Could not load program /opt/freeware/bin/pango-querymodules: 
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0). 
Dependent module /opt/freeware/lib/libffi.a(libffi.so.5) could not 
be loaded. 
Member libffi.so.5 is not found in archive 
Could not load module pango-querymodules. 
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded. 
Could not load module . 
execution of pango-1.24.5-1 script failed, exit status 255





From:   Michael Perzl 
To: ganglia-general@lists.sourceforge.net
Date:   01/11/2013 10:24 AM
Subject:Re: [Ganglia-general] RRDTOOL



Yes, I have and I provide all different versions of RRDTool on my AIX Open 
Source software web site. Here is the direct link:

http://www.perzl.org/aix/index.php?n=Main.Rrdtool

Although it is compiled on AIX 5.1 it runs just fine on any higher AIX 
higher (including 7.1) because AIX has quite good binary compatibility.
The big difference between RRDTool versions 1.2.x and 1.3.X (and also 
1.4.X) is that starting with version 1.3.x Pango is used for text 
rendering and Pango as such needs many more additional libraries, thus a 
much larger prerequisite list.

I would definitely recommend RRDTool 1.4.7 as the latest version over any 
1.3.X version.

Please note that due to Pango more CPU cycles are needed for text 
rendering than without it (versions 1.2.X), thus you might experience on 
older systems a dropoff in performance. On any more recent systems (Power6 
and Power7) this should not make a big difference though.

Please check out the following descriptions

if you want to compile yourself:
http://www.perzl.org/aix/index.php?n=Main.Instructions

or if you want to download my version including all prereqs:
http://www.perzl.org/aix/index.php?n=FAQs.FAQs#rpm-dependency-hell

Regards,
Michael

On 01/10/2013 04:02 PM, Ghassan Elnajjar wrote: 
Has anyone successfully installed RRDTOOL 1.3.x or higher on AIX 7.1?  I 
have not been successful at doing so.  Thanks. 


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 

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712


___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general
--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
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--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] RRDTOOL

2013-01-10 Thread Ghassan Elnajjar
Has anyone successfully installed RRDTOOL 1.3.x or higher on AIX 7.1?  I 
have not been successful at doing so.  Thanks.


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--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] IE issues

2012-11-08 Thread Ghassan Elnajjar
Hi Paul,

I had the same issue with Internet Explorer.  I started to use Fire Fox 
instead and it works fine even with a heatmap enabled.


Ghassan





From:   Paul Hewlett 
To: Jochen Hein 
Cc: "ganglia-general@lists.sourceforge.net" 

Date:   11/08/2012 04:35 AM
Subject:Re: [Ganglia-general] IE issues



Thank you Jochen


--
Paul Hewlett

"Write documentation as if whoever reads it is a violent psychopath who 
knows where you live."
Steve English, as quoted by Peter Langston

http://www.quotegarden.com/programming.html

ARM Ltd
110 Fulbourn Road, Cambridge, CB1 9NJ
Tel: +44 (0)1223 405923
skype: paul-at-arm
www.arm.com



> -Original Message-
> From: Jochen Hein [mailto:joc...@jochen.org]
> Sent: 08 November 2012 06:33
> To: Paul Hewlett
> Cc: ganglia-general@lists.sourceforge.net
> Subject: Re: [Ganglia-general] IE issues
>
> Jochen Hein  writes:
>
> > Paul Hewlett  writes:
> >
> >> When browsing to the appropriate link using Internet Explorer 7 or 8
> I
> >> get a dialog with the helpful text '[object Error]' and the heatmap
> >> does not appear
> >>
> >> Does anyone else have this problem ? any pointers on where I may look
> to debug this?
> >
> > I never found a fix, so I disabled heatmaps in conf.php:
> >
> > # Are heatmaps enabled
> > $conf['heatmaps_enabled'] = 1;
>
> Of course, to disable you need to have:
> $conf['heatmaps_enabled'] = 0;
>
> Jochen
>
> --
> The only problem with troubleshooting is that the trouble shoots back.


-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended 
recipient, please notify the sender immediately and do not disclose the 
contents to any other person, use it for any purpose, or store or copy the 
information in any medium.  Thank you.


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Aggregate Graphs Not Working For Multiple Nodes

2012-10-31 Thread Ghassan Elnajjar
Hi Aaron,

You are correct.  In creating the aggregate graph cpu_used for one of the 
nodes, node1, did not work.  For the others it did.  However, the cpu_used 
graph works for node1 under the "Main" tab and clicking on that particular 
node, node1, under the list of metrics.  Similarly, under the "Main" tab, 
if chose to display the metric "cpu_used" from the drop down list, it 
displays the correct graph for node1.  What could be the issue?  Is there 
a different metric for the aggregate graphs than the what is displayed 
under the "Main" tab?  If so, how to fix this?


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Aaron Nichols 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/31/2012 09:55 AM
Subject:Re: [Ganglia-general] Aggregate Graphs Not Working For 
Multiple Nodes



On Wed, Oct 31, 2012 at 5:54 AM, Ghassan Elnajjar  
wrote:
I'm trying to create aggregate graphs under the "Aggregate Graphs" tab in 
ganglia web.  I am running into an issue where if I use the wild card, " * 
", for multiple nodes that start with the same name, it produces just the 
bars with no graphs underneath.  However, if I write the complete name of 
one node, it displays the graphs correctly.  Anyone know why it's not 
working correctly for multiple nodes?  Thanks.  

I believe I have observed this in the past when one host doesn't have the 
metric indicated - hence an RRD for that host/metric combo is missing. I 
don't believe those graphs work correctly if only some of the hosts 
matching the regex have the metric being displayed. Try showing each of 
the hosts that should match individually to find out which one doesn't 
work. Alternatively, maybe the host regex is including a different type of 
host which doesn't have an RRD for the metric you are requesting? 

Aaron

-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols


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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Aggregate Graphs Not Working For Multiple Nodes

2012-10-31 Thread Ghassan Elnajjar
I'm trying to create aggregate graphs under the "Aggregate Graphs" tab in 
ganglia web.  I am running into an issue where if I use the wild card, " * 
", for multiple nodes that start with the same name, it produces just the 
bars with no graphs underneath.  However, if I write the complete name of 
one node, it displays the graphs correctly.  Anyone know why it's not 
working correctly for multiple nodes?  Thanks.



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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] PANGO Error

2012-10-23 Thread Ghassan Elnajjar
The below errors are complaining that pango-querymodules is not able to 
load the libgobject-2.0.a(libgobject-2.0.so.0) and the 
libffi.a(libffi.so.5).  What was installed in /opt/freewar/bin are the 
following.

-rwxr-xr-x1 root system   182130 Oct 19 10:08 libffi.a
-rwxr-xr-x1 root system85253 Oct 19 10:08 libffi.so.6

-rwxr-xr-x1 root system  1198360 Apr 11 2012  libgobject-2.0.a
lrwxrwxrwx1 root system   19 Oct 22 16:17 
libgobject-2.0.so -> libgobject-2.0.so.0
-rwxr-xr-x1 root system   535910 Apr 11 2012 
libgobject-2.0.so.0


It seems to me that pango-1.24.5 is looking for libffi.so.5 not 
libffi.so.6.  It's either I have installed the wrong libffi, or the wrong 
pango, or there is a bug with the pango rpm.  Will someone please chime in 
and let me know what you did to install the rrdtool-1.3 or higher?  Has 
anyone encountered this issue?  Is there a work around?  Your input is 
greatly appreciated.  Thanks.




Ghassan





From:   Ghassan Elnajjar 
To: ganglia-general@lists.sourceforge.net
Date:   10/22/2012 06:03 PM
Subject:[Ganglia-general]  PANGO Error



Does anyone know why does this version of pango produces the below errors 
after installing on AIX 7.1?  It's needed for the installation of 
rrdtool-1.3 and higher.  Please help as I need to fix this issue for my 
ganglia-web to work.  Thanks. 


Ghassan


#: rpm -Uvh pango-1.24.5-1.aix5.1.ppc.rpm 
pango ## 
Could not load program /opt/freeware/bin/pango-querymodules: 
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0). 
Dependent module /opt/freeware/lib/libffi.a(libffi.so.5) could not 
be loaded. 
Member libffi.so.5 is not found in archive 
Could not load module pango-querymodules. 
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded. 
Could not load module . 
execution of pango-1.24.5-1 script failed, exit status 255 



BTW, below is the order in which I have installed all the prerequisites to 
the rrdtool with pango being the last one. 


rpm -Uvh expat-2.1.0-1.aix5.1.ppc.rpm 
rpm -Uvh zlib-1.2.7-2.aix5.1.ppc.rpm 
rpm -Uvh freetype2-2.4.10-1.aix5.1.ppc.rpm 
rpm -Uvh fontconfig-2.8.0-2.aix5.1.ppc.rpm 
rpm -Uvh libgcc-4.7.2-1.aix7.1.ppc.rpm 
rpm -Uvh libpng-1.5.13-1.aix5.1.ppc.rpm 
rpm --nodeps -Uvh gettext-0.17-1.aix5.1.ppc.rpm 
rpm -Uvh libffi-3.0.11-1.aix5.1.ppc.rpm 
rpm -Uvh glib2-2.30.3-1.aix5.1.ppc.rpm 
rpm -Uvh atk-1.32.0-1.aix5.1.ppc.rpm 
rpm -Uvh libjpeg-8d-1.aix5.1.ppc.rpm 
rpm -Uvh libdatrie-0.2.4-1.aix5.1.ppc.rpm 
rpm -Uvh libthai-0.1.15-1.aix5.1.ppc.rpm 
rpm -Uvh libXrender-0.9.7-2.aix6.1.ppc.rpm 
rpm -Uvh jbigkit-libs-2.0-2.aix5.1.ppc.rpm 
rpm -Uvh jbigkit-2.0-2.aix5.1.ppc.rpm 
rpm -Uvh xz-libs-5.0.4-1.aix5.1.ppc.rpm 
rpm -Uvh libtiff-4.0.3-1.aix5.1.ppc.rpm 
rpm -Uvh jasper-1.900.1-2.aix5.1.ppc.rpm 
rpm -Uvh libiconv-1.14-2.aix5.1.ppc.rpm 
rpm -Uvh libxml2-2.9.0-1.aix5.1.ppc.rpm 
rpm -Uvh pixman-0.26.2-1.aix5.1.ppc.rpm 
rpm -Uvh cairo-1.8.8-1.aix5.1.ppc.rpm 
rpm -Uvh bzip2-1.0.2-4.aix5.1.ppc.rpm 
rpm -Uvh bash-4.2-9.aix5.1.ppc.rpm 
rpm -Uvh info-4.13a-2.aix5.1.ppc.rpm 
rpm -Uvh readline-5.2-3.aix5.1.ppc.rpm 
rpm -Uvh pcre-8.31-1.aix5.1.ppc.rpm 
rpm -Uvh libart_lgpl-2.3.21-1.aix5.1.ppc.rpm 
rpm -Uvh libdbi-0.8.4-1.aix5.1.ppc.rpm 
rpm -Uvh openssl-1.0.1c-1.aix5.1.ppc.rpm 
rpm -Uvh dejavu-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm 
rpm -Uvh dejavu-lgc-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm





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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] PANGO Error

2012-10-23 Thread Ghassan Elnajjar
The below errors are complaining that pango-querymodules is not able to 
load the libgobject-2.0.a(libgobject-2.0.so.0) and the 
libffi.a(libffi.so.5).  What was installed in /opt/freewar/bin are the 
following.

-rwxr-xr-x1 root system   182130 Oct 19 10:08 libffi.a
-rwxr-xr-x1 root system85253 Oct 19 10:08 libffi.so.6

-rwxr-xr-x1 root system  1198360 Apr 11 2012  libgobject-2.0.a
lrwxrwxrwx1 root system   19 Oct 22 16:17 
libgobject-2.0.so -> libgobject-2.0.so.0
-rwxr-xr-x1 root system   535910 Apr 11 2012 
libgobject-2.0.so.0


It seems to me that pango-1.24.5 is looking for libffi.so.5 not 
libffi.so.6.  It's either I have installed the wrong libffi, or the wrong 
pango, or there is a bug with the pango rpm.  Will someone please chime in 
and let me know what you did to install the rrdtool-1.3 or higher?  Has 
anyone encountered this issue?  Is there a work around?  Your input is 
greatly appreciated.  Thanks.


Ghassan





From:   Ghassan Elnajjar 
To: ganglia-general@lists.sourceforge.net
Date:   10/22/2012 06:03 PM
Subject:[Ganglia-general]  PANGO Error



Does anyone know why does this version of pango produces the below errors 
after installing on AIX 7.1?  It's needed for the installation of 
rrdtool-1.3 and higher.  Please help as I need to fix this issue for my 
ganglia-web to work.  Thanks. 


Ghassan


#: rpm -Uvh pango-1.24.5-1.aix5.1.ppc.rpm 
pango ## 
Could not load program /opt/freeware/bin/pango-querymodules: 
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0). 
Dependent module /opt/freeware/lib/libffi.a(libffi.so.5) could not 
be loaded. 
Member libffi.so.5 is not found in archive 
Could not load module pango-querymodules. 
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded. 
Could not load module . 
execution of pango-1.24.5-1 script failed, exit status 255 



BTW, below is the order in which I have installed all the prerequisites to 
the rrdtool with pango being the last one. 


rpm -Uvh expat-2.1.0-1.aix5.1.ppc.rpm 
rpm -Uvh zlib-1.2.7-2.aix5.1.ppc.rpm 
rpm -Uvh freetype2-2.4.10-1.aix5.1.ppc.rpm 
rpm -Uvh fontconfig-2.8.0-2.aix5.1.ppc.rpm 
rpm -Uvh libgcc-4.7.2-1.aix7.1.ppc.rpm 
rpm -Uvh libpng-1.5.13-1.aix5.1.ppc.rpm 
rpm --nodeps -Uvh gettext-0.17-1.aix5.1.ppc.rpm 
rpm -Uvh libffi-3.0.11-1.aix5.1.ppc.rpm 
rpm -Uvh glib2-2.30.3-1.aix5.1.ppc.rpm 
rpm -Uvh atk-1.32.0-1.aix5.1.ppc.rpm 
rpm -Uvh libjpeg-8d-1.aix5.1.ppc.rpm 
rpm -Uvh libdatrie-0.2.4-1.aix5.1.ppc.rpm 
rpm -Uvh libthai-0.1.15-1.aix5.1.ppc.rpm 
rpm -Uvh libXrender-0.9.7-2.aix6.1.ppc.rpm 
rpm -Uvh jbigkit-libs-2.0-2.aix5.1.ppc.rpm 
rpm -Uvh jbigkit-2.0-2.aix5.1.ppc.rpm 
rpm -Uvh xz-libs-5.0.4-1.aix5.1.ppc.rpm 
rpm -Uvh libtiff-4.0.3-1.aix5.1.ppc.rpm 
rpm -Uvh jasper-1.900.1-2.aix5.1.ppc.rpm 
rpm -Uvh libiconv-1.14-2.aix5.1.ppc.rpm 
rpm -Uvh libxml2-2.9.0-1.aix5.1.ppc.rpm 
rpm -Uvh pixman-0.26.2-1.aix5.1.ppc.rpm 
rpm -Uvh cairo-1.8.8-1.aix5.1.ppc.rpm 
rpm -Uvh bzip2-1.0.2-4.aix5.1.ppc.rpm 
rpm -Uvh bash-4.2-9.aix5.1.ppc.rpm 
rpm -Uvh info-4.13a-2.aix5.1.ppc.rpm 
rpm -Uvh readline-5.2-3.aix5.1.ppc.rpm 
rpm -Uvh pcre-8.31-1.aix5.1.ppc.rpm 
rpm -Uvh libart_lgpl-2.3.21-1.aix5.1.ppc.rpm 
rpm -Uvh libdbi-0.8.4-1.aix5.1.ppc.rpm 
rpm -Uvh openssl-1.0.1c-1.aix5.1.ppc.rpm 
rpm -Uvh dejavu-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm 
rpm -Uvh dejavu-lgc-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm
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
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
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 Healt

[Ganglia-general] PANGO Error - Additional Info

2012-10-23 Thread Ghassan Elnajjar
The below errors are complaining that pango-querymodules is not able to 
load the libgobject-2.0.a(libgobject-2.0.so.0) and the 
libffi.a(libffi.so.5).  What was installed in /opt/freewar/bin are the 
following.

-rwxr-xr-x1 root system   182130 Oct 19 10:08 libffi.a
-rwxr-xr-x1 root system85253 Oct 19 10:08 libffi.so.6

-rwxr-xr-x1 root system  1198360 Apr 11 2012  libgobject-2.0.a
lrwxrwxrwx1 root system   19 Oct 22 16:17 
libgobject-2.0.so -> libgobject-2.0.so.0
-rwxr-xr-x1 root system   535910 Apr 11 2012 
libgobject-2.0.so.0


It seems to me that pango-1.24.5 is looking for libffi.so.5 not 
libffi.so.6.  It's either I have installed the wrong libffi, or the wrong 
pango, or there is a bug with the pango rpm.  Will someone please chime in 
and let me know what you did to install the rrdtool-1.3 or higher?  Has 
anyone encountered this issue?  Is there a work around?  Your input is 
greatly appreciated.  Thanks.



Ghassan





From:   Ghassan Elnajjar 
To: ganglia-general@lists.sourceforge.net
Date:   10/22/2012 06:03 PM
Subject:[Ganglia-general]  PANGO Error



Does anyone know why does this version of pango produces the below errors 
after installing on AIX 7.1?  It's needed for the installation of 
rrdtool-1.3 and higher.  Please help as I need to fix this issue for my 
ganglia-web to work.  Thanks. 


Ghassan


#: rpm -Uvh pango-1.24.5-1.aix5.1.ppc.rpm 
pango ## 
Could not load program /opt/freeware/bin/pango-querymodules: 
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0). 
Dependent module /opt/freeware/lib/libffi.a(libffi.so.5) could not 
be loaded. 
Member libffi.so.5 is not found in archive 
Could not load module pango-querymodules. 
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded. 
Could not load module . 
execution of pango-1.24.5-1 script failed, exit status 255 



BTW, below is the order in which I have installed all the prerequisites to 
the rrdtool with pango being the last one. 


rpm -Uvh expat-2.1.0-1.aix5.1.ppc.rpm 
rpm -Uvh zlib-1.2.7-2.aix5.1.ppc.rpm 
rpm -Uvh freetype2-2.4.10-1.aix5.1.ppc.rpm 
rpm -Uvh fontconfig-2.8.0-2.aix5.1.ppc.rpm 
rpm -Uvh libgcc-4.7.2-1.aix7.1.ppc.rpm 
rpm -Uvh libpng-1.5.13-1.aix5.1.ppc.rpm 
rpm --nodeps -Uvh gettext-0.17-1.aix5.1.ppc.rpm 
rpm -Uvh libffi-3.0.11-1.aix5.1.ppc.rpm 
rpm -Uvh glib2-2.30.3-1.aix5.1.ppc.rpm 
rpm -Uvh atk-1.32.0-1.aix5.1.ppc.rpm 
rpm -Uvh libjpeg-8d-1.aix5.1.ppc.rpm 
rpm -Uvh libdatrie-0.2.4-1.aix5.1.ppc.rpm 
rpm -Uvh libthai-0.1.15-1.aix5.1.ppc.rpm 
rpm -Uvh libXrender-0.9.7-2.aix6.1.ppc.rpm 
rpm -Uvh jbigkit-libs-2.0-2.aix5.1.ppc.rpm 
rpm -Uvh jbigkit-2.0-2.aix5.1.ppc.rpm 
rpm -Uvh xz-libs-5.0.4-1.aix5.1.ppc.rpm 
rpm -Uvh libtiff-4.0.3-1.aix5.1.ppc.rpm 
rpm -Uvh jasper-1.900.1-2.aix5.1.ppc.rpm 
rpm -Uvh libiconv-1.14-2.aix5.1.ppc.rpm 
rpm -Uvh libxml2-2.9.0-1.aix5.1.ppc.rpm 
rpm -Uvh pixman-0.26.2-1.aix5.1.ppc.rpm 
rpm -Uvh cairo-1.8.8-1.aix5.1.ppc.rpm 
rpm -Uvh bzip2-1.0.2-4.aix5.1.ppc.rpm 
rpm -Uvh bash-4.2-9.aix5.1.ppc.rpm 
rpm -Uvh info-4.13a-2.aix5.1.ppc.rpm 
rpm -Uvh readline-5.2-3.aix5.1.ppc.rpm 
rpm -Uvh pcre-8.31-1.aix5.1.ppc.rpm 
rpm -Uvh libart_lgpl-2.3.21-1.aix5.1.ppc.rpm 
rpm -Uvh libdbi-0.8.4-1.aix5.1.ppc.rpm 
rpm -Uvh openssl-1.0.1c-1.aix5.1.ppc.rpm 
rpm -Uvh dejavu-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm 
rpm -Uvh dejavu-lgc-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm





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
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourcefo

[Ganglia-general] PANGO Error

2012-10-22 Thread Ghassan Elnajjar
Does anyone know why does this version of pango produces the below errors 
after installing on AIX 7.1?  It's needed for the installation of 
rrdtool-1.3 and higher.  Please help as I need to fix this issue for my 
ganglia-web to work.  Thanks.


Ghassan


#: rpm -Uvh pango-1.24.5-1.aix5.1.ppc.rpm
pango ##
Could not load program /opt/freeware/bin/pango-querymodules:
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0).
Dependent module /opt/freeware/lib/libffi.a(libffi.so.5) could not 
be loaded.
Member libffi.so.5 is not found in archive
Could not load module pango-querymodules.
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded.
Could not load module .
execution of pango-1.24.5-1 script failed, exit status 255



BTW, below is the order in which I have installed all the prerequisites to 
the rrdtool with pango being the last one.


rpm -Uvh expat-2.1.0-1.aix5.1.ppc.rpm
rpm -Uvh zlib-1.2.7-2.aix5.1.ppc.rpm
rpm -Uvh freetype2-2.4.10-1.aix5.1.ppc.rpm
rpm -Uvh fontconfig-2.8.0-2.aix5.1.ppc.rpm
rpm -Uvh libgcc-4.7.2-1.aix7.1.ppc.rpm
rpm -Uvh libpng-1.5.13-1.aix5.1.ppc.rpm
rpm --nodeps -Uvh gettext-0.17-1.aix5.1.ppc.rpm
rpm -Uvh libffi-3.0.11-1.aix5.1.ppc.rpm
rpm -Uvh glib2-2.30.3-1.aix5.1.ppc.rpm
rpm -Uvh atk-1.32.0-1.aix5.1.ppc.rpm
rpm -Uvh libjpeg-8d-1.aix5.1.ppc.rpm
rpm -Uvh libdatrie-0.2.4-1.aix5.1.ppc.rpm
rpm -Uvh libthai-0.1.15-1.aix5.1.ppc.rpm
rpm -Uvh libXrender-0.9.7-2.aix6.1.ppc.rpm
rpm -Uvh jbigkit-libs-2.0-2.aix5.1.ppc.rpm
rpm -Uvh jbigkit-2.0-2.aix5.1.ppc.rpm
rpm -Uvh xz-libs-5.0.4-1.aix5.1.ppc.rpm
rpm -Uvh libtiff-4.0.3-1.aix5.1.ppc.rpm
rpm -Uvh jasper-1.900.1-2.aix5.1.ppc.rpm
rpm -Uvh libiconv-1.14-2.aix5.1.ppc.rpm
rpm -Uvh libxml2-2.9.0-1.aix5.1.ppc.rpm
rpm -Uvh pixman-0.26.2-1.aix5.1.ppc.rpm
rpm -Uvh cairo-1.8.8-1.aix5.1.ppc.rpm
rpm -Uvh bzip2-1.0.2-4.aix5.1.ppc.rpm
rpm -Uvh bash-4.2-9.aix5.1.ppc.rpm
rpm -Uvh info-4.13a-2.aix5.1.ppc.rpm
rpm -Uvh readline-5.2-3.aix5.1.ppc.rpm
rpm -Uvh pcre-8.31-1.aix5.1.ppc.rpm
rpm -Uvh libart_lgpl-2.3.21-1.aix5.1.ppc.rpm
rpm -Uvh libdbi-0.8.4-1.aix5.1.ppc.rpm
rpm -Uvh openssl-1.0.1c-1.aix5.1.ppc.rpm
rpm -Uvh dejavu-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm
rpm -Uvh dejavu-lgc-sans-mono-fonts-2.33-1.aix5.1.noarch.rpm
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Additional Bars

2012-10-21 Thread Ghassan Elnajjar
Please see below.  I thought by installing libffi and libgcc, it would 
install the needed libraries, but it did not.  What else am I missing? 
Thanks.


Ghassan


#:  rrdtool
Could not load program rrdtool:
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0).
Dependent module /opt/freeware/lib/libffi.a(libffi.so.5) could not 
be loaded.
Member libffi.so.5 is not found in archive
Could not load module rrdtool.
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded.
Could not load module .





From:   Vladimir Vuksan 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/21/2012 08:56 AM
Subject:Re: [Ganglia-general] Additional Bars



I would imagine if you are missing library dependencies rrdtool will not 
work. Try executing rrdtool by hand. 

Ghassan Elnajjar  wrote:
Hi Vladimir, 

After installing the rrdtool 1.3.9, all my graphs disappeared.  There were 
errors installing the pango rpm so I removed and installed libgcc and 
libffi rpm, but still got the same errors after the install of the pango 
rpm.  Would these be the cause of my graphs disappearing?  Can this be 
fixed?  Thanks. 


#:  rpm -Uvh libgcc-4.7.2-1.aix7.1.ppc.rpm 
libgcc ## 

#:  rpm -Uvh libffi-3.0.11-1.aix5.1.ppc.rpm 
libffi ## 

rpm -Uvh pango-1.24.5-1.aix5.1.ppc.rpm 
pango ## 
Could not load program /opt/freeware/bin/pango-querymodules: 
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0). 
Dependent module libffi.a(libffi.so.5) could not be loaded. 
Could not load module libffi.a(libffi.so.5). 
System error: No such file or directory 
Could not load module pango-querymodules. 
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded. 
Could not load module . 
execution of pango-1.24.5-1 script failed, exit status 255 



Ghassan





From:Vladimir Vuksan  
To:Ghassan Elnajjar  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/19/2012 12:11 PM 
Subject:Re: [Ganglia-general] Additional Bars 



I'm afraid you'll have to update all those too.

Vladimir

On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:

> I have to upgrade the following files as well.  Do I need to do that or 
I can just use the --nodeps parameter?
> 
> 
> Ghassan
> 
> 
> #: rpm -Uvh rrdtool-1.3.9-1.aix5.1.ppc.rpm
> 
> cairo >= 1.8.8 is needed by rrdtool-1.3.9-1
> freetype2 >= 2.3.12 is needed by rrdtool-1.3.9-1
> libart_lgpl >= 2.3.20 is needed by rrdtool-1.3.9-1
> libpng >= 1.2.44 is needed by rrdtool-1.3.9-1
> pango >= 1.24.5 is needed by rrdtool-1.3.9-1
> dejavu-sans-mono-fonts is needed by rrdtool-1.3.9-1
> dejavu-lgc-sans-mono-fonts is needed by rrdtool-1.3.9-1
> libcairo.a(libcairo.so.2) is needed by rrdtool-1.3.9-1
> libpango-1.0.a(libpango-1.0.so.0) is needed by rrdtool-1.3.9-1
> libpangocairo-1.0.a(libpangocairo-1.0.so.0) is needed by 
rrdtool-1.3.9-1
> 
> 
> 

> 
> From:Ghassan Elnajjar 
> To:Vladimir Vuksan 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/19/2012 11:42 AM
> Subject:Re: [Ganglia-general] Additional Bars
> 
> 
_
> 
> 
> 
> Thank you.  Do I just upgrade right on top of the 1.2.30 or there is a 
specific rpm command that I need to execute?
> 
> Is rpm -U  sufficient?
> 
> 
> Ghassan
> 
> 
> 
> 
> 
> From:Vladimir Vuksan 
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/19/2012 11:33 AM
> Subject:Re: [Ganglia-general]  Additional Bars
> 
> 
_
> 
> 
> 
> That could be the problem. Can you upgrade to rrdtool 1.3+. We use a lot
> of features from 1.3+ so things will look off if you use rrdtool 1.2.
> 
> Vladimir
> 
> On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:
> 
> > I'm using rrdtool-1.2.30-5.
> >
> >
> > 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 re

Re: [Ganglia-general] Additional Bars

2012-10-20 Thread Ghassan Elnajjar
Hi Vladimir,

After installing the rrdtool 1.3.9, all my graphs disappeared.  There were 
errors installing the pango rpm so I removed and installed libgcc and 
libffi rpm, but still got the same errors after the install of the pango 
rpm.  Would these be the cause of my graphs disappearing?  Can this be 
fixed?  Thanks.


#:  rpm -Uvh libgcc-4.7.2-1.aix7.1.ppc.rpm
libgcc ##

#:  rpm -Uvh libffi-3.0.11-1.aix5.1.ppc.rpm
libffi ##

rpm -Uvh pango-1.24.5-1.aix5.1.ppc.rpm
pango ##
Could not load program /opt/freeware/bin/pango-querymodules:
Could not load module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0).
Dependent module libffi.a(libffi.so.5) could not be loaded.
Could not load module libffi.a(libffi.so.5).
System error: No such file or directory
Could not load module pango-querymodules.
Dependent module 
/opt/freeware/lib/libgobject-2.0.a(libgobject-2.0.so.0) could not be 
loaded.
Could not load module .
execution of pango-1.24.5-1 script failed, exit status 255



Ghassan





From:   Vladimir Vuksan 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/19/2012 12:11 PM
Subject:Re: [Ganglia-general] Additional Bars



I'm afraid you'll have to update all those too.

Vladimir

On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:

> I have to upgrade the following files as well.  Do I need to do that or 
I can just use the --nodeps parameter?
> 
> 
> Ghassan
> 
> 
> #: rpm -Uvh rrdtool-1.3.9-1.aix5.1.ppc.rpm
> 
> cairo >= 1.8.8 is needed by rrdtool-1.3.9-1
> freetype2 >= 2.3.12 is needed by rrdtool-1.3.9-1
> libart_lgpl >= 2.3.20 is needed by rrdtool-1.3.9-1
> libpng >= 1.2.44 is needed by rrdtool-1.3.9-1
> pango >= 1.24.5 is needed by rrdtool-1.3.9-1
> dejavu-sans-mono-fonts is needed by rrdtool-1.3.9-1
> dejavu-lgc-sans-mono-fonts is needed by rrdtool-1.3.9-1
> libcairo.a(libcairo.so.2) is needed by rrdtool-1.3.9-1
> libpango-1.0.a(libpango-1.0.so.0) is needed by rrdtool-1.3.9-1
> libpangocairo-1.0.a(libpangocairo-1.0.so.0) is needed by 
rrdtool-1.3.9-1
> 
> 
> 

> 
> From:Ghassan Elnajjar 
> To:Vladimir Vuksan 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/19/2012 11:42 AM
> Subject:Re: [Ganglia-general] Additional Bars
> 
> 
_
> 
> 
> 
> Thank you.  Do I just upgrade right on top of the 1.2.30 or there is a 
specific rpm command that I need to execute?
> 
> Is rpm -U  sufficient?
> 
> 
> Ghassan
> 
> 
> 
> 
> 
> From:Vladimir Vuksan 
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/19/2012 11:33 AM
> Subject:Re: [Ganglia-general]  Additional Bars
> 
> 
_
> 
> 
> 
> That could be the problem. Can you upgrade to rrdtool 1.3+. We use a lot
> of features from 1.3+ so things will look off if you use rrdtool 1.2.
> 
> Vladimir
> 
> On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:
> 
> > I'm using rrdtool-1.2.30-5.
> >
> >
> > 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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Additional Bars

2012-10-19 Thread Ghassan Elnajjar
I have to upgrade the following files as well.  Do I need to do that or I 
can just use the --nodeps parameter?


Ghassan


#: rpm -Uvh rrdtool-1.3.9-1.aix5.1.ppc.rpm

cairo >= 1.8.8 is needed by rrdtool-1.3.9-1
freetype2 >= 2.3.12 is needed by rrdtool-1.3.9-1
libart_lgpl >= 2.3.20 is needed by rrdtool-1.3.9-1
libpng >= 1.2.44 is needed by rrdtool-1.3.9-1
pango >= 1.24.5 is needed by rrdtool-1.3.9-1
dejavu-sans-mono-fonts is needed by rrdtool-1.3.9-1
dejavu-lgc-sans-mono-fonts is needed by rrdtool-1.3.9-1
libcairo.a(libcairo.so.2) is needed by rrdtool-1.3.9-1
libpango-1.0.a(libpango-1.0.so.0) is needed by rrdtool-1.3.9-1
libpangocairo-1.0.a(libpangocairo-1.0.so.0) is needed by 
rrdtool-1.3.9-1




Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: Vladimir Vuksan 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/19/2012 11:42 AM
Subject:Re: [Ganglia-general] Additional Bars



Thank you.  Do I just upgrade right on top of the 1.2.30 or there is a 
specific rpm command that I need to execute? 

Is rpm -U  sufficient? 


Ghassan





From:Vladimir Vuksan  
To:    Ghassan Elnajjar  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/19/2012 11:33 AM 
Subject:Re: [Ganglia-general]  Additional Bars 



That could be the problem. Can you upgrade to rrdtool 1.3+. We use a lot 
of features from 1.3+ so things will look off if you use rrdtool 1.2.

Vladimir

On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:

> I'm using rrdtool-1.2.30-5.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Vladimir Vuksan 
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/19/2012 10:49 AM
> Subject:Re: [Ganglia-general]  Additional Bars
> 
> 
_
> 
> 
> 
> What RRDtool version are you running ?
> 
> Also please click on the broken image ie. open it in a new window. Then
> append &debug=5 to the URL. It should give you the rrdtool command it's
> attempting to execute. Try to run it on the command line.
> 
> Vladimir
> 
> On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:
> 
> > Please see below screen shot.  Also, attached is the log since this 
issue started to happen.  Thanks.
> >
> >
> > Perhaps you can post a screenshot. Also check Apache error logs when 
you access that URL
> >
> > Ghassan Elnajjar  wrote:
> > When I click on a particular node within a cluster, in the body of the 
page above the "Edit Optional Graphs" button, there is
> an
> > extra column on the far left that only shows the bar that includes 
"+", "CSV", "JSON", "Inspect", and "Hide/Show Events" with
> no
> > graphs underneath them.  To the right of that column are two 
additional columns where there are graphs underneath the bars.
> >
> > Does anyone know what could cause this?  I did not chose to display 
any additional optional graphs.
> >
> >
> > Ghassan
> >
> >
> > Ghassan H Elnajjar
> > VCU Health System/MCV Hospitals
> > Systems Analyst
> > Technology & Engineering Services
> > 701 East Franklin Street, suite 400
> > Richmond, VA 23298-0483
> > (804) 628-1150 work
> > gelnaj...@mcvh-vcu.edu
> > http://www.vcuhealth.org
> >
> >
> >
> > From:Ghassan Elnajjar 
> > To:Mark Wagner 
> > Cc:ganglia-general@lists.sourceforge.net
> > Date:10/18/2012 11:39 AM
> > Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> >
> 
>
> _
> >
> >
> >
> > Hi Mark,
> >
> > Please excuse me for my ignorance.  What code do I need to add to the 
user_header.tpl?  Is it html code?  Do I add the
> directory
> > structure leading to the logo

Re: [Ganglia-general] Additional Bars

2012-10-19 Thread Ghassan Elnajjar
Thank you.  Do I just upgrade right on top of the 1.2.30 or there is a 
specific rpm command that I need to execute?

Is rpm -U  sufficient?


Ghassan





From:   Vladimir Vuksan 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/19/2012 11:33 AM
Subject:Re: [Ganglia-general]  Additional Bars



That could be the problem. Can you upgrade to rrdtool 1.3+. We use a lot 
of features from 1.3+ so things will look off if you use rrdtool 1.2.

Vladimir

On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:

> I'm using rrdtool-1.2.30-5.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Vladimir Vuksan 
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/19/2012 10:49 AM
> Subject:Re: [Ganglia-general]  Additional Bars
> 
> 
_
> 
> 
> 
> What RRDtool version are you running ?
> 
> Also please click on the broken image ie. open it in a new window. Then
> append &debug=5 to the URL. It should give you the rrdtool command it's
> attempting to execute. Try to run it on the command line.
> 
> Vladimir
> 
> On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:
> 
> > Please see below screen shot.  Also, attached is the log since this 
issue started to happen.  Thanks.
> >
> >
> > Perhaps you can post a screenshot. Also check Apache error logs when 
you access that URL
> >
> > Ghassan Elnajjar  wrote:
> > When I click on a particular node within a cluster, in the body of the 
page above the "Edit Optional Graphs" button, there is
> an
> > extra column on the far left that only shows the bar that includes 
"+", "CSV", "JSON", "Inspect", and "Hide/Show Events" with
> no
> > graphs underneath them.  To the right of that column are two 
additional columns where there are graphs underneath the bars.
> >
> > Does anyone know what could cause this?  I did not chose to display 
any additional optional graphs.
> >
> >
> > Ghassan
> >
> >
> > Ghassan H Elnajjar
> > VCU Health System/MCV Hospitals
> > Systems Analyst
> > Technology & Engineering Services
> > 701 East Franklin Street, suite 400
> > Richmond, VA 23298-0483
> > (804) 628-1150 work
> > gelnaj...@mcvh-vcu.edu
> > http://www.vcuhealth.org
> >
> >
> >
> > From:Ghassan Elnajjar 
> > To:Mark Wagner 
> > Cc:ganglia-general@lists.sourceforge.net
> > Date:10/18/2012 11:39 AM
> > Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> >
> 
>
> _
> >
> >
> >
> > Hi Mark,
> >
> > Please excuse me for my ignorance.  What code do I need to add to the 
user_header.tpl?  Is it html code?  Do I add the
> directory
> > structure leading to the logo.jpg?  Thanks.
> >
> >
> > Ghassan
> >
> >
> > Ghassan H Elnajjar
> > VCU Health System/MCV Hospitals
> > Systems Analyst
> > Technology & Engineering Services
> > 701 East Franklin Street, suite 400
> > Richmond, VA 23298-0483
> > (804) 628-1150 work
> > gelnaj...@mcvh-vcu.edu
> > http://www.vcuhealth.org
> >
> >
> >
> > From:Mark Wagner 
> > To:
> > Date:10/17/2012 07:46 PM
> > Subject:    Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> >
> 
>
> _
> >
> >
> >
> > For the logo, with version 3.5.3 of ganglia-web (and possibly others) 
you can create create "templates/default/user_header.tpl"
> > which gets pulled in by templates/default/header.tpl like so right at 
the start of the body:
> >
> > 
> > 
> > {if isset($user_header)}
> > {include(file="user_header.tpl")}
> > {/if}
> >
> >
> >
> > On 10/17/2012 03:05 PM, Ghassan Elnajjar wrote:
> > Has anyone added their own custom logo, i.e. company logo, to their 
ganglia w

Re: [Ganglia-general] Additional Bars

2012-10-19 Thread Ghassan Elnajjar
I'm also getting this error on the main page of the cluster where a small 
white box exist on the outside of each graph.  When I click on this small 
box and run the command I get the error.


/usr/bin/rrdtool graph - --start '-3600s' --end now --width 1200 --height 
600 --title 'P7-QTS Cluster Load last hour' --vertical-label 'Loads/Procs' 
--lower-limit 0 --slope-mode 
DEF:'a0'='/var/lib/ganglia/rrds/P7-QTS/__SummaryInfo__/load_one.rrd':'sum':AVERAGE
 
DEF:'a1'='/var/lib/ganglia/rrds/P7-QTS/__SummaryInfo__/cpu_num.rrd':'num':AVERAGE
 
DEF:'a2'='/var/lib/ganglia/rrds/P7-QTS/__SummaryInfo__/cpu_num.rrd':'sum':AVERAGE
 
DEF:'a3'='/var/lib/ganglia/rrds/P7-QTS/__SummaryInfo__/proc_run.rrd':'sum':AVERAGE
 
CDEF:'total'=a0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN, AREA:'a0'#BB:'1-min' 
VDEF:a0_last=a0,LAST VDEF:a0_min=a0,MINIMUM VDEF:a0_avg=a0,AVERAGE 
VDEF:a0_max=a0,MAXIMUM GPRINT:'a0_last':'Now\:%5.1lf%s' 
GPRINT:'a0_min':'Min\:%5.1lf%s' GPRINT:'a0_avg':'Avg\:%5.1lf%s' 
GPRINT:'a0_max':'Max\:%5.1lf%s\l' LINE2:'a1'#00FF00:'Nodes' 
VDEF:a1_last=a1,LAST VDEF:a1_min=a1,MINIMUM VDEF:a1_avg=a1,AVERAGE 
VDEF:a1_max=a1,MAXIMUM GPRINT:'a1_last':'Now\:%5.1lf%s' 
GPRINT:'a1_min':'Min\:%5.1lf%s' GPRINT:'a1_avg':'Avg\:%5.1lf%s' 
GPRINT:'a1_max':'Max\:%5.1lf%s\l' LINE2:'a2'#FF:'CPUs ' 
VDEF:a2_last=a2,LAST VDEF:a2_min=a2,MINIMUM VDEF:a2_avg=a2,AVERAGE 
VDEF:a2_max=a2,MAXIMUM GPRINT:'a2_last':'Now\:%5.1lf%s' 
GPRINT:'a2_min':'Min\:%5.1lf%s' GPRINT:'a2_avg':'Avg\:%5.1lf%s' 
GPRINT:'a2_max':'Max\:%5.1lf%s\l' LINE2:'a3'#2030F4:'Procs' 
VDEF:a3_last=a3,LAST VDEF:a3_min=a3,MINIMUM VDEF:a3_avg=a3,AVERAGE 
VDEF:a3_max=a3,MAXIMUM GPRINT:'a3_last':'Now\:%5.1lf%s' 
GPRINT:'a3_min':'Min\:%5.1lf%s' GPRINT:'a3_avg':'Avg\:%5.1lf%s' 
GPRINT:'a3_max':'Max\:%5.1lf%s\l' 


ERROR: invalid rpn expression in: a0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN,



Ghassan




From:   Ghassan Elnajjar 
To: Vladimir Vuksan 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/19/2012 11:16 AM
Subject:Re: [Ganglia-general] Additional Bars



I'm using rrdtool-1.2.30-5. 


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org 



From:Vladimir Vuksan  
To:Ghassan Elnajjar  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/19/2012 10:49 AM 
Subject:    Re: [Ganglia-general]  Additional Bars 



What RRDtool version are you running ?

Also please click on the broken image ie. open it in a new window. Then 
append &debug=5 to the URL. It should give you the rrdtool command it's 
attempting to execute. Try to run it on the command line.

Vladimir

On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:

> Please see below screen shot.  Also, attached is the log since this 
issue started to happen.  Thanks.
> 
> 
> Perhaps you can post a screenshot. Also check Apache error logs when you 
access that URL
> 
> Ghassan Elnajjar  wrote:
> When I click on a particular node within a cluster, in the body of the 
page above the "Edit Optional Graphs" button, there is an
> extra column on the far left that only shows the bar that includes "+", 
"CSV", "JSON", "Inspect", and "Hide/Show Events" with no
> graphs underneath them.  To the right of that column are two additional 
columns where there are graphs underneath the bars.
> 
> Does anyone know what could cause this?  I did not chose to display any 
additional optional graphs.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Ghassan Elnajjar 
> To:Mark Wagner 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/18/2012 11:39 AM
> Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> 
> 
_
> 
> 
> 
> Hi Mark,
> 
> Please excuse me f

Re: [Ganglia-general] Additional Bars

2012-10-19 Thread Ghassan Elnajjar
I'm using rrdtool-1.2.30-5.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan 
To:     Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/19/2012 10:49 AM
Subject:Re: [Ganglia-general]  Additional Bars



What RRDtool version are you running ?

Also please click on the broken image ie. open it in a new window. Then 
append &debug=5 to the URL. It should give you the rrdtool command it's 
attempting to execute. Try to run it on the command line.

Vladimir

On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:

> Please see below screen shot.  Also, attached is the log since this 
issue started to happen.  Thanks.
> 
> 
> Perhaps you can post a screenshot. Also check Apache error logs when you 
access that URL
> 
> Ghassan Elnajjar  wrote:
> When I click on a particular node within a cluster, in the body of the 
page above the "Edit Optional Graphs" button, there is an
> extra column on the far left that only shows the bar that includes "+", 
"CSV", "JSON", "Inspect", and "Hide/Show Events" with no
> graphs underneath them.  To the right of that column are two additional 
columns where there are graphs underneath the bars.
> 
> Does anyone know what could cause this?  I did not chose to display any 
additional optional graphs.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Ghassan Elnajjar 
> To:Mark Wagner 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/18/2012 11:39 AM
> Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> 
> 
_
> 
> 
> 
> Hi Mark,
> 
> Please excuse me for my ignorance.  What code do I need to add to the 
user_header.tpl?  Is it html code?  Do I add the directory
> structure leading to the logo.jpg?  Thanks.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Mark Wagner 
> To:
> Date:10/17/2012 07:46 PM
> Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> 
> 
_
> 
> 
> 
> For the logo, with version 3.5.3 of ganglia-web (and possibly others) 
you can create create "templates/default/user_header.tpl"
> which gets pulled in by templates/default/header.tpl like so right at 
the start of the body:
> 
> 
> 
> {if isset($user_header)}
> {include(file="user_header.tpl")}
> {/if}
> 
> 
> 
> On 10/17/2012 03:05 PM, Ghassan Elnajjar wrote:
> Has anyone added their own custom logo, i.e. company logo, to their 
ganglia web?  Are their any instructions on how to do this?
> 
> Also, does anyone know how to change the Utilization Heatmap to a pie 
chart?
> 
> 
> Thank you.
> 
> 
> 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
> 
> 
--
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> 
> 
> ___
> Ganglia-general mailing list
> Ganglia-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
> 
> 
>

Re: [Ganglia-general] Additional Bars

2012-10-19 Thread Ghassan Elnajjar
Below is the command it gave me and the result when I run it.



Ghassan


/usr/bin/rrdtool graph - --start '-3600s' --end now --width 1200 --height 
600 --title 'nimrod1 Load last hour' --vertical-label 'Loads/Procs' 
--lower-limit 0 --slope-mode 
DEF:'a0'='/var/lib/ganglia/rrds/P7-QTS/nimrod1/load_one.rrd':'sum':AVERAGE 
DEF:'a2'='/var/lib/ganglia/rrds/P7-QTS/nimrod1/cpu_num.rrd':'sum':AVERAGE 
DEF:'a3'='/var/lib/ganglia/rrds/P7-QTS/nimrod1/proc_run.rrd':'sum':AVERAGE 
CDEF:'total'=a0,a2,ADDNAN,a3,ADDNAN, AREA:'a0'#BB:'1-min' 
VDEF:a0_last=a0,LAST VDEF:a0_min=a0,MINIMUM VDEF:a0_avg=a0,AVERAGE 
VDEF:a0_max=a0,MAXIMUM GPRINT:'a0_last':'Now\:%5.1lf%s' 
GPRINT:'a0_min':'Min\:%5.1lf%s' GPRINT:'a0_avg':'Avg\:%5.1lf%s' 
GPRINT:'a0_max':'Max\:%5.1lf%s\l' LINE2:'a2'#FF:'CPUs ' 
VDEF:a2_last=a2,LAST VDEF:a2_min=a2,MINIMUM VDEF:a2_avg=a2,AVERAGE 
VDEF:a2_max=a2,MAXIMUM GPRINT:'a2_last':'Now\:%5.1lf%s' 
GPRINT:'a2_min':'Min\:%5.1lf%s' GPRINT:'a2_avg':'Avg\:%5.1lf%s' 
GPRINT:'a2_max':'Max\:%5.1lf%s\l' LINE2:'a3'#2030F4:'Procs' 
VDEF:a3_last=a3,LAST VDEF:a3_min=a3,MINIMUM VDEF:a3_avg=a3,AVERAGE 
VDEF:a3_max=a3,MAXIMUM GPRINT:'a3_last':'Now\:%5.1lf%s' 
GPRINT:'a3_min':'Min\:%5.1lf%s' GPRINT:'a3_avg':'Avg\:%5.1lf%s' 
GPRINT:'a3_max':'Max\:%5.1lf%s\l' 


ERROR: invalid rpn expression in: a0,a2,ADDNAN,a3,ADDNAN,


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/19/2012 10:49 AM
Subject:Re: [Ganglia-general]  Additional Bars



What RRDtool version are you running ?

Also please click on the broken image ie. open it in a new window. Then 
append &debug=5 to the URL. It should give you the rrdtool command it's 
attempting to execute. Try to run it on the command line.

Vladimir

On Fri, 19 Oct 2012, Ghassan Elnajjar wrote:

> Please see below screen shot.  Also, attached is the log since this 
issue started to happen.  Thanks.
> 
> 
> Perhaps you can post a screenshot. Also check Apache error logs when you 
access that URL
> 
> Ghassan Elnajjar  wrote:
> When I click on a particular node within a cluster, in the body of the 
page above the "Edit Optional Graphs" button, there is an
> extra column on the far left that only shows the bar that includes "+", 
"CSV", "JSON", "Inspect", and "Hide/Show Events" with no
> graphs underneath them.  To the right of that column are two additional 
columns where there are graphs underneath the bars.
> 
> Does anyone know what could cause this?  I did not chose to display any 
additional optional graphs.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Ghassan Elnajjar 
> To:Mark Wagner 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/18/2012 11:39 AM
> Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> 
> 
_
> 
> 
> 
> Hi Mark,
> 
> Please excuse me for my ignorance.  What code do I need to add to the 
user_header.tpl?  Is it html code?  Do I add the directory
> structure leading to the logo.jpg?  Thanks.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Mark Wagner 
> To:
> Date:10/17/2012 07:46 PM
> Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap
> 
> 
_
> 
> 
> 
> For the logo, with version 3.5.3 of ganglia-web (and possibly others) 
you

[Ganglia-general] Additional Bars

2012-10-18 Thread Ghassan Elnajjar
When I click on a particular node within a cluster, in the body of the 
page above the "Edit Optional Graphs" button, there is an extra column on 
the far left that only shows the bar that includes "+", "CSV", "JSON", 
"Inspect", and "Hide/Show Events" with no graphs underneath them.  To the 
right of that column are two additional columns where there are graphs 
underneath the bars.

Does anyone know what could cause this?  I did not chose to display any 
additional optional graphs.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: Mark Wagner 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/18/2012 11:39 AM
Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap



Hi Mark, 

Please excuse me for my ignorance.  What code do I need to add to the 
user_header.tpl?  Is it html code?  Do I add the directory structure 
leading to the logo.jpg?  Thanks. 


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org 



From:Mark Wagner  
To: 
Date:10/17/2012 07:46 PM 
Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap 



For the logo, with version 3.5.3 of ganglia-web (and possibly others) you 
can create create "templates/default/user_header.tpl" which gets pulled in 
by templates/default/header.tpl like so right at the start of the body:



{if isset($user_header)}
{include(file="user_header.tpl")}
{/if}



On 10/17/2012 03:05 PM, Ghassan Elnajjar wrote: 
Has anyone added their own custom logo, i.e. company logo, to their 
ganglia web?  Are their any instructions on how to do this? 

Also, does anyone know how to change the Utilization Heatmap to a pie 
chart? 


Thank you. 


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 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct 


___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


-- 
Mark Wagner | mwag...@intelius.com
System Administrator | Intelius Inc.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
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
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
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 an

Re: [Ganglia-general] Gaglia Web LOGO & Utilization Heatmap

2012-10-18 Thread Ghassan Elnajjar
Hi Mark,

Please excuse me for my ignorance.  What code do I need to add to the 
user_header.tpl?  Is it html code?  Do I add the directory structure 
leading to the logo.jpg?  Thanks.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Mark Wagner 
To: 
Date:   10/17/2012 07:46 PM
Subject:Re: [Ganglia-general] Gaglia Web LOGO & Utilization 
Heatmap



For the logo, with version 3.5.3 of ganglia-web (and possibly others) you 
can create create "templates/default/user_header.tpl" which gets pulled in 
by templates/default/header.tpl like so right at the start of the body:



{if isset($user_header)}
{include(file="user_header.tpl")}
{/if}



On 10/17/2012 03:05 PM, Ghassan Elnajjar wrote:
Has anyone added their own custom logo, i.e. company logo, to their 
ganglia web?  Are their any instructions on how to do this? 

Also, does anyone know how to change the Utilization Heatmap to a pie 
chart? 


Thank you. 


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 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct


___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


-- 
Mark Wagner | mwag...@intelius.com
System Administrator | Intelius Inc.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Gaglia Web LOGO & Utilization Heatmap

2012-10-17 Thread Ghassan Elnajjar
Has anyone added their own custom logo, i.e. company logo, to their 
ganglia web?  Are their any instructions on how to do this?

Also, does anyone know how to change the Utilization Heatmap to a pie 
chart?


Thank you.


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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Metrics Issue

2012-10-17 Thread Ghassan Elnajjar
After reverting back to the default setup of the rrds and htdocs 
directories, all the graphs displayed the rrds data.  I guess there are 
other files and hidden links that point to the default directory/file 
structure affect the overall functionality of ganglia.

Thank you to all who tried to assist me in resolving the ganglia issues I 
was facing.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: Vladimir Vuksan 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/17/2012 07:53 AM
Subject:Re: [Ganglia-general] Metrics Issue



I've renamed the conf.php file and restarted gmetad and httpd.conf.  No 
change occurred. 


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org 



From:Vladimir Vuksan  
To:    Ghassan Elnajjar  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/16/2012 04:41 PM 
Subject:Re: [Ganglia-general] Metrics Issue 



Can you get rid of conf.php. Conf.php is loaded after conf_default.php for 

overrides.

Vladimir

On Tue, 16 Oct 2012, Ghassan Elnajjar wrote:

> 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
>  # $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'] = "ff";
> 
> #
> # 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]  = "ff";
> $unique_color[1]  = "00ff00";
> $unique_color[2]  = "ff";
> $unique_color[3]  = "00";
> $unique_color[4]  = "ff00ff";
> $unique_color[5]  = "00";
> $unique_color[6]  = "bb";
> $unique_color[7]  = "00bb00";
> $unique_color[8]  = "bb";
> $unique_color[9]  = "00";
> $unique_color[10] = "bb00bb";
> $unique_color[11] = "00";
> $unique_color[12] = "b2";
> $unique_color[13] = "adff2f";
> $unique_color[14] = "ff1493";
> $unique_color[15] = "f0e68c";
> $unique_color

Re: [Ganglia-general] Metrics Issue

2012-10-17 Thread Ghassan Elnajjar
I've renamed the conf.php file and restarted gmetad and httpd.conf.  No 
change occurred.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan 
To:     Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/16/2012 04:41 PM
Subject:Re: [Ganglia-general] Metrics Issue



Can you get rid of conf.php. Conf.php is loaded after conf_default.php for 

overrides.

Vladimir

On Tue, 16 Oct 2012, Ghassan Elnajjar wrote:

> 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
>  # $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'] = "ff";
> 
> #
> # 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]  = "ff";
> $unique_color[1]  = "00ff00";
> $unique_color[2]  = "ff";
> $unique_color[3]  = "00";
> $unique_color[4]  = "ff00ff";
> $unique_color[5]  = "00";
> $unique_color[6]  = "bb";
> $unique_color[7]  = "00bb00";
> $unique_color[8]  = "bb";
> $unique_color[9]  = "00";
> $unique_color[10] = "bb00bb";
> $unique_color[11] = "00";
> $unique_color[12] = "b2";
> $unique_color[13] = "adff2f";
> $unique_color[14] = "ff1493";
> $unique_color[15] = "f0e68c";
> $unique_color[16] = "dda0dd";
> $unique_color[17] = "8a2be2";
> $unique_color[18] = "88";
> $unique_color[19] = "008800";
> $unique_color[20] = "88";
> $unique_color[21] = "00";
> $unique_color[22] = "880088";
> $unique_color[23] = "00";
> $unique_color[24] = "ff4500";
> $unique_color[25] = "90ee90";
> $unique_color[26] = "7b68ee";
> $unique_color[27] = "aa";
> $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
>

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--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Metrics Issue

2012-10-16 Thread Ghassan Elnajjar
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 
To: Vladimir Vuksan 
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 
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]  = "ff"; 
$unique_color[1]  = "00ff00"; 
$unique_color[2]  = "ff"; 
$unique_color[3]  = "00"; 
$unique_color[4]  = "ff00ff"; 
$unique_color[5]  = "00"; 
$unique_color[6]  = "bb"; 
$unique_color[7]  = "00bb00"; 
$unique_color[8]  = "bb"; 
$unique_color[9]  = "00"; 
$unique_color[10] = "bb00bb"; 
$unique_color[11] = "00"; 
$unique_color[12] = "b2"; 
$unique_color[13] = "adff2f"; 
$unique_color[14] = "ff1493"; 
$unique_color[15] = "f0e68c"; 
$unique_color[16] = "dda0dd"; 
$unique_color[17] = "8a2be2"; 
$unique_color[18] = "88"; 
$unique_color[19] = "008800"; 
$unique_color[20] = "88"; 
$unique_color[21] = "00"; 
$unique_color[22] = "880088"; 
$unique_color[23] = "00"; 
$unique_color[24] = "ff4500"; 
$unique_color[25] = "90ee90"; 
$unique_color[26] = "7b68ee"; 
$unique_color[27] = "aa"; 
$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

Re: [Ganglia-general] Metrics Issue

2012-10-16 Thread Ghassan Elnajjar
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
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]  = "ff";
$unique_color[1]  = "00ff00";
$unique_color[2]  = "ff";
$unique_color[3]  = "00";
$unique_color[4]  = "ff00ff";
$unique_color[5]  = "00";
$unique_color[6]  = "bb";
$unique_color[7]  = "00bb00";
$unique_color[8]  = "bb";
$unique_color[9]  = "00";
$unique_color[10] = "bb00bb";
$unique_color[11] = "00";
$unique_color[12] = "b2";
$unique_color[13] = "adff2f";
$unique_color[14] = "ff1493";
$unique_color[15] = "f0e68c";
$unique_color[16] = "dda0dd";
$unique_color[17] = "8a2be2";
$unique_color[18] = "88";
$unique_color[19] = "008800";
$unique_color[20] = "88";
$unique_color[21] = "00";
$unique_color[22] = "880088";
$unique_color[23] = "00";
$unique_color[24] = "ff4500";
$unique_color[25] = "90ee90";
$unique_color[26] = "7b68ee";
$unique_color[27] = "aa";
$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#: /webtools/htdocs/ganglia/rrds: ==>ls -l
total 8
drwxrwxrwx2 nobody   nobody 4096 Oct 14 00:16 __SummaryInfo__
drwxrwxrwx6 nobody   nobody  256 Oct 14 00:16 database


#: /webtools/htdocs/ganglia/rrds: ==>cd __SummaryInfo__

#:/webtools/htdocs/ganglia/rrds/__SummaryInfo__: ==>ls -l
total 216832
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 
SPECint_rate_base2006.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ame_cpu_used.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ame_deficit_size.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_hpi.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_hpit.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_hypv_pagesize.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_iohwm.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_iome.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_iomu.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_pmem.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_pool_id.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 ams_var_mem_weight.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 boottime.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 bytes_in.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 bytes_out.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_aidle.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_entitlement.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_idle.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_in_lpar.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_in_machine.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_in_pool.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_in_syspool.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_nice.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_num.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_pool_id.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_pool_idle.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_speed.rrd
-rwxrwxrwx1 nobody   nobody  1260920 Oct 16 12:34 cpu_system.rrd
-rwxrw

Re: [Ganglia-general] Metrics Issue

2012-10-16 Thread Ghassan Elnajjar
Then I am totally lost as to why my graphs are empty.  Do you have any 
other suggestions?  Should I start all over again, beginning with 
uninstalling everything and performing the installation and configuration 
again?


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/16/2012 12:23 PM
Subject:Re: [Ganglia-general] Metrics Issue



It points to the directory where you installed Ganglia web e.g.

/opt/htdocs/ganglia

although conf_default.php will derive it on it's own with

$conf['gweb_root'] = dirname(__FILE__);

Filters can be empty. ganglia-web directory may be left over from 
something else so empty is fine.

Vladimir

On Tue, 16 Oct 2012, Ghassan Elnajjar wrote:

> Does anyone know what directory structure does the $conf['gweb_root'] 
point to?  It's mentioned in several php files in
> /htdocs/ganglia, but I can't what it points to.  Also, under 
./htdocs/ganglia, the filters and ganglia-web directories are empty.
>  Is this normal for a new setup to be empty?  Thanks.
> 
> 
> Ghassan
> 
> 
> 
> 
> 
> From:Ghassan Elnajjar 
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/15/2012 06:19 PM
> Subject:Re: [Ganglia-general] Metrics Issue
> 
> 
__
> 
> 
> 
> If what I downloaded was the correct one, it's still not working. 
 Nothing has changed.
> 
> 
> Ghassan
> 
> 
> 
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Ghassan Elnajjar 
> To:Vladimir Vuksan 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/15/2012 05:46 PM
> Subject:Re: [Ganglia-general] Metrics Issue
> 
> 
__
> 
> 
> 
> I don't see the download option for the stacked.php file.  There is a 
download button that will download all the ganglia-web files.  Is
> this the one you're referring to?  Thanks.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Vladimir Vuksan 
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/15/2012 05:33 PM
> Subject:Re: [Ganglia-general] Metrics Issue
> 
> 
______
> 
> 
> 
> There was a bug in the stacked script that gets triggered under certain
> conditions. This has been fixed. You can download it from trunk
> 
> https://github.com/ganglia/ganglia-web/blob/master/stacked.php
> 
> It will be part of 3.5.4.
> 
> On Mon, 15 Oct 2012, Ghassan Elnajjar wrote:
> 
> > It's ganglia-gweb-3.5.3-1.
> >
> >
> > Ghassan
> >
> >
> > Ghassan H Elnajjar
> > VCU Health System/MCV Hospitals
> > Systems Analyst
> > Technology & Engineering Services
> > 701 East Franklin Street, suite 400
> > Richmond, VA 23298-0483
> > (804) 628-1150 work
> > gelnaj...@mcvh-vcu.edu
> > http://www.vcuhealth.org
> 
> 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 busines

Re: [Ganglia-general] Metrics Issue

2012-10-16 Thread Ghassan Elnajjar
Does anyone know what directory structure does the $conf['gweb_root'] 
point to?  It's mentioned in several php files in /htdocs/ganglia, but 
I can't what it points to.  Also, under ./htdocs/ganglia, the filters 
and ganglia-web directories are empty.  Is this normal for a new setup to 
be empty?  Thanks.


Ghassan





From:   Ghassan Elnajjar 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 06:19 PM
Subject:Re: [Ganglia-general] Metrics Issue



If what I downloaded was the correct one, it's still not working.  Nothing 
has changed. 


Ghassan





Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org 



From:Ghassan Elnajjar  
To:Vladimir Vuksan  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/15/2012 05:46 PM 
Subject:Re: [Ganglia-general] Metrics Issue 



I don't see the download option for the stacked.php file.  There is a 
download button that will download all the ganglia-web files.  Is this the 
one you're referring to?  Thanks. 


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org 



From:    Vladimir Vuksan  
To:Ghassan Elnajjar  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/15/2012 05:33 PM 
Subject:Re: [Ganglia-general] Metrics Issue 



There was a bug in the stacked script that gets triggered under certain 
conditions. This has been fixed. You can download it from trunk

https://github.com/ganglia/ganglia-web/blob/master/stacked.php

It will be part of 3.5.4.

On Mon, 15 Oct 2012, Ghassan Elnajjar wrote:

> It's ganglia-gweb-3.5.3-1.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org 

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


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


Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
If what I downloaded was the correct one, it's still not working.  Nothing 
has changed.


Ghassan





Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: Vladimir Vuksan 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 05:46 PM
Subject:Re: [Ganglia-general] Metrics Issue



I don't see the download option for the stacked.php file.  There is a 
download button that will download all the ganglia-web files.  Is this the 
one you're referring to?  Thanks. 


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org 



From:Vladimir Vuksan  
To:    Ghassan Elnajjar  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/15/2012 05:33 PM 
Subject:Re: [Ganglia-general] Metrics Issue 



There was a bug in the stacked script that gets triggered under certain 
conditions. This has been fixed. You can download it from trunk

https://github.com/ganglia/ganglia-web/blob/master/stacked.php

It will be part of 3.5.4.

On Mon, 15 Oct 2012, Ghassan Elnajjar wrote:

> It's ganglia-gweb-3.5.3-1.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org

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


Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
I don't see the download option for the stacked.php file.  There is a 
download button that will download all the ganglia-web files.  Is this the 
one you're referring to?  Thanks.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 05:33 PM
Subject:Re: [Ganglia-general] Metrics Issue



There was a bug in the stacked script that gets triggered under certain 
conditions. This has been fixed. You can download it from trunk

https://github.com/ganglia/ganglia-web/blob/master/stacked.php

It will be part of 3.5.4.

On Mon, 15 Oct 2012, Ghassan Elnajjar wrote:

> It's ganglia-gweb-3.5.3-1.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Vladimir Vuksan 
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/15/2012 03:07 PM
> Subject:Re: [Ganglia-general] Metrics Issue
> 
> 

> 
> 
> 
> What version of Ganglia Web UI are you running?
> 
> Vladimir
> 
> On Mon, 15 Oct 2012, Ghassan Elnajjar wrote:
> 
> > Does anyone know what these errors mean?  They were logged after 
restarting the httpd daemon yesterday.  Thanks.
> >
> >
> > Ghassan
> >
> >
> > [Sun Oct 14 22:30:35.795476 2012] [mpm_worker:notice] [pid 5636152:tid 
1] AH00298: SIGHUP received.  Attempting to restart
> > [Sun Oct 14 22:30:36.296356 2012] [lbmethod_heartbeat:notice] [pid 
5636152:tid 1] AH02282: No slotmem from
> mod_heartmonitor
> > [Sun Oct 14 22:30:36.456660 2012] [mpm_worker:notice] [pid 5636152:tid 
1] AH00292: Apache/2.4.3 (Unix) PHP/5.4.7
> configured
> > -- resuming normal operations
> > [Sun Oct 14 22:30:36.456891 2012] [core:notice] [pid 5636152:tid 1] 
AH00094: Command line: '/opt/freeware/sbin/httpd'
> > ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E5:
> >
> > ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E5:
> >
> > ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN
> > ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN
> >
> >
> >
> >
> > Ghassan H Elnajjar
> > VCU Health System/MCV Hospitals
> > Systems Analyst
> > Technology & Engineering Services
> > 701 East Franklin Street, suite 400
> > Richmond, VA 23298-0483
> > (804) 628-1150 work
> > gelnaj...@mcvh-vcu.edu
> > http://www.vcuhealth.org
> >
> >
> >
> > From:Ghassan Elnajjar/InformationSystems/MCVH
> > To:Ghassan Elnajjar 
> > Cc:ganglia-general@lists.sourceforge.net, Vladimir Vuksan 

> > Date:10/15/2012 01:48 PM
> > Subject:Re: [Ganglia-general] Timezone & Metrics Issue
> >
> 
>_______
> _
> >
> >
> >
> > I have opened up the rrrds directory, sub-directories, and files to 
everyone, but the same issue is still there.  Any
> other
> > suggestions?  Do I need to revert back to using the default rrds 
directory, /var/lib/ganglia/rrds?
> >
> >
> >
> > Ghassan
> >
> >
> >
> >
> >
> > From:Ghassan Elnajjar 
> > To:Vladimir Vuksan 
> > Cc:ganglia-general@lists.sourceforge.net
> > Date:10/15/2012 11:52 AM
> > Subject:Re: [Ganglia-general] Timezone & Metrics Issue
> >
> 
>___
> _
> >
> >
> >
> > Thank you for the response Vladimir.  I have changed the location of 
the rrds database.  I had created a new filesystem
> for
> > it.  The rrds directory is owned by nobody.nobody including the 
directories and files below it.  Please see below my
> changes
> > to the configuration files.  Have I missed something else?  Do I need 
to change the RRDS directory to be owned by root
> > inclu

Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
Thanks Aaron.  No, custom graphs.  I'm just starting and trying to get 
this thing working.  From all the technical reading that I have done, this 
should be a very easy setup and will work from the get go. It's seems more 
difficult than I first thought or I just have bad luck!!


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Aaron Nichols 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 04:52 PM
Subject:Re: [Ganglia-general] Metrics Issue



On Mon, Oct 15, 2012 at 2:49 PM, Ghassan Elnajjar  
wrote:
Hi Aaron, 

Will you please elaborate.I am not following.  I should look for a php 
file with AREA:a1#E5 in it, correct?  Open this file and find a URL 
that's pointing to the graph.php?  Then add the &debug=99 to the URL and 
enter it in a web browser?  Thanks. 

I made the, possibly incorrect, assumption that you had some custom graphs 
setup using php (in graph.d within ganglia-web). If you haven't done this, 
then my suggestion is probably not correct. If you have done this, then 
this error could be a result of an error in those graph files. I assume 
it's also possible that one of the graphs that shipped with ganglia is 
having a problem in your environment in which case it's more likely a 
different problem that I'm less apt to help you fix :)

Thanks,
Aaron 
--
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


Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
Hi Aaron,

Will you please elaborate.I am not following.  I should look for a php 
file with AREA:a1#E5 in it, correct?  Open this file and find a URL 
that's pointing to the graph.php?  Then add the &debug=99 to the URL and 
enter it in a web browser?  Thanks.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Aaron Nichols 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 04:21 PM
Subject:Re: [Ganglia-general] Metrics Issue



On Mon, Oct 15, 2012 at 12:52 PM, Ghassan Elnajjar  wrote:
Does anyone know what these errors mean?  They were logged after 
restarting the httpd daemon yesterday.  Thanks. 


Ghassan


[Sun Oct 14 22:30:35.795476 2012] [mpm_worker:notice] [pid 5636152:tid 1] 
AH00298: SIGHUP received.  Attempting to restart 
[Sun Oct 14 22:30:36.296356 2012] [lbmethod_heartbeat:notice] [pid 
5636152:tid 1] AH02282: No slotmem from mod_heartmonitor 
[Sun Oct 14 22:30:36.456660 2012] [mpm_worker:notice] [pid 5636152:tid 1] 
AH00292: Apache/2.4.3 (Unix) PHP/5.4.7 configured -- resuming normal 
operations 
[Sun Oct 14 22:30:36.456891 2012] [core:notice] [pid 5636152:tid 1] 
AH00094: Command line: '/opt/freeware/sbin/httpd' 
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5: 

ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5: 

ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN 
ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN  

Those errors mean one of your report files need to be fixed. Look for a 
graph report with "AREA:a1#E5000" in it. If you look at the graph directly 
(using graph.php) and add &debug=99 to the URL you'll get the raw rrdtool 
command - you can then run and debug that on the command line. 

Aaron
 

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


Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
It's ganglia-gweb-3.5.3-1.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan 
To:     Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 03:07 PM
Subject:Re: [Ganglia-general] Metrics Issue



What version of Ganglia Web UI are you running?

Vladimir

On Mon, 15 Oct 2012, Ghassan Elnajjar wrote:

> Does anyone know what these errors mean?  They were logged after 
restarting the httpd daemon yesterday.  Thanks.
> 
> 
> Ghassan
> 
> 
> [Sun Oct 14 22:30:35.795476 2012] [mpm_worker:notice] [pid 5636152:tid 
1] AH00298: SIGHUP received.  Attempting to restart
> [Sun Oct 14 22:30:36.296356 2012] [lbmethod_heartbeat:notice] [pid 
5636152:tid 1] AH02282: No slotmem from mod_heartmonitor
> [Sun Oct 14 22:30:36.456660 2012] [mpm_worker:notice] [pid 5636152:tid 
1] AH00292: Apache/2.4.3 (Unix) PHP/5.4.7 configured
> -- resuming normal operations
> [Sun Oct 14 22:30:36.456891 2012] [core:notice] [pid 5636152:tid 1] 
AH00094: Command line: '/opt/freeware/sbin/httpd'
> ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E5:
> 
> ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E5:
> 
> ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN
> ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN
> 
> 
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Ghassan Elnajjar/InformationSystems/MCVH
> To:Ghassan Elnajjar 
> Cc:ganglia-general@lists.sourceforge.net, Vladimir Vuksan 

> Date:10/15/2012 01:48 PM
> Subject:Re: [Ganglia-general] Timezone & Metrics Issue
> 
> 

> 
> 
> 
> I have opened up the rrrds directory, sub-directories, and files to 
everyone, but the same issue is still there.  Any other
> suggestions?  Do I need to revert back to using the default rrds 
directory, /var/lib/ganglia/rrds?
> 
> 
> 
> Ghassan
> 
> 
> 
> 
> 
> From:Ghassan Elnajjar 
> To:Vladimir Vuksan 
> Cc:ganglia-general@lists.sourceforge.net
> Date:10/15/2012 11:52 AM
> Subject:Re: [Ganglia-general] Timezone & Metrics Issue
> 
> 

> 
> 
> 
> Thank you for the response Vladimir.  I have changed the location of the 
rrds database.  I had created a new filesystem for
> it.  The rrds directory is owned by nobody.nobody including the 
directories and files below it.  Please see below my changes
> to the configuration files.  Have I missed something else?  Do I need to 
change the RRDS directory to be owned by root
> including the directories and files below it?  Thank you.
> 
> 
> Ghassan
> 
> 
> 
> /etc/ganglia/gemetad.conf:
> 
> # data_source "my cluster" 10 localhost  my.machine.edu:8649 
 1.2.3.5:8655
> # data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 
grid-backup.org:8651
> # data_source "another source" 1.3.4.7:8655  1.3.4.8
> 
> data_source "database" :8649
> 
> 
#---
> # Where gmetad stores its round-robin databases
> # default: "/var/lib/ganglia/rrds"
> rrd_rootdir "/webtools/htdocs/ganglia/rrds"
> #
> 
> 
> /opt/freeware/etc/httpd/conf/httpd.conf:
> 
> # DocumentRoot: The directory out of which you will serve your
> # documents. By default, all requests are taken from this directory, but
> # symbolic links and aliases may be used to point to other locations.
> #
> DocumentRoot "/webtools/htdocs"
> 
>   #
> 
> # ScriptAlias: This controls which directories contain server scripts.
>   # ScriptAliases are essentially the same as Aliases, except that
>   # documents in the target directory are treated as applications and
>   # run by the server when requested rather than as documents sent to 
the
>   # client.  The same rules about trailing "/" apply to ScriptAlias
>   # directives as to Alias.
>   #
>   ScriptAlias /cgi-bin/ "/webtools/cgi-bin/"
> 
>

Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
Does anyone know what these errors mean?  They were logged after 
restarting the httpd daemon yesterday.  Thanks.


Ghassan


[Sun Oct 14 22:30:35.795476 2012] [mpm_worker:notice] [pid 5636152:tid 1] 
AH00298: SIGHUP received.  Attempting to restart
[Sun Oct 14 22:30:36.296356 2012] [lbmethod_heartbeat:notice] [pid 
5636152:tid 1] AH02282: No slotmem from mod_heartmonitor
[Sun Oct 14 22:30:36.456660 2012] [mpm_worker:notice] [pid 5636152:tid 1] 
AH00292: Apache/2.4.3 (Unix) PHP/5.4.7 configured -- resuming normal 
operations
[Sun Oct 14 22:30:36.456891 2012] [core:notice] [pid 5636152:tid 1] 
AH00094: Command line: '/opt/freeware/sbin/httpd'
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN
ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN




Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar/InformationSystems/MCVH
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net, Vladimir Vuksan 

Date:   10/15/2012 01:48 PM
Subject:Re: [Ganglia-general] Timezone & Metrics Issue



I have opened up the rrrds directory, sub-directories, and files to 
everyone, but the same issue is still there.  Any other suggestions?  Do I 
need to revert back to using the default rrds directory, 
/var/lib/ganglia/rrds? 



Ghassan





From:Ghassan Elnajjar  
To:Vladimir Vuksan  
Cc:ganglia-general@lists.sourceforge.net 
Date:10/15/2012 11:52 AM 
Subject:Re: [Ganglia-general] Timezone & Metrics Issue 



Thank you for the response Vladimir.  I have changed the location of the 
rrds database.  I had created a new filesystem for it.  The rrds directory 
is owned by nobody.nobody including the directories and files below it. 
Please see below my changes to the configuration files.  Have I missed 
something else?  Do I need to change the RRDS directory to be owned by 
root including the directories and files below it?  Thank you. 


Ghassan



/etc/ganglia/gemetad.conf: 

# data_source "my cluster" 10 localhost  my.machine.edu:8649  1.2.3.5:8655 

# data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651 

# data_source "another source" 1.3.4.7:8655  1.3.4.8 

data_source "database" :8649 

#---
 

# Where gmetad stores its round-robin databases 
# default: "/var/lib/ganglia/rrds" 
rrd_rootdir "/webtools/htdocs/ganglia/rrds" 
# 


/opt/freeware/etc/httpd/conf/httpd.conf: 

# DocumentRoot: The directory out of which you will serve your 
# documents. By default, all requests are taken from this directory, but 
# symbolic links and aliases may be used to point to other locations. 
# 
DocumentRoot "/webtools/htdocs" 
 
   # 

# ScriptAlias: This controls which directories contain server scripts. 
   # ScriptAliases are essentially the same as Aliases, except that 
   # documents in the target directory are treated as applications and 
   # run by the server when requested rather than as documents sent to the 

   # client.  The same rules about trailing "/" apply to ScriptAlias 
   # directives as to Alias. 
   # 
   ScriptAlias /cgi-bin/ "/webtools/cgi-bin/" 


# 
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased 
# CGI directory exists, if you have that configured. 
# 
 
   AllowOverride None 
   Options None 
   Require all granted 
 


/webtools/htdocs/ganglia/conf_default.php: 


# 
# If you installed gmetad in a directory other than the default 
# make sure you change it here. 
# 

# Where gmetad stores the rrd archives. 
$conf['gmetad_root'] = "/webtools/htdocs/ganglia"; 
$conf['rrds'] = "${conf['gmetad_root']}/rrds"; 

# Where Dwoo (PHP templating engine) store compiled templates 
$conf['dwoo_compiled_dir'] = "${conf['gmetad_root']}/dwoo/compiled"; 
$conf['dwoo_cache_dir'] = "${conf['gmetad_root']}/dwoo/cache"; 

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

# Leave this alone if rrdtool is installed in $conf['gmetad_root'], 
# otherwise, change it if it is installed elsewhere (like /usr/bin) 
$conf['rrdtool'] = "/usr/bin/rrdtool"; 

NOTE: The information contained in this message may be privileged and 
confidential and protected

Re: [Ganglia-general] Timezone & Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
I have opened up the rrrds directory, sub-directories, and files to 
everyone, but the same issue is still there.  Any other suggestions?  Do I 
need to revert back to using the default rrds directory, 
/var/lib/ganglia/rrds?



Ghassan





From:   Ghassan Elnajjar 
To: Vladimir Vuksan 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 11:52 AM
Subject:Re: [Ganglia-general] Timezone & Metrics Issue



Thank you for the response Vladimir.  I have changed the location of the 
rrds database.  I had created a new filesystem for it.  The rrds directory 
is owned by nobody.nobody including the directories and files below it. 
Please see below my changes to the configuration files.  Have I missed 
something else?  Do I need to change the RRDS directory to be owned by 
root including the directories and files below it?  Thank you. 


Ghassan



/etc/ganglia/gemetad.conf: 

# data_source "my cluster" 10 localhost  my.machine.edu:8649  1.2.3.5:8655 

# data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651 

# data_source "another source" 1.3.4.7:8655  1.3.4.8 

data_source "database" :8649 

#---
 

# Where gmetad stores its round-robin databases 
# default: "/var/lib/ganglia/rrds" 
 rrd_rootdir "/webtools/htdocs/ganglia/rrds" 
# 


/opt/freeware/etc/httpd/conf/httpd.conf: 

# DocumentRoot: The directory out of which you will serve your 
# documents. By default, all requests are taken from this directory, but 
# symbolic links and aliases may be used to point to other locations. 
# 
DocumentRoot "/webtools/htdocs" 
 
# 

# ScriptAlias: This controls which directories contain server scripts. 
# ScriptAliases are essentially the same as Aliases, except that 
# documents in the target directory are treated as applications and 
# run by the server when requested rather than as documents sent to 
the 
# client.  The same rules about trailing "/" apply to ScriptAlias 
# directives as to Alias. 
# 
ScriptAlias /cgi-bin/ "/webtools/cgi-bin/" 


# 
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased 
# CGI directory exists, if you have that configured. 
# 
 
AllowOverride None 
Options None 
Require all granted 
 


/webtools/htdocs/ganglia/conf_default.php: 


# 
# If you installed gmetad in a directory other than the default 
# make sure you change it here. 
# 

# Where gmetad stores the rrd archives. 
$conf['gmetad_root'] = "/webtools/htdocs/ganglia"; 
$conf['rrds'] = "${conf['gmetad_root']}/rrds"; 

# Where Dwoo (PHP templating engine) store compiled templates 
$conf['dwoo_compiled_dir'] = "${conf['gmetad_root']}/dwoo/compiled"; 
$conf['dwoo_cache_dir'] = "${conf['gmetad_root']}/dwoo/cache"; 

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

# Leave this alone if rrdtool is installed in $conf['gmetad_root'], 
# otherwise, change it if it is installed elsewhere (like /usr/bin) 
$conf['rrdtool'] = "/usr/bin/rrdtool";

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


Re: [Ganglia-general] Timezone & Metrics Issue

2012-10-15 Thread Ghassan Elnajjar
Thank you for the response Vladimir.  I have changed the location of the 
rrds database.  I had created a new filesystem for it.  The rrds directory 
is owned by nobody.nobody including the directories and files below it. 
Please see below my changes to the configuration files.  Have I missed 
something else?  Do I need to change the RRDS directory to be owned by 
root including the directories and files below it?  Thank you.


Ghassan



/etc/ganglia/gemetad.conf:

# data_source "my cluster" 10 localhost  my.machine.edu:8649  1.2.3.5:8655
# data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651
# data_source "another source" 1.3.4.7:8655  1.3.4.8

data_source "database" :8649

#---
# Where gmetad stores its round-robin databases
# default: "/var/lib/ganglia/rrds"
 rrd_rootdir "/webtools/htdocs/ganglia/rrds"
#


/opt/freeware/etc/httpd/conf/httpd.conf:

# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/webtools/htdocs"

#

# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the target directory are treated as applications and
# run by the server when requested rather than as documents sent to 
the
# client.  The same rules about trailing "/" apply to ScriptAlias
# directives as to Alias.
#
ScriptAlias /cgi-bin/ "/webtools/cgi-bin/"


#
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#

AllowOverride None
Options None
Require all granted



/webtools/htdocs/ganglia/conf_default.php:


#
# If you installed gmetad in a directory other than the default
# make sure you change it here.
#

# Where gmetad stores the rrd archives.
$conf['gmetad_root'] = "/webtools/htdocs/ganglia";
$conf['rrds'] = "${conf['gmetad_root']}/rrds";

# Where Dwoo (PHP templating engine) store compiled templates
$conf['dwoo_compiled_dir'] = "${conf['gmetad_root']}/dwoo/compiled";
$conf['dwoo_cache_dir'] = "${conf['gmetad_root']}/dwoo/cache";

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

# Leave this alone if rrdtool is installed in $conf['gmetad_root'],
# otherwise, change it if it is installed elsewhere (like /usr/bin)
$conf['rrdtool'] = "/usr/bin/rrdtool";





Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan 
To: Ghassan Elnajjar 
Cc: ganglia-general@lists.sourceforge.net
Date:   10/15/2012 10:26 AM
Subject:Re: [Ganglia-general] Timezone & Metrics Issue



"No matched metrics" is a catch all in case the web UI is not able to read 

RRDs, RRDs are not there. It appears that /var/lib/ganglia/rrds is owned 
by root. gmetad usually runs as nobody. Please make sure gmetad can write 
into it.

Vladimir

On Sun, 14 Oct 2012, Ghassan Elnajjar wrote:

> I was able to figure it what's causing the errors including the reason 
it was looking in /var/lib/ganglia/rrds and corrected
> it.  However, all the graphs are still blank with the "No matching 
metrics detected" message on each graph.  I think I am
> very close to getting this working, but I don't know enough about 
Ganglia to resolve it.
> 
> It is greatly appreciated if someone can assist me or point me to a 
location in the configuration or file that needs to be
> modified.  I need to get this working so that I can use it in my 
production environment.  Thank you.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:Ghassan Elnajjar 
> To:ganglia-general@lists.sourceforge.net
> Date:10/13/2012 01:13 AM
> Subject:Re: [Ganglia-general] Timezone & Metrics Issue
> 
> 

> 
> 
> 
> 

Re: [Ganglia-general] Timezone & Metrics Issue

2012-10-14 Thread Ghassan Elnajjar
I was able to figure it what's causing the errors including the reason it 
was looking in /var/lib/ganglia/rrds and corrected it.  However, all the 
graphs are still blank with the "No matching metrics detected" message on 
each graph.  I think I am very close to getting this working, but I don't 
know enough about Ganglia to resolve it.

It is greatly appreciated if someone can assist me or point me to a 
location in the configuration or file that needs to be modified.  I need 
to get this working so that I can use it in my production environment. 
Thank you.


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: ganglia-general@lists.sourceforge.net
Date:   10/13/2012 01:13 AM
Subject:Re: [Ganglia-general] Timezone & Metrics Issue



I was able to solve my time zone and the Power5/6/7 DSO issue.  However, 
all the graphs are blank.  I can see my cluster of nodes.  I am able to 
drill down and see the characteristics under the "Host Overview".  All the 
graphs have the small box with "No matching metrics detected" right next 
to it.  I am also getting the below errors in the error_log located in 
/opt/freeware/etc/httpd/logs.  I am not sure why it's searching in 
/var/lib/ganglia/rrds/***.  I have changed this location to /ganglia/rrds 
where my cluster is, the nodes, and the data underneath each node.  The 
gmetad.conf reflects this change as well. 


#:/ganglia/rrds: ==>ls -l 
total 8 
drwxr-xr-x2 root system 4096 Oct 12 22:04 __SummaryInfo__ 
drwxr-xr-x6 root system  256 Oct 12 02:28 database 
drwxr-xr-x2 root system  256 Oct 11 20:23 lost+found 
brio:/ganglia/rrds: ==>cd database 
#:/ganglia/rrds/database: ==>ls -l 
total 32 
drwxr-xr-x2 root system 4096 Oct 12 22:03 __SummaryInfo__ 
drwxr-xr-x2 root system 4096 Oct 12 22:28  
drwxr-xr-x2 root system 4096 Oct 12 22:09  
drwxr-xr-x2 root system 4096 Oct 12 22:03  
drwxr-xr-x2 root system 4096 Oct 12 22:05  



#:ls -l /var/lib/ganglia/rrds/ 
total 0 


Will someone please point me to the right direction as to where I can find 
a solution to this? 


Thank you,
Ghassan



ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory 
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory 
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory 
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5: 

ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory 
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory 
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory 
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5: 

ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory 
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory 
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory 
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5: 

ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory 
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory 
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory 
ERROR: opening 
'/var/lib/

Re: [Ganglia-general] Timezone & Metrics Issue

2012-10-12 Thread Ghassan Elnajjar
I was able to solve my time zone and the Power5/6/7 DSO issue.  However, 
all the graphs are blank.  I can see my cluster of nodes.  I am able to 
drill down and see the characteristics under the "Host Overview".  All the 
graphs have the small box with "No matching metrics detected" right next 
to it.  I am also getting the below errors in the error_log located in 
/opt/freeware/etc/httpd/logs.  I am not sure why it's searching in 
/var/lib/ganglia/rrds/***.  I have changed this location to /ganglia/rrds 
where my cluster is, the nodes, and the data underneath each node.  The 
gmetad.conf reflects this change as well.


#:/ganglia/rrds: ==>ls -l
total 8
drwxr-xr-x2 root system 4096 Oct 12 22:04 __SummaryInfo__
drwxr-xr-x6 root system  256 Oct 12 02:28 database
drwxr-xr-x2 root system  256 Oct 11 20:23 lost+found
brio:/ganglia/rrds: ==>cd database
#:/ganglia/rrds/database: ==>ls -l
total 32
drwxr-xr-x2 root system 4096 Oct 12 22:03 __SummaryInfo__
drwxr-xr-x2 root system 4096 Oct 12 22:28 
drwxr-xr-x2 root system 4096 Oct 12 22:09 
drwxr-xr-x2 root system 4096 Oct 12 22:03 
drwxr-xr-x2 root system 4096 Oct 12 22:05 



#:ls -l /var/lib/ganglia/rrds/
total 0


Will someone please point me to the right direction as to where I can find 
a solution to this?


Thank you,
Ghassan



ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

ERROR: opening '/var/lib/ganglia/rrds/database//cpu_num.rrd': 
No such file or directory
ERROR: opening '/var/lib/ganglia/rrds/database//load_one.rrd': 
No such file or directory




Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Ghassan Elnajjar 
To: ganglia-general@lists.sourceforge.net
Date:   10/12/2012 11:00 AM
Subject:[Ganglia-general] Timezone & Metrics Issue



I have just installed my ganglia test environment.  It consists of three 
gmond AIX clients, one gmond AIX receiving headnode, and an AIX webserver 
with gmetad, rrds, apache, and php installed. 

My first issue is the timezone in PHP.ini.  Does anyone know how to 
corre

[Ganglia-general] Timezone & Metrics Issue

2012-10-12 Thread Ghassan Elnajjar
I have just installed my ganglia test environment.  It consists of three 
gmond AIX clients, one gmond AIX receiving headnode, and an AIX webserver 
with gmetad, rrds, apache, and php installed.

My first issue is the timezone in PHP.ini.  Does anyone know how to 
correct it to and display the right timezone?  My timezone is America/New 
York.

The second issue is that the graphs are not showing any data when looking 
at it from a web browser.  There is a tiny square box on the bottom of 
each graph that says "No matching metrics detected."  Does anyone have an 
idea what could be the problem here?

The last issue is, I do not see any of the Power5/6/7 IBM DSO modules / 
metrics pulled into the webserver.  Anyone know what the issue here?


Thank you so much.


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--
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


[Ganglia-general] GANGLIA Installation + GCC Prerequisits

2012-10-03 Thread Ghassan Elnajjar
Hello,

I am trying to install Ganglia on AIX 5.3 including the prerequisite GCC 
files and Libraries.  I have downloaded all the rpms needed.  The install 
fails with the below error.  I have both of these rpms in the list to be 
installed.  Will you please assist me with this issue or point me to a 
resource that can assist me?  Any assistance you can provide is greatly 
appreciated.  Thank you for your time.


error: failed dependencies:
libgcc = 4.7.2-1 is needed by gcc-4.7.2-1


Ghassan


Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org
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