Hi,<br><br>I installed a distributed nagios, with 4 distributed servers and one central server.<br>I have some urlize checks, and custom checks with html code. In the distributed servers there are no problem, when the escape_html_tags options is disable I can see in the "Status Information" box <A href="<a href="http://myweb">http://myweb</a>">HTTP OK HTTP/1.1 200 OK - 869 bytes in 0.003 seconds </A>, and when the last option is enable I get the link.<br>
But in the central server the info I get in the box is: 'A href=<a href="http://mywebHTTP">http://mywebHTTP</a> OK HTTP/1.1 200 OK - 869 bytes in 0.003 seconds /A' and no link.<br><br>First I thought that it was a nsca plugin problem, or the script to send the information by nsca. But is not the problem.<br>
Then, I defined this command to log real $SERVICEOUTPUT$ macro:<br>define command {<br>   command_name                  check_http_urlize<br>   command_line                  $USER1$/urlize $ARG1$ "$USER1$/check_http -H $HOSTADDRESS$ -p $ARG2$ -u $ARG3$ -e '$ARG4$'" && echo $SERVICEOUTPUT$ >> /home/nagios/loglog.log<br>
}<br><br>And that's all I get:<br>~# cat /home/nagios/loglog.log<br>A href=<a href="http://mywebHTTP">http://mywebHTTP</a> OK HTTP/1.1 200 OK - 869 bytes in 0.002 seconds /A<br><br>There's no <,>," characters. And no html code.<br>
<br>Someone knows the way to fix this? <br><br><span id="result_box" class="short_text" lang="en"><span title="Haz clic para obtener otras posibles traducciones" class="hps">Thanks in advance</span></span><br>