BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} More Purple Problems (sslcert)



In <27ae921605011004216993cce8@mail.gmail.com> Shane Presley <shane.presley@gmail.com> writes:

>I have a single server that runs four web instances (virtual IPs).  I
>use BB 1.9e and BBGEN 3.5 to monitor it.  All remote tests, no client
>software.
[snip]
>I run content checking on the HTTPS sites for each of them, and
>therefore by default I get the sslcert test.  Here's what's strange. 
>All four of the servers always are green for the content tests.  So
>the HTTP test (which is really an https url) is always green, and the
>content test is always green.  But on two of the servers, the sslcert
>goes purple after some random period of time.  Maybe 12-24 hours.

This smells like a mis-match between the message-size configured
in bbgen, and the message size your bbd daemon accepts. If bbgen
sends messages larger than what the daemon accepts, the messages
will be truncated. This can cause random purples, depending on
how the test results get combined when they are sent to the bbd.

So lookup the MAXLINE setting in the $BBHOME/src/bb.h file. Then
check if it matches the MAXMSG setting reported by 
"bbtest-net --version". If not, change one of them so that they
match (for bbgen, change it in the top-level Makefile, then
run "make clean; make; make install").


Regards,
Henrik
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index