4.0.6 URL returned by plugin not working anymore
Posted: Mon May 19, 2014 6:22 am
I installed Nagios 4.0.6 Core on Ubuntu 14.04.
everything seems to be running except that URLs returned by a plugin check are not rendered correctly.
There has been an issue with this as described here http://tracker.nagios.org/view.php?id=524, but now a variant of this occured in 4.0.6.
The html output now looks like this
instead of this
The later is the result of Nagios 4.0.5 on Ubuntu 12.04
everything seems to be running except that URLs returned by a plugin check are not rendered correctly.
There has been an issue with this as described here http://tracker.nagios.org/view.php?id=524, but now a variant of this occured in 4.0.6.
The html output now looks like this
Code: Select all
<TD CLASS='dataVal'>OK - 54 port(s), 14 free, 13 AdminUp and free <a href=/interfacetable_v3t/tables/10Q2E225Q2E251Q2E214-Interfacetable.html target=_self>[details]</a></TD>Code: Select all
<TD CLASS='dataVal'>OK - 54 port(s), 14 free, 13 AdminUp and free <a href="/interfacetable_v3t/tables/10Q2E225Q2E251Q2E214-Interfacetable.html" target="_self">[details]</a></TD>