From ef28908c5f2581236f4d47700fae6c028418b7ae Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 28 Aug 2018 21:22:20 +0200 Subject: [PATCH 1/3] Indentation --- src/psm/Service/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psm/Service/Database.php b/src/psm/Service/Database.php index c75690df..82aaca68 100644 --- a/src/psm/Service/Database.php +++ b/src/psm/Service/Database.php @@ -86,7 +86,7 @@ class Database { * @param string $user * @param string $pass * @param string $db - * @param string|integer $port + * @param string|integer $port */ function __construct($host = null, $user = null, $pass = null, $db = null, $port = '') { if ($host != null && $user != null && $pass !== null && $db != null) { From b49659f49a2a08a72bc5195f5952c7cdf0f5c207 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Wed, 29 Aug 2018 00:04:10 +0200 Subject: [PATCH 2/3] Added notification faq -> not recieving notifications Closes #306. --- docs/faq.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 5dc990c5..53058cce 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -92,6 +92,13 @@ The second part is the actual message. There are a few variables you can use in Notifications +++++++++++++ +I'm not recieving a notification after my server went down. +------------------------------------------------------------ + +1. Check if you have setup the noticication method correctly on the config tab. +2. Check if you have added the user to the server you want to monitor. This can be found under permissions while editting the server. +3. Check if you have enabled the notification method for the server. This can be changed on the server edit page. + How do I setup Telegram? ------------------------ A few steps are required to get Telegram notifications working. From 2c1ef315c70520881ac1f2da566c3c3bbf4c7d49 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Wed, 29 Aug 2018 23:46:51 +0200 Subject: [PATCH 3/3] Added latest changes --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57ce1de3..da896765 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ Changelog Not yet released ---------------- +b49659f: Added question to notification faq about not recieving notifications. +ef28908: Indentation fix. +#605: Added Norwegian language. +f6173d4: Added license to composer.json file. + v3.3.1 (released August 10, 2018) --------------------------------