Go to file
Tim 878b256698
Forgot to add a list
2018-08-30 16:03:06 +02:00
cron Spacing, indentation and braces 2018-07-12 17:31:00 +02:00
docs Added notification faq -> not recieving notifications 2018-08-29 00:08:46 +02:00
puphpet Removed default mysql port settings from files and left empty values (#403) 2018-08-09 19:16:20 +02:00
src Fixed rdp:// bug and fixed port not updating #418 (#629) 2018-08-30 00:08:22 +02:00
static Update several dependencies (frontend & backend) (#571) 2018-04-09 19:34:06 +02:00
.gitattributes Update .gitattributes 2016-05-19 01:22:07 -04:00
.gitignore Update .gitignore (#587) 2018-05-24 06:54:59 +02:00
.htaccess Added some basic pagespeed settings 2016-12-25 23:00:49 +01:00
CHANGELOG.rst Forgot to add a list 2018-08-30 16:03:06 +02:00
LICENSE moving changelog + license to root 2014-01-07 23:34:54 +01:00
Makefile Makefile: changing export name of archives 2014-08-07 13:48:33 +02:00
README.rst Updated required PHP version to 5.5.9 2018-07-12 17:31:00 +02:00
Vagrantfile Adding Vagrantfile w/ puphpet configuration for easy development 2014-12-05 15:05:52 +01:00
composer.json Added license 2018-08-10 16:02:41 +02:00
composer.lock Updated composer.lock 2018-08-03 01:10:48 +02:00
composer.phar Update composer.phar to new version 2018-06-29 14:55:36 +02:00
config.php.sample Removed default mysql port settings from files and left empty values (#403) 2018-08-09 19:16:20 +02:00
favicon.ico new favicon (with higher res available) 2014-08-01 11:38:16 +02:00
favicon.png Compressed images 2014-10-18 17:22:10 -04:00
index.php Spacing, indentation and braces 2018-07-12 17:31:00 +02:00
install.php Spacing, indentation and braces 2018-07-12 17:31:00 +02:00

README.rst

PHP Server Monitor
==================

.. image:: https://badges.gitter.im/Join%20Chat.svg
   :alt: Join the chat at https://gitter.im/erickrf/nlpnet
   :target: https://gitter.im/phpservermon/phpservermon

Version 3.3.0


PHP Server Monitor is a script that checks whether your websites and servers are up and running.
It comes with a web based user interface where you can manage your services and websites,
and you can manage users for each server with a mobile number and email address.


Features:
---------

* Monitor services and websites (see below).
* Email, SMS, Pushover, Telegram notifications.
* View history graphs of uptime and latency.
* User authentication with 2 levels (administrator and regular user).
* Logs of connection errors, outgoing emails and text messages.
* Easy cronjob implementation to automatically check your servers.

There are two different ways to monitor a server:

* Service

  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.
  To check your IMAP service for example, enter port 143.

* Website

  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/5xx, it means an error occurred and the website is not accessible to the public.
  You can also set a regular expression to match for content on the page itself.
  If the regular expression returns no matches, the website is considered down.
  In both cases the script will return a "status offline", and will start sending out notifications.

Each server has its own settings regarding notification.
You can choose for email, text message (SMS), Pushover.net and Telegram notifications.
The following SMS gateways are currently available:

* Clickatell - <https://www.clickatell.com>
* Inetworx - <https://www.inetworx.ch>
* Messagebird - <https://www.messagebird.com>
* Mosms - <https://www.mosms.com>
* Smsglobal - <https://smsglobal.com/>
* SMSit - <https://www.smsit.dk/>
* Spryng - <https://www.spryng.nl>
* Textmarketer - <https://www.textmarketer.co.uk>
* FreeVoipDeal - <https://www.freevoipdeal.com>
* Nexmo - <https://www.nexmo.com/>
* OctoPush - <https://www.octopush.com/>
* FreeMobile (FR) - <https://mobile.free.fr/>
* Twilio - <https://twilio.com>
* CM Telecom - <https://www.cm.com/>
* GatewayAPI - <https://gatewayapi.com/>
* SolutionsInfini - <https://solutionsinfini.com/>
* Plivo - <https://www.plivo.com/>
* Callr - <https://www.callr.com/>



Please note: for these gateways you will need an account with sufficient credits.


Download
--------

The latest version can be downloaded from https://github.com/phpservermon/phpservermon/releases.


Requirements
------------

* Web server
* MySQL database
* PHP 5.5.9+
* PHP cURL package
* PHP PDO mysql driver
* PHP-XML


Install
-------

Please see docs/install.rst.
In a nutshell: unzip, upload, run install.php, enjoy.

If you have downloaded the source from GitHub (and not a pre-built package), the dependencies are not included.
To be able to run an installation from the repo, you need to run the following command to install the dependencies::

     php composer.phar install

If you are familiar with Vagrant (https://www.vagrantup.com)::

     vagrant up

.. and browse to http://localhost:8080/psm/.


Documentation
-------------

The documentation is available in the docs folder or http://docs.phpservermonitor.org.


License
-------

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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

PHP Server Monitor is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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/.

Docker
-------

PHPServerMonitor is now available on Docker : https://github.com/phpservermon/docker-phpservermonitor