diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php
index 99012424..a9091040 100644
--- a/src/lang/en_US.lang.php
+++ b/src/lang/en_US.lang.php
@@ -289,15 +289,15 @@ $sm_lang = array(
),
// for newlines in the email messages use
'notifications' => array(
- 'off_sms' => 'Server \'%LABEL%\' is DOWN: ip=%IP%, port=%PORT%. Error=%ERROR%',
- 'off_email_subject' => 'IMPORTANT: Server \'%LABEL%\' is DOWN',
+ 'off_sms' => '[CNM] Warning: \'%LABEL%\' is Offline!',
+ 'off_email_subject' => '[CNM] Warning: \'%LABEL%\' is Offline!',
'off_email_body' => "Failed to connect to the following server:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%",
- 'off_pushover_title' => 'Server \'%LABEL%\' is DOWN',
+ 'off_pushover_title' => '[CNM] Warning: \'%LABEL%\' is Offline!',
'off_pushover_message' => "Failed to connect to the following server:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%",
- 'on_sms' => 'Server \'%LABEL%\' is RUNNING: ip=%IP%, port=%PORT%',
- 'on_email_subject' => 'IMPORTANT: Server \'%LABEL%\' is RUNNING',
- 'on_email_body' => "Server '%LABEL%' is running again:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Date: %DATE%",
- 'on_pushover_title' => 'Server \'%LABEL%\' is RUNNING',
+ 'on_sms' => '[CNM] Notice: \'%LABEL%\' is back online.',
+ 'on_email_subject' => '[CNM] Notice: \'%LABEL%\' is back online.',
+ 'on_email_body' => "'%LABEL%' is running again:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Date: %DATE%",
+ 'on_pushover_title' => '[CNM] \'%LABEL%\' is back online.',
'on_pushover_message' => 'Server \'%LABEL%\' is running again:
Server: %LABEL%
IP: %IP%
Port: %PORT%
Date: %DATE%',
),
'login' => array(
diff --git a/src/psm/Txtmsg/FreeVoipDeal.php b/src/psm/Txtmsg/FreeVoipDeal.php
old mode 100755
new mode 100644
diff --git a/src/templates/default/module/server/status/index.tpl.html b/src/templates/default/module/server/status/index.tpl.html
index c66cde78..52a5c2e9 100644
--- a/src/templates/default/module/server/status/index.tpl.html
+++ b/src/templates/default/module/server/status/index.tpl.html
@@ -71,4 +71,4 @@ setInterval(function(){
});
}, {{ auto_refresh_seconds }} * 1000);
-{% endif %}
\ No newline at end of file
+{% endif %}