Merge pull request #309 from TimZ99/patch-2

Add explanation how to make the cronjob on cPanel
This commit is contained in:
Samuel Denis-D'Ortun 2016-05-26 23:59:28 -04:00
commit 67c2b273f6
1 changed files with 17 additions and 1 deletions

View File

@ -103,6 +103,22 @@ To specify the base url to your monitor installation, use the "--uri" argument,
php status.cron.php --uri="http://www.phpservermonitor.org/mymonitor/"
If you're work with cPanel you can follow these steps:
Log into your cPanel account
Go to cron jobs
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
Submit
Troubleshooting
+++++++++++++++