Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Descripción en multiples líneas nagios
4
2017-10-24
- Nagios 4.x
5464
File | Description |
---|---|
Línea 1980 cambiar (Recompilar).docx | Línea 1980 cambiar (Recompilar).docx |
In the file: /opt/nagios-4.3.2/cgi/status.c
You must change
printf("%s ", (temp_status->plugin_output == NULL) ? "" : html_encode(temp_status->plugin_output, TRUE));
to
if(temp_status->long_plugin_output != NULL)
printf("%s", html_encode(temp_status->long_plugin_output, TRUE));
else
printf("%s ", (temp_status->plugin_output == NULL) ? "" : html_encode(temp_status->plugin_output, TRUE));
do make and make install
In the document there are pictures of how it would look.
Reviews (0)
Be the first to review this listing!