not getting email alerts
Tedman Eng
teng at dataway.com
Fri Sep 3 20:30:51 CEST 2004
Test if email works from your nagios server using:
echo "Test" | /bin/mail username at domain.com
Outbound mail spool defaults to /var/spool/mqueue.
Look there to see if it's stuck in there.
If you have an internal mail server already that accepts SMTP, you can
configure smarthost relay for sendmail:
Look for a line in your /etc/mail/sendmail.cf:
# "Smart" relay host (may be null)
DS
Change it to:
# "Smart" relay host (may be null)
DSsmtp.domain.com
Make sure "smtp.domain.com" is the DNS resolvable name of your internal mail
server, or add an entry to /etc/hosts to aid name lookup.
-----Original Message-----
From: Ane Telleria Iñurritegi [mailto:anetelleria at yahoo.es]
Sent: Friday, September 03, 2004 12:34 AM
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] not getting email alerts
I am having problems in getting emails when things go wrong either
with hosts and with Services. I would be very grateful if someone could help
me.
I do not know if the problem comes from configuration or whatever.
I will send you some of my configuration files. I am not sure if they
are all the files I have to configure. If you can send me also the
configuration of
/etc/mail/sendmail.mc. I suppose that I am missing some configuration file
but I do not know which. How has to be defined the mail server? I think that
I am failing in that way. Please help!!
If some files or some configuration is wrong please tell me.
define contact{
contact_name ane
&
nbsp;
alias trabajadora
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
service_notification_commands
notify-by-email,notify-by-epager
host_notification_commands
host-notify-by-email,host-notify-by-epager
email anetelleria at yahoo.es
pager
}
define contactgroup{
contactgroup_name eskola
alias administaradores
members ane
}
define host{
name generic_host
notifications_enabled 1
event_handlers_enabled
1
flap_detection_enabled 1
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
register 0
}
define host{
use generic_host
host_name servidor_correo
alias equipo_personal
address 172.170.10.36
check_command check_host_aliove
max_check_attempts 10
notification_interval 120
notification_period 24x7
notification_options d,u,r
}
define command{
command_name notify-by-email
command_line /usr/bin/printf "%b"
"***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService:
$SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState:
$SERVICESTATE$\n\nDate/Time: $DATETIME$\n\Additional Info:\n\n$OUTPUT$" |
bin/mail -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is
$SERVICESTATE$ **" $CONTACTEMAIL$
}
define service{
&nbs
p;
name generic_service
active_checks_enabled 1
passive_checks_enabled 1
parallelize_check 1
obsess_over_service 1
check_freshness 0
notifications_enabled 1
event_handlers_enabled 1
flap_detection_enabled 1
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
register 0
}
define service{
host_name servidor_correo
service_description SMTP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
contact_groups eskola
notification_interval 120
notification_period 24x7
notification_options c,r
check_command check_smtp
}
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list