I found the cause of my NCV issue. It was in the client side script and related to where the last double quote resides.
My client side script was:
COLOR=green
STATUS=cat ${STATUS_FILE}
[[ $DEBUG -eq 0 ]] && $BB $BBDISP "status $MACHINE.$TEST $COLOR date
$STATUS" # SEND IT TO BBDISPLAY
Instead of
COLOR=green
STATUS=cat ${STATUS_FILE}
[[ $DEBUG -eq 0 ]] && $BB $BBDISP "status $MACHINE.$TEST $COLOR date
$STATUS
" # SEND IT TO BBDISPLAY
Thanks for your help.
Cheers
Phil
-----Original Message----- From: Wild, Phil [mailto:Phil.Wild at asgardwealthsolutions.com.au] Sent: Friday, 6 January 2006 3:40 PM To: hobbit at hswn.dk Subject: RE: [hobbit] NCV problems still
Wow,
Thanks for going to this effort....
I also have no idea as to why. I will do some more digging and will let you know where I screwed up. Perhaps my client script is putting soemthing in the file that I don't see. I will try sending test messages as you have and see if things become better.
Thanks
Phil
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Friday, 6 January 2006 3:14 PM To: hobbit at hswn.dk Subject: Re: [hobbit] NCV problems still
On Fri, Jan 06, 2006 at 02:39:25PM +0800, Wild, Phil wrote:
Fy first status message has a DEV line and a RUN line but it seems to only process the DEV line. It has me stumped. I'm almost ready to give
up on the NCV functionality and write my own parsing script.
I have absolutely no problems when I reproduce your setup. I've done it on the Hobbit demo site at http://www.hswn.dk/hobbit/servers/ - look at the bottom of the page for the "osiris.hswn.dk" host.
All of the config. files are online, you can see them via the "Demo Site" menu item. The changes I made were:
Add "pro4=ncv" to TEST2RRD in hobbitserver.cfg
Add "pro4" (and "ncv" if it's not there) to GRAPHS in hobbitserver.cfg
Add a new setting NCV_pro4="DEV:GAUGE,RUN:GAUGE" to hobbitserver.cfg
Kill the hobbitd_rrd processes so they restart and pick up the new hobbitserver.cfg settings
Define the [pro4] setting in hobbitgraph.cfg [pro4] TITLE Pro4 graphs YAXIS Seconds DEF:dev=pro4.rrd:DEV:AVERAGE DEF:run=pro4.rrd:RUN:AVERAGE LINE2:dev#00CCCC:DEV time LINE2:run#FF0000:RUN time COMMENT:\n GPRINT:dev:LAST:DEV time \: %5.1lf%s (cur) GPRINT:dev:MAX: \: %5.1lf%s (max) GPRINT:dev:MIN: \: %5.1lf%s (min) GPRINT:dev:AVERAGE: \: %5.1lf%s (avg)\n GPRINT:run:LAST:RUN time \: %5.1lf%s (cur) GPRINT:run:MAX: \: %5.1lf%s (max) GPRINT:run:MIN: \: %5.1lf%s (min) GPRINT:run:AVERAGE: \: %5.1lf%s (avg)\n
Start sending status messages for the "pro4" status using this script (dummy data, cut-and-pasted from your mails):
#!/bin/sh $BB 172.16.10.2 "status osiris,hswn.dk.pro4 green
dateDEV : 57 RUN : 20 " exit 0
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
======================================================= IMPORTANT INFORMATION
This message and any files transmitted with it are confidential and should be read only by those persons to whom it is addressed. If you have received this message in error, please notify us immediately by way of reply. Please also destroy and delete the message from your computer. Any unauthorised form of reproduction of this message is strictly prohibited.
It is the duty of the recipient to virus scan and otherwise test the information provided before loading on to any computer system. No warranty is given or made by Asgard Wealth Solutions Limited, Asgard Capital Management Limited or SECURITOR Financial Group Limited that the information is free of a virus or any other defect or error and they will not be liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt.
Any views expressed in this message are those of the individual sender, except where the sender specifically states they are the views of Asgard Wealth Solutions Limited, Asgard Capital Management Limited or SECURITOR Financial Group Limited, as the case may be.
=======================================================
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
======================================================= IMPORTANT INFORMATION
This message and any files transmitted with it are confidential and should be read only by those persons to whom it is addressed. If you have received this message in error, please notify us immediately by way of reply. Please also destroy and delete the message from your computer. Any unauthorised form of reproduction of this message is strictly prohibited.
It is the duty of the recipient to virus scan and otherwise test the information provided before loading on to any computer system. No warranty is given or made by Asgard Wealth Solutions Limited, Asgard Capital Management Limited or SECURITOR Financial Group Limited that the information is free of a virus or any other defect or error and they will not be liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt.
Any views expressed in this message are those of the individual sender, except where the sender specifically states they are the views of Asgard Wealth Solutions Limited, Asgard Capital Management Limited or SECURITOR Financial Group Limited, as the case may be.
=======================================================
participants (1)
-
Phil.Wildï¼ asgardwealthsolutions.com.au