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:
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"
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"
In hobbitgraph.cfg, rename the "[procs]" section to "[processes]".
Regards, Henrik