http://assets.nagios.com/downloads/nagi ... _In_XI.pdf
The instructions for raising the error verbosity level include modifying the php.ini file with this line:
Code: Select all
error_reporting = E_ALL; & ~E_WARNINGI consulted the PHP manual here:
http://php.net/manual/en/function.error-reporting.php
Many thanks.