[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bb-hosts question
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bb-hosts question
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 12 Feb 2008 22:41:07 +0100
- References: <BFE8BDBA75FE9949B836E36C3FBF334FAF09BF (at) EXCH02.purdue.lcl>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Tue, Feb 12, 2008 at 11:25:59AM -0500, McGraw, Robert P wrote:
>
> I had a bb-host entry that looked like the following:
>
> 128.210.003.177 zorn.math.purdue.edu # \
> bbd ntp ssh smtp imaps pop3s \
> http://hobbit.math.purdue.edu/ \
> https://helpdesk.math.purdue.edu/ \
> TRENDS:vmstat:vmstat2|vmstat3|vmstat6|vmstat7|\
> vmstat8|vmstat9|vmstat0,\
> netstat:netstat0|netstat1|netstat2|netstat3
>
> In the above format I would not get vmstat[8,9,0] TRENDS but I would get the
> netstat TRENDS.
>
> When I changed the lines to look like the following it all worked.
>
> 128.210.003.177 zorn.math.purdue.edu # \
> bbd ntp ssh smtp imaps pop3s \
> http://hobbit.math.purdue.edu/ \
> https://helpdesk.math.purdue.edu/ \
> TRENDS:vmstat:vmstat2|vmstat3|vmstat6|vmstat7|vmstat8|vmstat9|vmstat0,\
> netstat:netstat0|netstat1|netstat2|netstat3
>
> Is there something in the TRENDS format that require things to be on the
> same line?
The code handling line continuation does have some subtleties, yes.
I would recommend not splitting a single setting over multiple lines.
Regards,
Henrik