Monitorr Versions Save

"Monitorr” is a self-hosted PHP web app that monitors the status of local and remote network services, websites, and applications.

v0.14.0m

6 years ago

After updating CLEAR YOUR BROWSER CACHE!!!

Changes:

  • Complete bootstrap overhaul. Works/looks great on mobile.
  • Updated jquery and bootstrap.css
  • Fixed analog clock not displaying server side time.

NOTE:

If you are using Organizr integration, Update your HTML code within the following new measurements in Org settings ->"edit homepage" -> HTML

<div style="overflow:hidden;  height:255px">    
        <embed style="height:100%" width='100%' src='https://yourdomain.com/monitorr/index.min.php'/>
</div>

36181875-9eda088a-10db-11e8-84d5-1e7117efe263

v0.14.0d

6 years ago

After updating CLEAR YOUR BROWSER CACHE!!!

Changes:

  • Complete bootstrap overhaul. Works/looks great on mobile.
  • Updated jquery and bootstrap.css
  • Fixed analogue clock not displaying server side time.

NOTE:

If you are using Organizr integration, Update your HTML code within the following new measurements in Org settings ->"edit homepage" -> HTML

<div style="overflow:hidden;  height:255px">    
        <embed style="height:100%" width='100%' src='https://yourdomain.com/monitorr/index.min.php'/>
</div>

image

v0.13.3m

6 years ago

Master branch changes:

  • Added update notification. NOTE: if an update is available the link above ("Check for update") will trigger the the update and update the application.
  • Fixed curl_close errors
  • Added CURL/PING check manual tool to /assets/php/checkmanual.php. See wiki: https://github.com/Monitorr/Monitorr/wiki/05-Troubleshooting

monitorr_update

v0.13.3d

6 years ago
  • minor maintenance release

v0.13.1d

6 years ago

Fixing curl_close errors

v0.13.0d

6 years ago

Changes:

  • improved check manual script
  • added update notification:

image

v0.12.8m

6 years ago
  • Changed fallback check to NOT use persistent connections.
  • Added 5 second timeout for fallback check
  • Added error message in UI if invalid host URL is entered in config.php
  • Added CURL/PING manual check script. See /assets/php/checkmanual.php for usage and wiki doc here: https://github.com/Monitorr/Monitorr/wiki/05-Troubleshooting

v0.12.8d

6 years ago
  • Changed fallback check to NOT use persistent connections.
  • Added 5 second timeout for fallback check
  • Added error message in UI if invalid host URL is entered in config.php

v0.12.7m

6 years ago

Updates:

NOTE: If you are upgrading from any version prior to 0.12.5. You MUST add a port to all of your monitorred URLs (i.e. https://mydomain.com:443/application). Please See WIKI for further explanation.

  • Added ping check fallback method (Curl as primary check, sockopen as fallback)
  • Removed Curl SSL cert hostname match requirement
  • added system disk used percentage
  • Minor CSS updates

v0.12.6d

6 years ago
  • added system disk used percentage
  • CSS mods

image