From 5cfa6d8a571bb217840a2faa73c30fbb69378bf1 Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Thu, 13 Mar 2014 20:21:18 +0100 Subject: [PATCH] minor docs update --- CHANGELOG | 1 + README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 41bffbce..a7b5174e 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ - Added SMTP support. - Updated PHPMailer package to v5.2.6. - When checking a website, the updater will now follow 302 Location headers. +- Adding Bulgarian language file (thanks to Plamen Vasilev) ######################### # diff --git a/README.md b/README.md index b7967194..dee4b8a7 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP Server Monitor -## SUMMARY +## Summary 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 add and remove servers and websites from the MySQL database, @@ -40,19 +40,19 @@ The latest log records will be displayed on your web interface. The cron/status.cron.php can be added as a cronjob which will keep the server status up to date. -## DOWNLOAD +## Download The latest version can be downloaded from . -## REQUIREMENTS +## Requirements * PHP 5.3+ * PHP cURL package * PHP PDO mysql driver -## INSTALL +## Install ### 1. Configuration @@ -84,7 +84,7 @@ Open the main page of the server monitor, by simply calling index.php. In the me it will open a page where you can change the necessary information for your tool. -## UPGRADE +## Upgrade ### From 2.0 @@ -124,7 +124,7 @@ The update script has been designed to prevent itself from running multiple time After that the script is assumed dead and the cronjob will run again. -## CONTRIBUTING +## Contributing The code is available from . There is a master branch, which is stable and always reflects the latest release. @@ -152,7 +152,7 @@ The second part is the actual message. There are a few variables you can use in * %ERROR% This one only works for the off_* messages and contains the error returned by the monitor -## CREDITS +## Credits See CREDITS file.