PHP Server Monitor Versions Save

PHP Server Monitor

v3.3.2

5 years ago

Changelog:

  • #679: Fixed CSRF vulnerability, added CSRF-token to delete-URLs.

v3.3.1

5 years ago

NOTICE: Requires PHP 5.5.9+.

Changelog:

  • #403: Removed default mysql port settings from files and left empty values.
  • 5e61d89: Defined $encrypted_password.
  • ce8182e: Updated composer.lock.
  • 51ef755: Removed last_offline_duration = "" bug.
  • 6534749: Added last offline duration to all translations.
  • e4bade3: Updated PHPMailer namespace.
  • d2dda8a: Removed duplicate from Russian translation.
  • #613: Updated Russian translation.
  • f21f3db: Typo fix, removed unused code & updated documentation.
  • 476c59e: Update required PHP version to 5.5.9.
  • 1c984b3: Update documentation, added some small changes.
  • eac8ebc: Fixed sms error check.
  • e2c424e: Spacing, indentation and braces.
  • a05d36d: Fixed typos & removed unused code.
  • 3023c83: Changed die() to trigger_error().
  • a96e1e5: Removed eval(), redone get & load language functions.
  • b0ea7eb: Added forgotten translation.
  • 92e8312: Removed unused code.
  • fc84c06: Added cronjob over web to documentation. Changed HTML error to 403.
  • 93b324f: Security update symfony/http-foundation.
  • dd56e29: Update composer.phar to new version.
  • b98a4af: Typo fix.

v3.3.0

5 years ago

Known bug:

Some dependencies don't support PHP5.

Changelog:

  • 57f4c36: Added support voor the following SMS gateways: Plivo, SolutionsInfini, Callr and GAtewayAPI.
  • c3751e7: Moved Clickatell api key to password field.
  • #590: Rollback Twig version update to work with PHP5.
  • #589: Enlarge select pattern_online width.
  • 3c55a35: Allow ping by hostname.
  • #579: Added support for "site online when pattern not found"
  • #587: Added __MACOSX/ to .gitignore.
  • a496874, 62254a5 and 57f4c36: Rewritten global and gateway specific SMS gateway functions.
  • 8ca259d: Updated list of available SMS gateways.
  • d64f27f: Add CM Telecom bulk SMS gateway.
  • 0580e75: Added last offline and the duration of the last outage.
  • 3a005f2: Fixing #580 removed results block.
  • 79742fe: Fixed error: Failed to parse address "8.8.8.8".
  • fc4ffd6: Added Twilio and Telegram to notification list and changed URL to download the latest release.
  • #571: Update several dependencies.
  • #569: Added support for Twilio SMS gateway.
  • a80452d: Added Telegram and Pushover to inline documentation
  • 526c252: Added noopener to external link.
  • 64b4d60: Added activation process for Telegram notifications.
  • 67632ab: Added Telegram notifications to the documentation.
  • 7059ac6: Defined latency for new added servers
  • 11a021e: Fixed indentation fail #515.
  • #550: Fix urlencode bug when sending SMS using FreeMobileSMS.
  • #541: Fix method declaration error in PHP7.2.
  • #515: Run archive and cleanup per server to reduce memory use.
  • #516: Fixed #500 ping latency.
  • 2471767: Fixed preinstalled server query.

v3.2.2

6 years ago
  • #554 Implemented Telegram notifications.
  • #505: Added button to clear the logs.
  • #436: Nexmo.class.php updates to Nexmo.php.
  • #350: Removed utf8_decode.
  • Updated credits.
  • #535: Updated Japanese translation.
  • #502: Fixed database population bug during installation.
  • #512: Added username validation during installation and added the dot (.) to allowed characters.
  • #475: Added Japanese translation.

v3.2.1

6 years ago
  • #343: Added optinal header value check.
  • #433: Changed baseurl repoforgeextras.
  • #432: Changed baseurl repoforge.
  • #437: Octopush.class.php updates to Octopush.php.
  • #435: Added Nexmo SMS to list in config.tpl.html.
  • #464: Updated attributes pushover_key and pushover_device in update.tpl.html.
  • #454: Updated HistoryGraph.php timestamp to number_format.

v3.2.0

7 years ago
  • #170: Implement Nexmo SMS.
  • #161: Added Swedish translation.
  • #185: Added Estonian translation.
  • #210: Added Finnish translation.
  • #201: Added Persian translation.
  • #195: Updated Spanish translation.
  • #169: Increased server ip char limit to 500.
  • #164: Added support for FreeVoipDeal SMS gateway http://www.freevoipdeal.com.
  • #181: Added blank index files to prevent directory listing.
  • #237: Adding CSRF protection.
  • #287: Default language - English
  • #286: Add popular ports drop down
  • #269: Added Slovenian language
  • #96: Authentication for website checks

v3.2.0-rc1

7 years ago

v3.1.1

9 years ago
  • #130: Added Czech translation.
  • #138: Added Polish translation.
  • #148: Added Turkish translation.
  • #124: Updated Bulgarian translation.
  • #132: Updated German translation.
  • #134: Updated French translation.
  • #144: Updated Brazilian translation.
  • #146: Updated Russian translation.
  • #147: Updated Spanish translation.
  • #128: Added SSL/TLS option for SMTP config.
  • #131: Allow URL and timeout to be passed as argument to the cronjob.
  • #135: Uptime percentage above 100%.
  • #151: Links in install results were stripped automatically from template.

v3.1.0

9 years ago

Features:

  • #52: Uptime percentage per server for the last week.
  • #101: Pushover.net support.
  • #54: Improved phone/tablet compatibility.
  • #75: Test mode for email and SMS settings.
  • #86: Different design styles on status page (list, table).
  • #82: Added Danish translation.
  • #103: Added Russian translation.
  • #109: Custom time-out per server.
  • #119: Log and archive retention period.
  • #110: Support for SMSGlobal SMS gateway https://www.smsglobal.com/.
  • #82: Support for Danish SMS provider Smsit http://www.smsit.dk/

Bugs:

  • #50: Validation on servers page.
  • #62: Replace javascript confirm dialogs with Bootstrap modal dialogs.
  • #66: Unable to add users with MySQL in strict mode.
  • #83: Invalid redirect after switching languages and logging in.
  • #105: Fixing check for websites with unverified SSL certificates.
  • #107: Fixing update job for Synology DSM Task Scheduler.
  • #108: URLs on Windows contained both back- and forward slashes.
  • #111: Generated urls for non-default ports included the port twice.
  • #28: Permission denied page.
  • #53: User selection on server edit page.
  • #115: Warning on server page when notifications are disabled.
  • #117: Template service has been replaced by Twig.
  • Composer added for dependencies.

v3.0.1

10 years ago
  • #56: Minimum PHP version is PHP 5.3.7 (not PHP 5.3.0).
  • #58: Server order on users page now matches the order on servers page.
  • #59: Warning threshold ignored for notification trigger.
  • #57: Added Chinese translation.
  • #60: Added Italian translation.
  • #61: Added Spanish translation.
  • Sphinx is now used for documentation http://sphinx.pocoo.org/.