Re: mutt
Posted: Fri Nov 08, 2013 4:24 pm
Code: Select all
Format: debug_level=<#>
Example: debug_level=24
This option determines what type of information Nagios should write to the debug_file. This value is a logical OR of the values below.
-1 = Log everything
0 = Log nothing (default)
1 = Function enter/exit information
2 = Config information
4 = Process information
8 = Scheduled event information
16 = Host/service check information
32 = Notification information
64 = Event broker information
http://nagios.sourceforge.net/docs/3_0/configmain.html
-Yancy