Merge pull request #1 from phpservermon/develop

t
pull/461/head
Tim 2016-05-27 17:40:14 +02:00
commit f070016568
2 changed files with 23 additions and 4 deletions

View File

@ -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/<Type here your cPanel username>/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);
define('PSM_DEBUG', true);

View File

@ -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 <a href="%1$s" target="_blank">App registreren</a> via hun website, en daarvan de App API Token hier invullen.',
'alert_type' => 'Selecteer wanneer je een notificatie wilt',
'alert_type_description' => '<b>Status change:</b> '.
'alert_type_description' => '<b>Status verandert:</b> '.
'Je ontvangt alleen bericht wanneer een server van status verandert. Dus van online -> offline of offline -> online.<br/>'.
'<br /><b>Offline:</b> '.
'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.<br/>'.
'Auto-herladen servers pagina.<br/>'.
'<span class="small">'.
'Tijd in seconden, als de tijd 0 is wordt de pagina niet ververst.'.
'</span>',