Xymon Mailing List Archive search

Easy question on GRAPHS and trends

list Henrik Størner
Mon, 6 Mar 2006 11:05:06 +0100
Message-Id: <user-4c6cc28fb07a@xymon.invalid>

On Fri, Mar 03, 2006 at 10:52:48PM +0100, Eduardo Mayoral wrote:
however I cannot get hobbit to display the graph and link in the trends
page. It only displays vmstat , but not vmstat1-vmstat5

According to the documentation I should just add the graph names to the
GRAPHS user-e483cdb434b1@xymon.invalid, but I have already done that:
GRAPHS="la,disk,inode,qtree,memory,users,vmstat,vmstat3,vmstat4,vmstat5,iostat,tcp.http,tcp,netstat,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,postfix,mrtg::1"
I'm afraid you've misunderstood the docs (which means I'll need to make
them more explicit). The GRAPHS setting is "only" used to find out which
RRD databases should be used on the trends page. But vmstat has multiple
datasets inside a single RRD database, and you want to show several of
the datasets on your trends page.

The answer to that one is to add a TRENDS setting to the host entry in
the bb-hosts file. Like

10.0.0.1  myhost.foo.com # TRENDS:*,vmstat:vmstat|vmstat3|vmstat4|vmstat5


Regards,
Henrik