commit
f070016568
|
@ -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
|
||||
+++++++++++++++
|
||||
|
|
|
@ -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>',
|
||||
|
|
Loading…
Reference in New Issue