Nagios Notifications not being delivered off server.
Posted: Mon Jul 16, 2012 3:55 pm
by amc_oldsarge
I'm not receiving any notifications for services or hosts when an event occurs.
I am using sSMTP to relay messages off my Nagios server to my exchange server (local server). I have tested sSMTP using a test message via Terminal and it gets delivered immediately, so I know that relaying is good.
Nagios also thinks that everything is good. When I look at the Web Interface under notifications and the Event Log no errors are being produced.
But when I look at my mail.err file under /var/log I get the following (MyDomain.com has been substituted for my real domain name):
Jul 16 00:46:34 ENT-NAG-LNX-00 sSMTP[7941]: RCPT TO:<** PROBLEM Host Alert: ENT-ADM-W7-00 is DOWN **@ENT-NAG-LNX-00.MyDomain.com> (501 5.5.4 Invalid Address)
Jul 16 01:30:10 ENT-NAG-LNX-00 sSMTP[10277]: RCPT TO:<** RECOVERY Host Alert: ENT-ADM-W7-00 is UP **@ENT-NAG-LNX-00.MyDomain.com> (501 5.5.4 Invalid Address)
From Notifications in Nagios Web Interface:
----------------------------------------------------------------------------
ENT-ADM-W7-00 N/A HOST UP 07-16-2012 01:30:10 Joe notify-host-by-email PING OK - Packet loss = 0%, RTA = 0.34 ms
ENT-ADM-W7-00 N/A HOST DOWN 07-16-2012 00:46:34 Joe notify-host-by-email (Host Check Timed Out)
From Event Log in Nagios Web Interface:
----------------------------------------------------------------------------
[07-16-2012 01:30:10] HOST NOTIFICATION: Joe;ENT-ADM-W7-00;UP;notify-host-by-email;PING OK - Packet loss = 0%, RTA = 0.34 ms
[07-16-2012 00:46:34] HOST NOTIFICATION: Joe;ENT-ADM-W7-00;DOWN;notify-host-by-email;(Host Check Timed Out)
ssmtp.conf
----------------------------------------------------------------------------
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
root=postmaster
# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
mailhub=exchange
# Where will the mail seem to come from?
#rewriteDomain=MyDomain.com
# The full hostname
hostname=ENT-NAG-LNX-00.MyDomain.com
# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
FromLineOverride=YES
contacts.cfg
----------------------------------------------------------------------------
define contactgroup{
contactgroup_name nt-admins
alias Windows Administrators
members nagiosadmin,Joe
}
define contact{
contact_name nagiosadmin ; Short name of user
use generic-contact ; Inherit default values from generic-contact template (defined above)
alias Nagios Admin ; Full name of user
email
[email protected] ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
}
# 'Joe' contact definition
define contact{
contact_name Joe
alias Joe Mama
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-service-by-email
host_notification_commands notify-host-by-email
email
[email protected]
}
commands.cfg
----------------------------------------------------------------------------
# 'notify-host-by-email' command definition
define command{
command_name notify-host-by-email
command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /bin/mail -s "** $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$ **" $CONTACTEMAIL$
}
# 'notify-service-by-email' command definition
define command{
command_name notify-service-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: $LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$\n" | /bin/mail -s "** $NOTIFICATIONTYPE$ Service Alert: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$
}
I think that the end of this definition is causing my troubles: ..... **" $CONTACTEMAIL$
But I can't find $CONTACTEMAIL$ defined anywhere.....
HELP Me!!!!!
Re: Nagios Notifications not being delivered off server.
Posted: Mon Jul 16, 2012 5:32 pm
by amc_oldsarge
Ok here is my Nagios.debug after manually creating a host alert notification:
[1342476999.367711] [004.0] [pid=27951] Original UID/GID: 0/0
[1342476999.368908] [004.0] [pid=27951] New UID/GID: 1001/1001
[1342477149.219882] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477149.219943] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477149.219962] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477159.247645] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477159.247700] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477159.247714] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477159.247915] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477159.247947] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477159.247960] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477159.248090] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477159.248113] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477159.248125] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477169.017264] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477169.017310] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477169.017324] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477169.017551] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477169.017576] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477169.017588] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477169.017856] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477169.017886] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477169.017898] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477189.059351] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477189.059404] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477189.059418] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477199.089539] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477199.089585] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477199.089599] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477199.089900] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477199.089927] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477199.089940] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477209.109913] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477209.109963] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477209.109976] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477219.161911] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477219.161964] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477219.161977] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477219.162008] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477219.162030] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477219.162041] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477229.180707] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477229.180758] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477229.180772] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477239.199540] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477239.199585] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477239.199598] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477279.018123] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477279.018178] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477279.018193] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477279.018226] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477279.018250] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477279.018262] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477289.044973] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477289.045020] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477289.045033] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477319.091423] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477319.091473] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477319.091487] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477339.182551] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477339.182602] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477339.182616] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477339.182887] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477339.182929] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477339.182942] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477339.182963] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477339.182984] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477339.182995] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477349.192081] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477349.192123] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477349.192135] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477399.011951] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477399.012008] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477399.012023] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477399.012056] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477399.012079] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477399.012092] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477409.021635] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477409.021673] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477409.021687] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477449.132430] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477449.132490] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477449.132504] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477459.170197] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477459.170251] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477459.170265] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477459.170297] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477459.170321] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477459.170333] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477459.170440] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477459.170462] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477459.170473] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477469.189536] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477469.189600] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477469.189613] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477469.189670] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477469.189690] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477469.189700] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477469.189752] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477469.189771] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477469.189780] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477489.230980] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477489.231030] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477489.231044] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477499.263737] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477499.263782] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477499.263797] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477499.264087] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477499.264111] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477499.264124] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477519.062548] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477519.062624] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477519.062643] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477519.062741] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477519.062767] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477519.062781] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477519.062805] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477519.062829] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477519.062844] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477529.081715] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477529.081789] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477529.081849] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477539.097776] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477539.097895] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477539.097913] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477579.167150] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477579.167179] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477579.167184] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477579.167194] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477579.167200] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477579.167204] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477589.184617] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477589.184678] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477589.184696] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477619.231594] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477619.231654] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477619.231671] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477639.061366] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477639.061432] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477639.061450] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477639.061528] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477639.061552] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477639.061565] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477639.061588] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477639.061612] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477639.061626] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477649.071281] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477649.071341] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477649.071359] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477699.136675] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477699.136746] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477699.136764] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477699.136800] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477699.136844] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477699.136858] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477709.146496] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477709.146556] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477709.146571] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477749.239306] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477749.239378] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477749.239396] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477759.016783] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477759.016852] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477759.016870] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477759.016906] [032.0] [pid=27954] ** Service Notification Attempt ** Host: 'ENT-ADM-W7-00', Service: 'Ping', Type: 0, Options: 0, Current State: 2, Last Notification: Wed Dec 31 18:00:00 1969
[1342477759.016932] [032.1] [pid=27954] The host is either down or unreachable, so we won't notify contacts about this service.
[1342477759.016946] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477759.017059] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477759.017082] [032.1] [pid=27954] This host is in a soft state, so we won't send a notification out.
[1342477759.017096] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477769.036322] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Wed Dec 31 18:00:00 1969
[1342477769.036373] [032.0] [pid=27954] Notification viability test passed.
[1342477769.036391] [032.1] [pid=27954] Current notification number: 1 (incremented)
[1342477769.036407] [032.1] [pid=27954] Host notification will NOT be escalated.
[1342477769.036422] [032.1] [pid=27954] Adding normal contacts for host to notification list.
[1342477769.057726] [032.0] [pid=27954] 1 contacts were notified. Next possible notification time: Mon Jul 16 19:29:29 2012
[1342477769.057782] [032.0] [pid=27954] 1 contacts were notified.
[1342477769.057970] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Mon Jul 16 17:29:29 2012
[1342477769.057999] [032.1] [pid=27954] Its not yet time to re-notify the contacts about this host problem...
[1342477769.058022] [032.1] [pid=27954] Next acceptable notification time: Mon Jul 16 19:29:29 2012
[1342477769.058036] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477769.058095] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Mon Jul 16 17:29:29 2012
[1342477769.058117] [032.1] [pid=27954] Its not yet time to re-notify the contacts about this host problem...
[1342477769.058137] [032.1] [pid=27954] Next acceptable notification time: Mon Jul 16 19:29:29 2012
[1342477769.058150] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477769.058204] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Mon Jul 16 17:29:29 2012
[1342477769.058250] [032.1] [pid=27954] Its not yet time to re-notify the contacts about this host problem...
[1342477769.058271] [032.1] [pid=27954] Next acceptable notification time: Mon Jul 16 19:29:29 2012
[1342477769.058282] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
[1342477789.095726] [032.0] [pid=27954] ** Host Notification Attempt ** Host: 'ENT-ADM-W7-00', Type: 0, Options: 0, Current State: 1, Last Notification: Mon Jul 16 17:29:29 2012
[1342477789.095793] [032.1] [pid=27954] Its not yet time to re-notify the contacts about this host problem...
[1342477789.095819] [032.1] [pid=27954] Next acceptable notification time: Mon Jul 16 19:29:29 2012
[1342477789.095834] [032.0] [pid=27954] Notification viability test failed. No notification will be sent out.
Thanks for the assistance.