Xymon Mailing List Archive search

vmstat "b" graph

list Henrik Størner
Tue, 24 Jul 2007 19:03:17 +0200
Message-Id: <user-afb5bff5b4d1@xymon.invalid>

On Tue, Jul 24, 2007 at 12:01:48PM -0400, Scott Walters wrote:
I am requesting an additional graph in the trends page specifically
for the "b" DS of the vmstat rrd.  This DS might not exist for all
*IX, but for most.

Forgive me if this is configurable, I still picking up the details of
hobbit functionality.
Two things you need to do:

1) Add a definition for this graph to hobbitgraphs.cfg, e.g.
   [vmstat11]
	TITLE I/O Blocked processes
	YAXIS #
	DEF:procb=vmstat.rrd:cpu_b:AVERAGE
	LINE2:procb#00CC00:Blocked processes
   (you can of course include any other RRD stuff you want).

2) Add this graph to the TRENDS setting for your host: On the host
   entry in bb-hosts, add "TRENDS:*,vmstat:vmstat|vmstat11


Regards,
Henrik