Build precise queries to find exactly what you need
Press ESC to close
@Lang
Member Since: April 14, 2014
Favorites0
Views
Projects0
The plugins well but contains a syntax flaw which causes it to NOT return performance data if the check returns an 'OK' status. You will need to correct the following line to allow for performance data on all returns (Critical, Warning & OK). If you don't need trending data of when the return is 'OK', then you have nothing to change. In my environment I would like to see the entire trend, not just the few spikes of when a process goes hot. Original Line: echo "OK - ${output} | ${perfdata} ]" Modified Line to allow perf data: echo "OK - ${output} | ${perfdata}"
Reviewed 12 years ago