docs update for pushover and new languages

This commit is contained in:
Pepijn Over 2014-07-31 16:30:02 +02:00
parent 5c605ddcb2
commit 8f08c946be
3 changed files with 19 additions and 16 deletions

View File

@ -12,7 +12,7 @@ Features:
---------
* Monitor services and websites (see below).
* Email and SMS notifications.
* Email, SMS and Pushover 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.
@ -35,16 +35,17 @@ There are two different ways to monitor a server:
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 notification or text message (SMS).
You can choose for email, text message (SMS) and Pushover.net notifications.
The following SMS gateways are currently available:
* Mollie - <http://www.mollie.nl>
* Spryng - <http://www.spryng.nl>
* Inetworx - <http://www.inetworx.ch>
* Clickatell - <https://www.clickatell.com>
* Inetworx - <http://www.inetworx.ch>
* Mollie - <http://www.mollie.nl>
* Mosms - <http://www.mosms.com>
* Smsglobal - <http://smsglobal.com/>
* SMSit - <http://www.smsit.dk/>
* Spryng - <http://www.spryng.nl>
* Textmarketer - <http://www.textmarketer.co.uk>
* SMSit - <http://smsit.dk>
Please note: for these gateways you will need an account with sufficient credits.

View File

@ -113,4 +113,5 @@ The following libraries are being used by PHP Server Monitor:
* jqPlot - http://www.jqplot.com
* Twitter Bootstrap - http://getbootstrap.com
* PHP Mailer - https://github.com/PHPMailer/PHPMailer
* PHP Mailer - https://github.com/PHPMailer/PHPMailer
* php-pushover - https://github.com/kryap/php-pushover

View File

@ -15,7 +15,7 @@ Features
++++++++
* Monitor services and websites (see below).
* Email and SMS notifications.
* Email, SMS and Pushover 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.
@ -44,16 +44,17 @@ There are two different ways to monitor a server:
Notifications
-------------
Each server has its own settings regarding notification.
You can choose for email notification or text message (SMS).
You can choose for email, text message (SMS) and Pushover.net notifications.
The following SMS gateways are currently available:
* Mollie - http://www.mollie.nl
* Spryng - http://www.spryng.nl
* Inetworx - http://www.inetworx.ch
* Clickatell - https://www.clickatell.com
* Mosms - http://www.mosms.com
* Textmarketer - http://www.textmarketer.co.uk
* SMSit - http://smsit.dk
* Clickatell - <https://www.clickatell.com>
* Inetworx - <http://www.inetworx.ch>
* Mollie - <http://www.mollie.nl>
* Mosms - <http://www.mosms.com>
* Smsglobal - <http://smsglobal.com/>
* SMSit - <http://www.smsit.dk/>
* Spryng - <http://www.spryng.nl>
* Textmarketer - <http://www.textmarketer.co.uk>
Please note: for these gateways you will need an account with sufficient credits.