From 8f08c946be338dc67cef96192ee8bac7475ff1fa Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Thu, 31 Jul 2014 16:30:02 +0200 Subject: [PATCH] docs update for pushover and new languages --- README.rst | 13 +++++++------ docs/credits.rst | 3 ++- docs/intro.rst | 19 ++++++++++--------- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 81ee5a68..a84a1548 100755 --- a/README.rst +++ b/README.rst @@ -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 - -* Spryng - -* Inetworx - * Clickatell - +* Inetworx - +* Mollie - * Mosms - +* Smsglobal - +* SMSit - +* Spryng - * Textmarketer - -* SMSit - Please note: for these gateways you will need an account with sufficient credits. diff --git a/docs/credits.rst b/docs/credits.rst index bbd05691..382a3a47 100644 --- a/docs/credits.rst +++ b/docs/credits.rst @@ -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 \ No newline at end of file +* PHP Mailer - https://github.com/PHPMailer/PHPMailer +* php-pushover - https://github.com/kryap/php-pushover \ No newline at end of file diff --git a/docs/intro.rst b/docs/intro.rst index 84bbf33d..daaea398 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -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 - +* Inetworx - +* Mollie - +* Mosms - +* Smsglobal - +* SMSit - +* Spryng - +* Textmarketer - Please note: for these gateways you will need an account with sufficient credits.