Xymon Mailing List Archive search

Q: on Hobbit server tracing received data

3 messages in this thread

list Ye-fee Liang · Tue, 12 May 2009 14:03:18 -0700 (PDT) ·
Hi,

    How do I check (log files or commands) to see what data have 
been arriving at the server?  Just want to trace to see what
data are arriving and being stored in the rrd's.  When I query,
the rrd db data look incorrect.

# on client, I'm sending custom data to the server:
$BB $BBDISP "data $MACHINE.vmstat2 green `date` 
 
xvar  xval
yvar  yval
"

Thank you,


Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now
http://ca.toolbar.yahoo.com.
list Ye-fee Liang · Tue, 12 May 2009 15:09:58 -0700 (PDT) ·
quoted from Ye-fee Liang

Hi,

    How do I check (log files or commands) to see what data have 
been arriving at the server?  Just want to trace to see what
data are arriving and being stored in the rrd's.  When I query,
the rrd db data look incorrect.

# on client, I'm sending custom data to the server:
$BB $BBDISP "data $MACHINE.vmstat2 green `date` 
 
xvar  xval
yvar  yval
"

Thank you,


Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! 


Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php
list Joost Deheer · Wed, 13 May 2009 15:16:18 +0200 ·
quoted from Ye-fee Liang
    How do I check (log files or commands) to see what data have 
been arriving at the server?  Just want to trace to see what
data are arriving and being stored in the rrd's.  When I query,
the rrd db data look incorrect.
	
# on client, I'm sending custom data to the server:
$BB $BBDISP "data $MACHINE.vmstat2 green `date` 
	 
xvar  xval
yvar  yval
"
(Untested): In hobbitlaunch.cfg, add '--debug' or '--dbghost=[host]' to the launch parameters of hobbitd. See the manpage of hobbitd.

Joost