CheckServer installer

{% if part != 2 %}

Welcome to the "one-minute" installer of CheckServer. We only need the lang and admin data to configure the site and take the control to you

For "naming" CheckServer
Your username
Your password
Your password, again.
{%else%}

Installed!
Well, not all, there is one manual step left to you. You have to configure your cron service (If using cpanel is in cron jobs, in standard linux see distro cron).

You have to create a cron that executes using php the file cronchk.php that is here.
Example using cron of Linux:

                      */5 * * * *  root  cd /srv/http/checkserver/ && /usr/bin/php -f cronchk.php >/dev/null 2>&1
                    

In this example, cron runs every 5 mins, you can adjust it, but I do not recommend less than 3 mins if you have somewhat much checks, it can slow server.

Go to home to start using CheckServer! Welcome

{%endif%}