Skip to content

Master: 1.7.6m

Latest
Compare
Choose a tag to compare
@seanvree seanvree released this 03 Jul 07:10
· 9 commits to master since this release
00f34f4

- 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: #113
  2. ADD: User defined HD volume / multiple volumes: see: #148
  3. ADD: Monitorr release changelog. See: #123
  4. FIX: Offline time does not coincide with the set timezone. See: #165
  5. ADD: Disable browser output error if service is down. See: #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