Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
If for some reason you want more than one line to be seen in the problems displayed by nagios, you can do it in the following way: 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.
Current Version
4
Last Release Date
2017-10-24
Owner
Miguel
Compatible With
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!