Using Composer for dependencies

The project uses a couple of open source libraries such as PHPMailer. To avoid having to include them in the repository, we have just switched to Composer to install them.

For regular releases this will not make a difference, all dependencies will be included in the zip and tar files so no extra action is required. If you are downloading the source from GitHub, however, you will need to install these dependencies yourself. To do that, you can run the following command from the command line after downloading the source:

php composer.phar install

Regards,
Pep

PHP Server Monitor v3.0.1 released

I am pleased to announce the immediate availability of version 3.0.1.

Click here to download the latest version.

Changelog:

  • Minimum PHP version is PHP 5.3.7 (not PHP 5.3.0).
  • Server order on users page now matches the order on servers page.
  • Warning threshold ignored for notification trigger.
  • Added Chinese translation.
  • Added Italian translation.
  • Added Spanish translation.
  • Sphinx is now used for documentation .

Full changelog available here.

To install the release, upload the files to your webserver and run install.php, which will guide you through the process. If you are upgrading from v3.0.0, it is not necessary to run install.php. For more detailed information including upgrading from previous versions, please read the install guide.

Regards,
Pep

PHP Server Monitor v3.0.0 released

After 2 months of hard work, I am pleased to announce the immediate availability of version 3.0.0, featuring user authentication and history graphs for your servers.

Click here to download the latest version.

Changelog:

  • Added user login system with 2 user levels (administrator and regular user).
  • Added history graphs of server uptime and latency.
  • Added warning threshold option (set number of failed checks before server goes offline).
  • Added SMTP support.
  • Adding Bulgarian language file.
  • Status page is now default homepage.
  • Date and time formats are taken from language file and localized per language.
  • When checking a website, the updater will now follow 302 Location headers.
  • String/pattern search on websites did not work for websites with compression turned on.
  • Improved mobile compatibility.

Full changelog available here.

To install the release, upload the files to your webserver and run install.php, which will guide you through the process. For more detailed information including upgrading from previous versions, please read the included install file.

Thanks to everyone who has helped out and for all the positive feedback I have received. Bug reports and feature requests are most welcome (either via github or by mail to pep at neanderthal-technology com).

Regards,
Pep

PS: This release was originally planned as v2.2, but because of the amount of changes to the back-end and new features I have decided to bump the version number to 3.0. If you have made any local changes to your installation, please check the git history to see what has been changed.

Update 2014/04/09: In contrary to what the README suggests, the minimum PHP version required is 5.3.7 instead of 5.3. See this issue for details and for a workaround to make it run on previous versions.

New milestone: 1000+ downloads in March

phpservermon-downloads-201404

Last month we have reached a new milestone by hitting more than 1000 downloads in a single month on Sourceforge. This is pretty awesome. This weekend we will celebrate that with the release of a new version, which will introduce major features such as user authentication and history graphs, thanks to several people who have helped out to make this happen.

Thanks for your support, and if you have any suggestions, please feel free to get in touch. Additionally, if you have some spare time to translate this tool into your own language, or update the existing translation, it would be much appreciated.

Thanks,
Pep