[hobbit] upgrade to 4.1.2 breaks netapp qtree graphing
Tom Georgoulias
tomg at mcclatchyinteractive.com
Fri Oct 14 15:44:48 CEST 2005
Henrik Stoerner wrote:
> Could you try and compare the following files:
>
> - bb-hostsvc.sh (from the installed cgi-bin directory) with the
> hobbitd/bb-hostsvc.sh from the hobbit-4.1.2 build directory ?
md5sum bb-hostsvc.sh /home/bb/cgi-bin/bb-hostsvc.sh
5c17106fd83c3c5eda051592b945f497 bb-hostsvc.sh
5c17106fd83c3c5eda051592b945f497 /home/bb/cgi-bin/bb-hostsvc.sh
> - hobbitgraph.sh (from the installed cgi-bin directory) with the
> hobbitd/hobbitgraph.sh from the hobbit-4.1.2 build directory ?
md5sum hobbitgraph.sh /home/bb/cgi-bin/hobbitgraph.sh
f778ab8f6fd0e0e3cc5af665628d0889 hobbitgraph.sh
f778ab8f6fd0e0e3cc5af665628d0889 /home/bb/cgi-bin/hobbitgraph.sh
>
> - hobbitgraph.cfg (from the installed server/etc/ directory) with
> the hobbitd/etcfiles/hobbitgraph.cfg from the hobbit-4.1.2 build
> directory ?
md5sum etcfiles/hobbitgraph.cfg /home/bb/server/etc/hobbitgraph.cfg
a65dc5f1a199a684010cc97712277025 etcfiles/hobbitgraph.cfg
f70f5a1f180fc59cd9b2f71ffb0fb2be /home/bb/server/etc/hobbitgraph.cfg
I have some custom edits to this file, so that is why they won't match.
Since we're using inodes in troubleshooting, here is the def I'm using:
[inode]
FNPATTERN inode(.*).rrd
TITLE inode Utilization
YAXIS % Full
DEF:p at RRDIDX@=@RRDFN@:pct:AVERAGE
LINE2:p at RRDIDX@#@COLOR@:@RRDPARAM@
-u 100
-l 0
GPRINT:p at RRDIDX@:LAST: \: %5.1lf (cur)
GPRINT:p at RRDIDX@:MAX: \: %5.1lf (max)
GPRINT:p at RRDIDX@:MIN: \: %5.1lf (min)
GPRINT:p at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
I will check this file further and see if my custom edits are still
necessary, but would it make sense to blame the def if the graphs in the
trends column are right while the inode column is not? I would think
that since they likely use the same def, the graph would be broken in
both places.
> BTW, could you check the timestamps on your inode*rrd files ? Hobbit
> 4.1.2 has a new feature where it ignores stale rrd files. If some of
> your inode rrd files are not being updated, then you would see only
> the recently modified ones on the "inode" status page.
>
Sure, they look fine (example below). The graphs in the trends column
have all the current data and qtrees/inode/disks, and I can query the
rrd files themselves with rrdtool and the data looks fine.
ls -l inode,vol,*
-rw-r--r-- 1 bb bb 38532 Oct 14 09:34
inode,vol,prod01,.rrd
-rw-r--r-- 1 bb bb 38532 Oct 14 09:34
inode,vol,prod02,.rrd
-rw-r--r-- 1 bb bb 38532 Oct 14 09:34 inode,vol,vol0,.rrd
More information about the Xymon
mailing list