Xymon Mailing List Archive search

Multiple graphs per column

list Galen Johnson
Wed, 23 Sep 2015 14:33:06 +0000
Message-Id: <user-744b642b7484@xymon.invalid>

Ok...running into a different issue.  I'd like to define the GRAPHS for my test to do a single graph per entry...

As I understand it, it should follow this format


GRAPHS_omabasic="omabasic,omabasic1::1"


yet, when I go to the page, it tries to call the "omabasic1::1" graph instead of breaking it out to a single graph per line.  Note, it shouldn't matter but these are NCVs.


=G=


From: Japheth Cleaver <user-87556346d4af@xymon.invalid>
Sent: Tuesday, September 22, 2015 7:21 PM
To: Galen Johnson; user-df463d3c0721@xymon.invalid
Cc: xymon at xymon.com
Subject: Re: [Xymon] Multiple graphs per column

Yeah, that was definitely my error :)
Fixed in r7674: https://sourceforge.net/p/xymon/code/7674/

Regards,
-jc


On 9/22/2015 4:03 PM, Galen Johnson wrote:

Alrighty...it's "documented" in the xymonserver.cfg file :-).  And for the sake of completeness, I only needed to fix that.  Adding the multigraphs option didn't help in this case.


thanks


=G=


From: Japheth Cleaver <user-87556346d4af@xymon.invalid><mailto:user-87556346d4af@xymon.invalid>
Sent: Tuesday, September 22, 2015 6:50 PM
To: user-df463d3c0721@xymon.invalid<mailto:user-df463d3c0721@xymon.invalid>; Galen Johnson
Cc: xymon at xymon.com<mailto:xymon at xymon.com>
Subject: Re: [Xymon] Multiple graphs per column

Galen,

Actually, it's a documentation bug :/

The proper flag is "GRAPHS_[xxx]" (to mirror the general 'GRAPHS' variable). That *should* work for you going forward.

Thanks for catching this.

-jc

On 9/22/2015 3:44 PM, Steve B wrote:
Did you use multigraphs option in cgioptions.cfg?

ex:

CGI_SVC_OPTS="...
--multigraphs=,disk,inode,qtree,quotas,snapshot,TblSpace,if_load,DBAreas"


On Tue, Sep 22, 2015 at 11:45 PM, Galen Johnson <user-87f955643e3d@xymon.invalid<mailto:user-87f955643e3d@xymon.invalid>> wrote:

Has anyone gotten the multiple graphs per column to work?  I tried using the example in the xymonserver.cfg file but it still only shows a single graph...for example, if I want the la graph and vmstat1 I should be able to add the line:


GRAPH_cpu="la,vmstat1"


As I understand it, that should give me both graphs when I click on the test.  Did I just miss a step (yes, I restarted xymon)?


thanks


=G=