diff --git a/docs/install.rst b/docs/install.rst index 6393d334..f8e0efa2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -103,6 +103,25 @@ To specify the base url to your monitor installation, use the "--uri" argument, php status.cron.php --uri="http://www.phpservermonitor.org/mymonitor/" +CPanel +------- + +If you're work with cPanel you can follow these steps: + +1. Log into your cPanel account + +2. Go to cron jobs + +3. Add a new cronjob + +- Type `*/15` in the minute field + +- Type `*` in the other field + +- Type `php /home2//public_html/phpservermon/cron/status.cron.php` in the command field + +4. Submit + Troubleshooting +++++++++++++++ @@ -110,4 +129,4 @@ Troubleshooting If you have problems setting up or accessing your monitor and do not know why, enable debug mode to turn on error reporting. To enable debug mode, add the following line to your config.php file:: - define('PSM_DEBUG', true); \ No newline at end of file + define('PSM_DEBUG', true); diff --git a/src/lang/nl_NL.lang.php b/src/lang/nl_NL.lang.php index 647403a4..f73bbdd4 100644 --- a/src/lang/nl_NL.lang.php +++ b/src/lang/nl_NL.lang.php @@ -130,7 +130,7 @@ $sm_lang = array( 'last_check' => 'Laatst gecontroleerd', 'last_online' => 'Laatst online', 'monitoring' => 'Monitoring', - 'no_monitoring' => 'No monitoring', + 'no_monitoring' => 'Geen monitoring', 'email' => 'Email', 'send_email' => 'Stuur email', 'sms' => 'SMS', @@ -209,7 +209,7 @@ $sm_lang = array( 'pushover_api_token' => 'Pushover App API Token', 'pushover_api_token_description' => 'Voordat je Pushover kunt gebruiken moet je een App registreren via hun website, en daarvan de App API Token hier invullen.', 'alert_type' => 'Selecteer wanneer je een notificatie wilt', - 'alert_type_description' => 'Status change: '. + 'alert_type_description' => 'Status verandert: '. 'Je ontvangt alleen bericht wanneer een server van status verandert. Dus van online -> offline of offline -> online.
'. '
Offline: '. 'Je ontvangt bericht wanneer een server offline gaat voor de *EERSTE KEER*. Bijvoorbeeld, '. @@ -236,7 +236,7 @@ $sm_lang = array( 'settings_log' => 'Log instellingen', 'auto_refresh' => 'Auto-refresh', 'auto_refresh_servers' => - 'Auto-refresh servers pagina.
'. + 'Auto-herladen servers pagina.
'. ''. 'Tijd in seconden, als de tijd 0 is wordt de pagina niet ververst.'. '',