NetXMS Support Forum

English Support => General Support => Topic started by: DH on May 27, 2015, 02:59:45 PM

Title: Is HTTP monitoring broken in 2.0-M4?
Post by: DH on May 27, 2015, 02:59:45 PM
 After upgrading to M4 all my HTTP monitors are failing, has something changed and I need to alter my configuration?

Regards,
David
Title: Re: Is HTTP monitoring broken in 2.0-M4?
Post by: Alex Kirhenshtein on May 27, 2015, 03:02:38 PM
It's known problem, fix is available here: http://git.netxms.org/public/netxms.git/blobdiff/9aa171c17b0f3b70f2b70958e853097829a755a0..82a0af5b5f36210fb734f4331284d2740ad82f71:/src/server/core/netsrv.cpp?js=1
Title: Re: Is HTTP monitoring broken in 2.0-M4?
Post by: DH on May 27, 2015, 03:09:41 PM
Hi Alex,

Thanks for the very quick response but how do I use the code on that page, I'm using a Windows 2008 R2 host and I don't have the ability or the tools to recompile anything?

Regards,
David
Title: Re: Is HTTP monitoring broken in 2.0-M4?
Post by: Alex Kirhenshtein on May 27, 2015, 03:42:53 PM
As temporary workaround – stop netxmsd and run following SQL query:update network_services set ip_bind_addr = 'UNSPEC' where ip_bind_addr = '0.0.0.0';
Title: Re: Is HTTP monitoring broken in 2.0-M4?
Post by: DH on May 27, 2015, 05:31:58 PM
Hi Alex,

Thanks, that seems to have worked.

Regards,
David