<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello all,<br>
<br>
I am having this issue with Nagios where it is sending me pager
notifications about a host being down but it doesn't send me an e mail
to my e mail client letting me know the same information. Whatever
emails it does send are blank and the only reason I know it is from
Nagios is because the sender says "Nagios Account", otherwise the
subject line and the e mail content are both empty. Has anyone ever
encountered this? Any help is appreciated.<br>
<br>
Thanks<br>
<br>
Here are some clippings of my files to give you an idea of my settings:<br>
<br>
<b>Contacts.cfg<br>
<br>
</b># 'Lovell Mcilwain' contact definition<br>
define contact{<br>
contact_name lmcilwain<br>
alias Lovell Mcilwain<br>
service_notification_period 24x7<br>
host_notification_period 24x7<br>
service_notification_options w,u,c,r<br>
host_notification_options d,u,r<br>
service_notification_commands notify-by-email,notify-by-epager<br>
host_notification_commands
host-notify-by-email,host-notify-by-epager<br>
email <a class="moz-txt-link-abbreviated" href="mailto:lmcilwain@opnet.com">lmcilwain@opnet.com</a><br>
pager <a class="moz-txt-link-abbreviated" href="mailto:1234567890@skytel.com">1234567890@skytel.com</a><br>
}<br>
<br>
<b>Contactgroups.cfg:<br>
<br>
</b># 'OPNET Admin's' contact group definition<br>
define contactgroup{<br>
contactgroup_name opnet-admins<br>
alias OPNET Administrators<br>
members lmcilwain<br>
}<br>
<br>
<b>Hosts.cfg:</b><br>
<br>
# 'Jello' host definition<br>
define host{<br>
use generic-host ; Name of host
template to use<br>
<br>
host_name jello<br>
alias jello<br>
address 12.34.56.78<br>
check_command check_ping2<br>
max_check_attempts 10<br>
notification_interval 30<br>
notification_period 24x7<br>
notification_options d,u,r<br>
}<br>
<br>
<b>Services.cfg:</b><br>
<br>
# Service definition<br>
define service{<br>
use generic-service ; Name
of service template to use<br>
<br>
host_name jello<br>
service_description check_ping2<br>
is_volatile 0<br>
check_period 24x7<br>
max_check_attempts 3<br>
normal_check_interval 5<br>
retry_check_interval 1<br>
contact_groups opnet-admins<br>
notification_interval 120<br>
notification_period 24x7<br>
notification_options u,c,r<br>
check_command check_ping2<br>
}<br>
<br>
</body>
</html>