Category Archives: Releases

PHP Server Monitor v3.2.0 released

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

Click here to download the latest version.

Changelog:

  • Added CSRF protection.
  • Added popular ports to server page.
  • Authentication for website checks.
  • Proxy settings for website checks.
  • Added support for Nexmo SMS gateway.
  • Added support for FreeVoipDeal SMS gateway (http://www.freevoipdeal.com).
  • Added Swedish translation.
  • Added Estonian translation.
  • Added Finnish translation.
  • Added Persian translation.
  • Added Slovenian language.
  • Updated Spanish translation.
  • Increased server ip char limit to 500.

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 a previous version, you will need to execute some database migrations (please make sure you create a backup first). For more detailed information including upgrading from previous versions, please read the install guide.

Special thanks go out to Samuel Denis-D’Ortun who has taken care of the daily development since April last year, keeping this project alive and making a new release possible.

Regards,
Pep

PHP Server Monitor v3.1.1 released

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

Click here to download the latest version.

Changelog:

  • Added Czech translation.
  • Added Polish translation.
  • Added Turkish translation.
  • Updated 6 existing translations.
  • Added SSL/TLS option for SMTP.
  • Allow URL and timeout to be passed as argument to the cronjob.
  • Fixed uptime percentage above 100%.

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.1.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.1.0 released

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

Click here to download the latest version.

Changelog:

  • Support for Pushover.net notifications.
  • Uptime percentage per server for the last week.
  • Test mode for email, SMS and Pushover settings.
  • Different design styles on status page (list, table).
  • Custom time-out setting per server.
  • Log and archive retention period.
  • Added Danish and Russian translations.
  • Added support for SMSGlobal and SMSit gateways.

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 install guide.

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.