On Thu, Sep 3, 2009 at 3:49 AM, Buchan Milne <span dir="ltr"><<a href="mailto:bgmilne@staff.telkomsa.net">bgmilne@staff.telkomsa.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wednesday, 2 September 2009 16:55:14 Robert Herron wrote:<br>
> I use the bb-roracle extension to monitor Oracle databases tablespace<br>
> sizes.  I wrote an "extra-script" to do this and added it to the<br>
> [rrdstatus] and [rrddata] stanzas in hobbitlaunch.cfg.  I updated the<br>
> hobbitgraph.cfg and hobbitserver.cfg files.  Everything works -- the RRDs<br>
> are created and the graphs are displayed on the "trends" and  "oradb"<br>
> pages.<br>
<br>
</div>You may also want to consider looking at dbcheck.pl from the hobbit-perl_cl<br>
project, which (in conjunction with recent Xymon releases) more or less<br>
provides this out-the-box (without an extra script).<br>
<div class="im"></div></blockquote><div><br>I tried dbcheck.pl and am not completely sold on it.  You'll see my name in the revision history of bb-roracle so I "eat my own dog food."<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
> The only problem is the graph is not split into multiple subgraphs on the<br>
> "oradb" page.  It is split into multiple subgraphs on the "trends" page.  I<br>
> want the oradb RRD graphs to act like the "disk" RRD graphs.  Some of the<br>
> monitored databases have upwards of 65 tablespaces and are difficult to<br>
> analyze with everything on one graph.<br>
><br>
> Is it possible to split the graphs on the oradb page?  I did a search of<br>
> the archive and didn't find anything relevant.<br>
<br>
</div>What did you add to the TEST2RRD and GRAPHS variables in hobbitserver.cfg?<br>
Appending ::1 to the name you added in GRAPHS (e.g. oradb::1 instead of oradb)<br>
may help.<br></blockquote></div><br>The settings are:<br><br>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,HVAC,UPS,oradb,UPS2,UPS3,UPS4,files,procs=processes,ports,clock,lines"<br>
GRAPHS="la,disk,inode,qtree,memory,users,vmstat,iostat,tcp.http,tcp,netstat,mrtg::1,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,HVAC,UPS,oradb,oradb1,UPS2,UPS3,UPS4,files,processes,ports,ifstat,clock.lines"<br>
<br>I wasn't aware of the "::1" item. I'll play with that.<br><br>Thanks for the suggestions.<br>--R.Herron<br>