removing docs indentation (markdown > resT..)
parent
52923336f3
commit
72507a7d94
31
README.rst
31
README.rst
|
@ -57,15 +57,16 @@ The latest version can be downloaded from http://www.phpservermonitor.org/.
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Web server
|
* Web server
|
||||||
* MySQL database
|
* MySQL database
|
||||||
* PHP 5.3.7+
|
* PHP 5.3.7+
|
||||||
* PHP cURL package
|
* PHP cURL package
|
||||||
* PHP PDO mysql driver
|
* PHP PDO mysql driver
|
||||||
|
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Please see docs/install.rst.
|
Please see docs/install.rst.
|
||||||
In a nutshell: unzip, upload, run install.php, enjoy.
|
In a nutshell: unzip, upload, run install.php, enjoy.
|
||||||
|
|
||||||
|
@ -79,15 +80,15 @@ The documentation is available in the docs folder or http://docs.phpservermonito
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
PHP Server Monitor is free software: you can redistribute it and/or modify
|
PHP Server Monitor is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
PHP Server Monitor is distributed in the hope that it will be useful,
|
PHP Server Monitor is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with PHP Server Monitor. If not, see http://www.gnu.org/licenses/.
|
along with PHP Server Monitor. If not, see http://www.gnu.org/licenses/.
|
||||||
|
|
|
@ -75,6 +75,6 @@ Vendors
|
||||||
|
|
||||||
The following libraries are being used by PHP Server Monitor:
|
The following libraries are being used by PHP Server Monitor:
|
||||||
|
|
||||||
* jqPlot - http://www.jqplot.com
|
* jqPlot - http://www.jqplot.com
|
||||||
* Twitter Bootstrap - http://getbootstrap.com
|
* Twitter Bootstrap - http://getbootstrap.com
|
||||||
* PHP Mailer - https://github.com/PHPMailer/PHPMailer
|
* PHP Mailer - https://github.com/PHPMailer/PHPMailer
|
|
@ -21,7 +21,7 @@ After that you will see the lines that hold the notification messages. For examp
|
||||||
The first part of this line, 'off_sms', is the name of the notification. You should not change this.
|
The first part of this line, 'off_sms', is the name of the notification. You should not change this.
|
||||||
The second part is the actual message. There are a few variables you can use in your message:
|
The second part is the actual message. There are a few variables you can use in your message:
|
||||||
|
|
||||||
* %LABEL% - The name of the server
|
* %LABEL% - The name of the server
|
||||||
* %IP% - The ip of the server
|
* %IP% - The ip of the server
|
||||||
* %PORT% - The port of the server
|
* %PORT% - The port of the server
|
||||||
* %ERROR% - This one only works for the off_* messages and contains the error returned by the monitor
|
* %ERROR% - This one only works for the off_* messages and contains the error returned by the monitor
|
||||||
|
|
|
@ -14,25 +14,25 @@ and you can manage users for each server with a mobile number and email address.
|
||||||
Features
|
Features
|
||||||
++++++++
|
++++++++
|
||||||
|
|
||||||
* Monitor services and websites (see below).
|
* Monitor services and websites (see below).
|
||||||
* Email and SMS notifications.
|
* Email and SMS notifications.
|
||||||
* View history graphs of uptime and latency.
|
* View history graphs of uptime and latency.
|
||||||
* User authentication with 2 levels (administrator and regular user).
|
* User authentication with 2 levels (administrator and regular user).
|
||||||
* Logs of connection errors, outgoing emails and text messages.
|
* Logs of connection errors, outgoing emails and text messages.
|
||||||
* Easy cronjob implementation to automatically check your servers.
|
* Easy cronjob implementation to automatically check your servers.
|
||||||
|
|
||||||
|
|
||||||
Servers
|
Servers
|
||||||
-------
|
-------
|
||||||
There are two different ways to monitor a server:
|
There are two different ways to monitor a server:
|
||||||
|
|
||||||
* Service
|
* Service
|
||||||
|
|
||||||
A connection will be made to the entered ip or domain, on the given port.
|
A connection will be made to the entered ip or domain, on the given port.
|
||||||
This way you can check if certain services on your machine are still running.
|
This way you can check if certain services on your machine are still running.
|
||||||
To check your IMAP service for example, enter port 143.
|
To check your IMAP service for example, enter port 143.
|
||||||
|
|
||||||
* Website
|
* Website
|
||||||
|
|
||||||
You can enter a link to a website, it will then use cURL to open the website and check the HTTP status code.
|
You can enter a link to a website, it will then use cURL to open the website and check the HTTP status code.
|
||||||
If the HTTP status code is in the 4xx range, it means an error occurred and the website is not accessible to the public.
|
If the HTTP status code is in the 4xx range, it means an error occurred and the website is not accessible to the public.
|
||||||
|
@ -47,11 +47,11 @@ Each server has its own settings regarding notification.
|
||||||
You can choose for email notification or text message (SMS).
|
You can choose for email notification or text message (SMS).
|
||||||
The following SMS gateways are currently available:
|
The following SMS gateways are currently available:
|
||||||
|
|
||||||
* Mollie - <http://www.mollie.nl>
|
* Mollie - http://www.mollie.nl
|
||||||
* Spryng - <http://www.spryng.nl>
|
* Spryng - http://www.spryng.nl
|
||||||
* Inetworx - <http://www.inetworx.ch>
|
* Inetworx - http://www.inetworx.ch
|
||||||
* Clickatell - <https://www.clickatell.com>
|
* Clickatell - https://www.clickatell.com
|
||||||
* Mosms - <http://www.mosms.com>
|
* Mosms - http://www.mosms.com
|
||||||
* Textmarketer - <http://www.textmarketer.co.uk>
|
* Textmarketer - http://www.textmarketer.co.uk
|
||||||
|
|
||||||
Please note: for these gateways you will need an account with sufficient credits.
|
Please note: for these gateways you will need an account with sufficient credits.
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
|
||||||
* Web server
|
* Web server
|
||||||
* MySQL database
|
* MySQL database
|
||||||
* PHP 5.3.7+
|
* PHP 5.3.7+
|
||||||
* PHP cURL package
|
* PHP cURL package
|
||||||
* PHP PDO mysql driver
|
* PHP PDO mysql driver
|
Loading…
Reference in New Issue