BB Unix Network Monitor - Message

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

Re: {bb} Notification on new server



In <OFC0220F89.4CC9FA16-ONC1256F70.004C44ED-C1256F70.004C82B9@ilan.dannet.dk> "Thomas Laurids Pedersen" <tlp@dannet.com> writes:

>I have the same problem. Downpatched BB to bbgen 3.2 and notification works
>again.


Ouch. This one is really bad. I got some logic reversed, and the end
result is that you dont get the alerts you should get.


The fix is simple: In lib/sendmsg.c, line 634 reads

  if (strcmp(getenv_default("USEBBGEND", "FALSE", NULL), "TRUE") == 0) {

It should be 

  if (strcmp(getenv_default("USEBBGEND", "FALSE", NULL), "TRUE") != 0) {


After that, do a "make clean; make; make install".


I'll release a 3.5 version later tonight.



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