Re: [Nagios-users] Alerts are not generated.

2012-09-14 Thread Luo Li
The sendEmail is required an sender。you must special the option: -f FYI: http://caspian.dotconf.net/menu/Software/SendEmail/ On Sat, Sep 15, 2012 at 2:48 AM, PRA wrote: > Do you see the service notification generated in the logs? > > -P > > > > On 9/14/2012 4:45 PM, Aravinth Anto wrote: > > H

Re: [Nagios-users] Alerts are not generated.

2012-09-14 Thread PRA
Do you see the service notification generated in the logs? -P On 9/14/2012 4:45 PM, Aravinth Anto wrote: Hi all, I'm trying to generate an alert for log in tomcat ( I wrote my own plugin ). But I can see the log files of nagios that the alert have been generated but it seems that the mail h

Re: [Nagios-users] Alerts are not generated.

2012-09-14 Thread Aravinth Anto
In my sudo less /var/log/sendEmail file. I see these errors: sendEmail[13886]: ERROR => You must specify a 'from' field! Try --help. sendEmail[13891]: ERROR => You must specify a 'from' field! Try --help. sendEmail[13896]: ERROR => You must specify a 'from' field! Try --help. What does this m

[Nagios-users] Alerts are not generated.

2012-09-14 Thread Aravinth Anto
Hi all, I'm trying to generate an alert for log in tomcat ( I wrote my own plugin ). But I can see the log files of nagios that the alert have been generated but it seems that the mail haven't sent. What all will be reason for it? -