mutt

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: mutt

Post by yancy »

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 

change the debug_level to 4

http://nagios.sourceforge.net/docs/3_0/configmain.html

-Yancy
vvz
Posts: 187
Joined: Wed Oct 30, 2013 5:15 pm

Re: mutt

Post by vvz »

so as I can see right now nagios sent notifications, the first part of notify-service-by-email - just works fine , I donot see any reason why after pipe mutt does not send any email

that,s weird
vvz
Posts: 187
Joined: Wed Oct 30, 2013 5:15 pm

Re: mutt

Post by vvz »

thank you guys, I've solved the problem
just installed bsd-mailx and it works!!!This topic may be closed I think
Locked