Search found 4 matches

by rommelcid
Thu Jun 11, 2015 3:59 am
Forum: Open Source Nagios Projects
Topic: Nagios Sending Notification Emails to [email protected]
Replies: 9
Views: 7122

Re: Nagios Sending Notification Emails to [email protected]

Here's the contact definition for the generic-contact template: define contact { name generic-contact host_notification_period 24x7 service_notification_period 24x7 host_notification_options d,u,r,f,s service_notification_options w,u,c,r,f,s host_notification_commands notify-host-by-email service_no...
by rommelcid
Wed Jun 10, 2015 8:03 pm
Forum: Open Source Nagios Projects
Topic: Nagios Sending Notification Emails to [email protected]
Replies: 9
Views: 7122

Re: Nagios Sending Notification Emails to [email protected]

Thank you very much for your repy, Tagrief. As per your request, here are the command definitions we use on the server for email notifications: define command { command_name notify-host-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONT...
by rommelcid
Tue Jun 09, 2015 7:46 pm
Forum: Open Source Nagios Projects
Topic: Nagios Sending Notification Emails to [email protected]
Replies: 9
Views: 7122

Re: Nagios Sending Notification Emails to [email protected]

Thank you very much for your reply jdalrymple. Here's a portion of /var/log/maillog: Jun 9 06:32:28 wms postfix/qmgr[20515]: 28303411A3: from=<nagios@wms.localdomain>, size=709, nrcpt=1 (queue active) Jun 9 06:32:28 wms postfix/pickup[16532]: 28AB0411A6: uid=2223 from=<nagios> Jun 9 06:32:28 wms pos...
by rommelcid
Tue Jun 02, 2015 1:47 am
Forum: Open Source Nagios Projects
Topic: Nagios Sending Notification Emails to [email protected]
Replies: 9
Views: 7122

Nagios Sending Notification Emails to [email protected]

Hi, This has really been bugging me for quite a while and I am already pulling my hair out. For the life of me, I don't understand why everytime Nagios sends email alerts, it also sends alerts to $@hostname.localdomain. As a result, the nagios user is receiving a lot of emails of non-delivery report...