Monitorr

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

MIT License

Stars
647
Committers
12

Bot releases are hidden (Show)

Monitorr - Develop: 1.7.7d Latest Release

Published by seanvree over 6 years ago

- Summary:

a. This update is a MAJOR update to Monitorr with numerous fixes and enhancements.
b. Docker image available here: https://hub.docker.com/r/monitorr/monitorr/

- Update ALERT:

If updating to version 1.7 from ANY previous version, BEFORE updating backup your custom.css file located at: (Monitorr install path)/assets/data/css/custom.css . After the update is complete, simply restore the custom.css file to the same location overwriting the custom.css file that was updated. This is due to a bug which has been resolved in version 1.7, therefore, this process will no longer be needed in future updates. See the WiKi Update Notice for more information.

- Configuration changes:

The following configuration changes need to be made AFTER updating to version 1.7.0 from ANY previous version. See the WiKi Update Notice for more information.

a. User Preferences:

  • Registration: Enable or disable access to the Registration tool. NOTE: This value should be changed to "Disable" AFTER updating. screenshot

b. Monitorr Settings: screenshot

  • Time sync interval: Specifies how frequently (in milliseconds) the UI clock will synchronize time with the hosting webserver.
  • HD display: Monitorr now has the much-anticipated feature of disabling or displaying multiple volumes (up to 3) in the system resources area of the UI.
  • Ping color values: These values will determine the color of the ping indicators in the system resources are of the UI as well as individual service response times when enabled in "Services Configuration".

c. Services Configuration:

  • Ping RT: Enables PING RT time output in the UI for each service. screenshot

- CHANGE LOG:

  1. ADD: Ping response time for services. See: https://github.com/Monitorr/Monitorr/issues/113
  2. ADD: User defined HD volume / multiple volumes: see: https://github.com/Monitorr/Monitorr/issues/148
  3. ADD: Monitorr release changelog. See: https://github.com/Monitorr/Monitorr/issues/123
  4. FIX: Offline time does not coincide with the set timezone. See: https://github.com/Monitorr/Monitorr/issues/165
  5. ADD: Disable browser output error if service is down. See: https://github.com/Monitorr/Monitorr/issues/174
  6. CHANGE: New JS clock
  7. ADD: execute single service check on settings.php load and when submit changes on Services Config settings page
  8. CHANGE: Move UI icons from /img dir
  9. FIX: Remove offline.json log files on service config settings page submit to prevent rouge offline.json files.
  10. FIX: Prevent null data posting to json settings files
  11. ADD: Offline service img and title will fade when offline.
  12. CHANGE: correct scrollbars on settings pages
  13. FIX: Uptime format on Windows
  14. CHANGE: Change custom css script to local from CDN.
  15. FIX: Update via UI will override custom CSS.
  16. Add: Form validation to user input on _register form.
  17. Add: CSS classes added to service images.
  18. Change: date display on min site: to NOT show year.
  19. Change: img upload error message / img upload modal color
  20. Change: Clock will not sync when auto-update toggle is disabled.
  21. Add: refresh marquee on settings page load.
  22. ADD: MAIN PING indicator to respect color values.
  23. CHANGE: Form schema / Default json settings file format
  24. FIX: Form submit post data
  25. FIX: Version check script errors if any functions error in functions.php
  26. ADD: HD badge color RED if HD stats are null/error
  27. FIX: Timeout indicators were persistent if ajax fail.
  28. Change: Update font-awesome update from 4.7.0 to 5.1.0
  29. FIX: Wrong PHP TZ for Greenland
  30. FIX: Analog clock browser compatibility
Monitorr - Master: 1.7.6m

Published by seanvree over 6 years ago

- Summary:

a. This update is a MAJOR update to Monitorr with numerous fixes and enhancements.
b. Docker image available here: https://hub.docker.com/r/monitorr/monitorr/

- Update ALERT:

If updating to version 1.7 from ANY previous version, BEFORE updating backup your custom.css file located at: (Monitorr install path)/assets/data/css/custom.css . After the update is complete, simply restore the custom.css file to the same location overwriting the custom.css file that was updated. This is due to a bug which has been resolved in version 1.7, therefore, this process will no longer be needed in future updates. See the WiKi Update Notice for more information.

- Configuration changes:

The following configuration changes need to be made AFTER updating to version 1.7.0 from ANY previous version. See the WiKi Update Notice for more information.

a. User Preferences:

  • Registration: Enable or disable access to the Registration tool. NOTE: This value should be changed to "Disable" AFTER updating. screenshot

b. Monitorr Settings: screenshot

  • Time sync interval: Specifies how frequently (in milliseconds) the UI clock will synchronize time with the hosting webserver.
  • HD display: Monitorr now has the much-anticipated feature of disabling or displaying multiple volumes (up to 3) in the system resources area of the UI.
  • Ping color values: These values will determine the color of the ping indicators in the system resources are of the UI as well as individual service response times when enabled in "Services Configuration".

c. Services Configuration:

  • Ping RT: Enables PING RT time output in the UI for each service. screenshot

- CHANGE LOG:

  1. ADD: Ping response time for services. See: https://github.com/Monitorr/Monitorr/issues/113
  2. ADD: User defined HD volume / multiple volumes: see: https://github.com/Monitorr/Monitorr/issues/148
  3. ADD: Monitorr release changelog. See: https://github.com/Monitorr/Monitorr/issues/123
  4. FIX: Offline time does not coincide with the set timezone. See: https://github.com/Monitorr/Monitorr/issues/165
  5. ADD: Disable browser output error if service is down. See: https://github.com/Monitorr/Monitorr/issues/174
  6. CHANGE: New JS clock
  7. ADD: execute single service check on settings.php load and when submit changes on Services Config settings page
  8. CHANGE: Move UI icons from /img dir
  9. FIX: Remove offline.json log files on service config settings page submit to prevent rouge offline.json files.
  10. FIX: Prevent null data posting to json settings files
  11. ADD: Offline service img and title will fade when offline.
  12. CHANGE: correct scrollbars on settings pages
  13. FIX: Uptime format on Windows
  14. CHANGE: Change custom css script to local from CDN.
  15. FIX: Update via UI will override custom CSS.
  16. Add: Form validation to user input on _register form.
  17. Add: CSS classes added to service images.
  18. Change: date display on min site: to NOT show year.
  19. Change: img upload error message / img upload modal color
  20. Change: Clock will not sync when auto-update toggle is disabled.
  21. Add: refresh marquee on settings page load.
  22. ADD: MAIN PING indicator to respect color values.
  23. CHANGE: Form schema / Default json settings file format
  24. FIX: Form submit post data
  25. FIX: Version check script errors if any functions error in functions.php
  26. ADD: HD badge color RED if HD stats are null/error
  27. FIX: Timeout indicators were persistent if ajax fail.
  28. Change: Update font-awesome update from 4.7.0 to 5.1.0
  29. FIX: Wrong PHP TZ for Greenland
  30. FIX: Analog clock browser compatibility
Monitorr - Develop: 1.6.4d

Published by seanvree over 6 years ago

This release is a HOTFIX for a bug was discovered in the Monitorr settings page form.

ISSUE: If a user clicks inside a field on any of the settings pages and fires ENTER keystroke, the ajax call will write blank data to the user's .json files in their data directory thus completely breaking Monitorr if the UI is refreshed and the blank data is loaded into the DOM.

See https://github.com/Monitorr/Monitorr/issues/167 for further details.

Monitorr - Master: 1.6.3m

Published by seanvree over 6 years ago

  • This release is a HOTFIX for a bug was discovered in the Monitorr settings page form.

  • ISSUE: If a user clicks inside a field on any of the settings pages and fires ENTER keystroke, the ajax call will write blank data to the user's .json files in their data directory thus completely breaking Monitorr if the UI is refreshed and the blank data is loaded into the DOM.

  • See https://github.com/Monitorr/Monitorr/issues/167 for further details.

Monitorr - Master: 1.6.1m

Published by seanvree over 6 years ago

Changelog:

image

NOTE: There are a lot of CSS changes. Please ensure to clear your browser's cache after updating.

Docker image is available via Dockerhub with "latest" or "develop" tags: https://hub.docker.com/r/monitorr/monitorr/tags/

Monitorr - Develop: 1.5.6d

Published by seanvree over 6 years ago

Alert: Configuration change:

See Wiki for further details: https://github.com/Monitorr/Monitorr/wiki/NOTICE:-Updating-Monitorr

Starting with version 1.5.2 we added the feature to enable hot-links on the main Monitorr page for both "Standard" and "Ping only" check types:

If you are updating from any version prior to version 1.5.2, you will need to make a small change in your Monitorr settings. After updating proceed to the Monitorr Settings page "Services Configuration", you will notice that the new "Link Enabled" drop-down menu will be enabled for all your services. However, there will be no input field for your link to the right. Simply change the "Link Enabled" option to "No", then immediately to "Yes" again. If you previously had a link associated with that services it will appear in the input field. Do this with ALL your services FIRST before clicking "submit". IF you do NOT want a link associated with that service, change the option to NO.

image

Note2:

Users can/should place their custom images in the /assets/data/usrimg directory. If using docker: /app/images. This is especially important for Docker users as that directory will NOT be erased when re-building the container.

Changelog:

Docker image is available via Dockerhub with the "develop" tag: https://hub.docker.com/r/monitorr/monitorr/tags/

Monitorr - Master: 1.5.5m

Published by seanvree over 6 years ago

Alert: Configuration change:

See Wiki for further details: https://github.com/Monitorr/Monitorr/wiki/NOTICE:-Updating-Monitorr

Starting with version 1.5.2 we added the feature to enable hot-links on the main Monitorr page for both "Standard" and "Ping only" check types:

If you are updating from any version prior to version 1.5.2, you will need to make a small change in your Monitorr settings. After updating proceed to the Monitorr Settings page "Services Configuration", you will notice that the new "Link Enabled" drop-down menu will be enabled for all your services. However, there will be no input field for your link to the right. Simply change the "Link Enabled" option to "No", then immediately to "Yes" again. If you previously had a link associated with that services it will appear in the input field. Do this with ALL your services FIRST before clicking "submit". IF you do NOT want a link associated with that service, change the option to NO.

image

Note2:

Users can/should place their custom images in the /assets/data/usrimg directory. If using docker: /app/images. This is especially important for Docker users as that directory will NOT be erased when re-building the container.

Changelog:

Docker image is available via Dockerhub with the "latest" tag: https://hub.docker.com/r/monitorr/monitorr/tags/

Monitorr - Master: 1.5.0m

Published by seanvree over 6 years ago

Monitorr 1.0!!!

Docker can be downloaded here: https://hub.docker.com/r/monitorr/monitorr/

NOTE1: If you are updating to any version prior to 1.0 updating via the UI by clicking on “check for update” in the footer MAY FAIL. It is recommended to clone a new copy of this repo starting with version 1.0. Please See WIKI

NOTE2: After updating PLEASE clear your browser cache.

We thank you for helping us develop.

Cheers to the future.

Change log:

  • Integrated Settings page /w authentication.
  • Migrated to data/user database for settings files.
  • Service offline display banner.
  • Option to choose “ping only” for services that don’t serve a webpage.
  • Option to disable individual services.
  • Alternate hot-links for UI.
Monitorr - Master: v0.14.1m

Published by seanvree over 6 years ago

Added notice to footer:

NOTICE (16 MAR 2018): Monitorr 1.0 will be released ~18 March 2018. When this release is published, updating via the UI by clicking on “check for update” in the footer MAY FAIL. Please See WIKI for further explanation.

Monitorr - Develop: v0.14.1d

Published by seanvree over 6 years ago

Added notice to footer:

NOTICE (16 MAR 2018): Monitorr 1.0 will be released ~18 March 2018. When this release is published, updating via the UI by clicking on “check for update” in the footer MAY FAIL. Please See WIKI for further explanation.

Monitorr - Master: v0.14.0m

Published by seanvree over 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

Monitorr - Develop: v0.14.0d

Published by seanvree over 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

Monitorr - Master: v0.13.3m

Published by seanvree over 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

Monitorr - Develop: v0.13.3d

Published by seanvree over 6 years ago

  • minor maintenance release
Monitorr - Develop: v0.13.1d

Published by seanvree over 6 years ago

Fixing curl_close errors

Monitorr - Develop: v0.13.0d

Published by seanvree over 6 years ago

Changes:

  • improved check manual script
  • added update notification:

image

Monitorr - Master: v0.12.8m

Published by seanvree over 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
Monitorr - Develop: v0.12.8d

Published by seanvree over 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
Monitorr - Master: v0.12.7m

Published by seanvree over 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
Monitorr - Develop: v0.12.6d

Published by seanvree over 6 years ago

  • added system disk used percentage
  • CSS mods

image