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'#BBBBBB:'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'#FF0000:'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 <vli...@veus.hr>
To:     Ghassan Elnajjar <gelnaj...@mcvh-vcu.edu>
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 <gelnaj...@mcvh-vcu.edu> 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 <gelnaj...@mcvh-vcu.edu>
> To:        Mark Wagner <mwag...@intelius.com>
> 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 <mwag...@intelius.com>
> To:        <ganglia-general@lists.sourceforge.net>
> 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:
> 
> </head>
> <body style="background-color: #ffffff;" 
onunload="g_refresh_timer=null">
> {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
> 
> 
> 
> 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

Reply via email to