[EMAIL PROTECTED] wrote: > I just upgraded from 2.X line to 3.0 rc1, and I notice that the Status > Information field no longer supports embedded URLs.. > Previously I could send a passive check result via nsca like: > Some alarm text <A href="http://somelink.com"> click me </A> > Now this no longer renders as an embedded link, but instead the literal > string. > Is this a bug or is there a way to get the embedded link back?
There's a new option in cgi.cfg which controls this: escape_html_tags=0 should recover the old behaviour. -Matthias ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
