Merge branch 'develop' into feature/175
commit
66e947d736
|
@ -92,6 +92,13 @@ The second part is the actual message. There are a few variables you can use in
|
||||||
Notifications
|
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?
|
How do I setup Telegram?
|
||||||
------------------------
|
------------------------
|
||||||
A few steps are required to get Telegram notifications working.
|
A few steps are required to get Telegram notifications working.
|
||||||
|
|
|
@ -86,7 +86,7 @@ class Database {
|
||||||
* @param string $user
|
* @param string $user
|
||||||
* @param string $pass
|
* @param string $pass
|
||||||
* @param string $db
|
* @param string $db
|
||||||
* @param string|integer $port
|
* @param string|integer $port
|
||||||
*/
|
*/
|
||||||
function __construct($host = null, $user = null, $pass = null, $db = null, $port = '') {
|
function __construct($host = null, $user = null, $pass = null, $db = null, $port = '') {
|
||||||
if ($host != null && $user != null && $pass !== null && $db != null) {
|
if ($host != null && $user != null && $pass !== null && $db != null) {
|
||||||
|
|
Loading…
Reference in New Issue