Xymon Mailing List Archive search

Trends graph for Procs only shows single instance

2 messages in this thread

list Chris Morris · Tue, 27 Jun 2006 16:20:58 +0100 ·
Hi,

The PROCS status page shows a graph of multiple processes that have been
defined to TRACK, but the procs graph on the TRENDS page only shows a single
instance on the graph.

Ports works properly and the definition in hobbitgraphs.cfg looks the same.

Regards,

Chris 


****************************************************************************
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited.

If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither RWE npower nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
*****************************************************************************
list Henrik Størner · Mon, 10 Jul 2006 12:28:05 +0200 ·
quoted from Chris Morris
On Tue, Jun 27, 2006 at 04:20:58PM +0100, Morris, Chris (Shared Services) wrote:
The PROCS status page shows a graph of multiple processes that have been
defined to TRACK, but the procs graph on the TRENDS page only shows a single
instance on the graph.

Ports works properly and the definition in hobbitgraphs.cfg looks the same.
OK, I've been somewhat confused about the graph setup for the "procs"
column. So the definitions in the beta version are wrong. To fix it:

1) In hobbitserver.cfg, change the TEST2RRD setting so instead of just
   "procs", it has "procs=processes". In the default setup:
   TEST2RRD="cpu=la,disk,inode,qtree,memory,$PINGCOLUMN=tcp,http=tcp,dns=tcp,dig=tcp,time=ntpstat,vmstat,iostat,netstat,temperature,apache,bind,sendmail,mailq,nmailq=mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,files,procs=processes,ports,clock,lines"

2) Also in hobbitserver.cfg, change the GRAPHS setting so it references
   the "processes" definition instead of just "procs". Default setup:
   GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,tcp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,clock,lines"

3) In hobbitgraph.cfg, rename the "[procs]" section to "[processes]".


Regards,
Henrik