Index: /trunk/ippMonitor/supervision/check_if_mysql_slave_is_running_fine.py
===================================================================
--- /trunk/ippMonitor/supervision/check_if_mysql_slave_is_running_fine.py	(revision 34015)
+++ /trunk/ippMonitor/supervision/check_if_mysql_slave_is_running_fine.py	(revision 34016)
@@ -25,5 +25,5 @@
     _to = [recipient]
     message['To'] = recipient
-    SMTP_CONNECTION = smtplib.SMTP('ippc18.ifa.hawaii.edu')
+    SMTP_CONNECTION = smtplib.SMTP('hale.ifa.hawaii.edu')
     SMTP_CONNECTION.sendmail(_from, _to, message.as_string())
     SMTP_CONNECTION.quit()
@@ -47,6 +47,6 @@
       Master_SSL_Allowed, Master_SSL_CA_File, Master_SSL_CA_Path, Master_SSL_Cert,
       Master_SSL_Cipher, Master_SSL_Key, Seconds_Behind_Master) = cursor.fetchall()[0]
+    nodename = socket.gethostbyaddr(socket.gethostname())[0].split('.')[0]
     if Seconds_Behind_Master is None:
-        nodename = socket.gethostbyaddr(socket.gethostname())[0].split('.')[0]
         if Last_Error != '':
             send_email(RECIPIENT, 
