Commit Graph

74 Commits

Author SHA1 Message Date
bergware 910f3950a4 Update copyright 2023-01-18 00:42:19 +01:00
bergware e12825f358 PHP8 support 2023-01-17 20:18:32 +01:00
bergware bdc7f08833 PHP 8.1 support (round 2) 2022-12-30 14:00:42 +01:00
bergware 353be46d06 PHP 8.1 support (round 1) 2022-12-04 15:48:17 +01:00
bergware d04df8dd12 Change parity sync notification to notice level 2022-03-13 13:52:12 +01:00
bergware 924d14bade Change parity sync notification to notice level
No longer reported as error, but informational instead
2022-03-13 11:47:31 +01:00
bergware 3fc8e81803 Parity operation enhancements
- Added "size" column to parity history
2022-02-18 13:03:40 +01:00
bergware 8c6c5b2563 Parity operation enhancements 2022-02-13 11:12:33 +01:00
bergware 0ffd5eeeda Parity operation enhancements 2022-02-13 10:44:00 +01:00
bergware b71e1d7622 Parity operation enhancements 2022-02-10 00:39:38 +01:00
bergware 5bf4a331f9 Parity operation enhancements 2022-02-09 05:26:05 +01:00
bergware b5e9004b7a Parity operation enhancements 2022-02-09 05:16:55 +01:00
bergware a1ca57c372 Parity operation enhancements 2022-02-09 05:02:48 +01:00
bergware 711efa8e4b Parity operation enhancements 2022-02-09 04:56:35 +01:00
bergware b355fa6859 Parity operation enhancements 2022-02-09 04:54:08 +01:00
bergware 604d341fd1 Parity operation enhancements 2022-02-09 04:02:24 +01:00
bergware ac76cf6766 Parity operation enhancements
- Separate Parity-Sync and Data-Rebuild as individual actions
- Add parity operation action to history view
- Correct calculations for data-rebuild smaller than parity
- Add disk clear action
- Use Nchan updates for copying/clearing progress
- CSS adjustment in SMART attributes
- Show additional buttons in Array Stopped state
- Textual enhancements
2022-02-08 19:36:54 +01:00
bergware e06f18124a Docker utilization warning only when image file 2022-01-22 12:00:48 +01:00
bergware 1c07def3e3 Fixed: speed calculation of parity check 2021-12-26 12:16:15 +01:00
bergware 87223466de Fixed parity duration + speed when paused/resumed 2021-12-15 09:10:37 +01:00
bergware 7a15502a91 Update monitor 2021-06-12 09:06:20 +02:00
bergware 464ece43de Fix monitor false positives 2021-04-14 17:22:40 +02:00
Squidly271 afbae1b836 Fix default usage thresholds not sending notification
https://forums.unraid.net/bug-reports/stable-releases/disk-utilization-colors-not-consistent-from-dashboard-to-main-r1296/
2021-03-16 10:31:39 -04:00
Tom Mortensen 529c6542d1 support unassigned devices temperature/spinning 2020-12-10 17:00:43 -08:00
Squidly271 5d7643134d Add links to notify commands 2020-09-20 07:18:07 -04:00
Tom Mortensen 6f8507e547 Remove out-of-band invokation of smartctl 2020-07-12 08:57:39 -07:00
bergware b023ff735f SMART reading updates 2020-07-11 13:05:19 +02:00
bergware f9966e1286 SMART reading updates 2020-07-11 13:00:58 +02:00
bergware c41940bad1 Fixed: monitor may spinup disk 2020-07-10 20:37:27 +02:00
bergware 9a0e19684c Multi-language support 2020-06-09 09:10:32 +02:00
bergware 89f3c11f1f Multi-language support
Deprecated function my_lang()
Consolidated function into _()
Convert automatically apostrophes to HTML code
2020-06-05 23:54:11 +02:00
bergware bae1fc1bcc Multi-language support 2020-06-03 10:06:30 +02:00
bergware dfc5a24306 Multi cache pool support 2020-04-02 21:47:11 +02:00
bergware 36e9740856 Added parity pause/resume button 2019-02-07 15:31:52 +01:00
bergware 204d9fb25c Copyright year update 2018-12-25 10:28:59 +01:00
bergware 8055e70278 Added "ignore" text to BTRFS profiles warning 2018-09-07 11:42:01 +02:00
Tom Mortensen 6668ad0ec5 Change 'unRAID' to 'Unraid' to match new branding.
Updated a few copyright strings.
2018-08-31 12:58:40 -07:00
bergware 7c97284e91 Suppress warnings in $docroot and $disk['fsSize'] variables
These are easy to correct warnings.
2017-12-14 13:53:31 +01:00
bergware 41175a59eb awk 'BEGIN{s=t=\"*\"}\$1==190{s=\$10};\$1==194{t=\$10;exit};\$1==\"Temperature:\"{t=\$2;exit};/^Current Drive Temperature:/{t=$4;exit} END{i 2017-11-18 11:00:12 +01:00
bergware b96f035e03 Add SMART temperature reading for SAS devices 2017-11-18 10:57:46 +01:00
bergware ce037aa444 Revised SMART temperature reading logic 2017-11-18 08:53:53 +01:00
bergware 620b1bd98d Fix regression error: check device with smartctl 2017-11-03 17:35:21 +01:00
bergware 9cecbba87a Add ceiling to temperature and utilization checks (ignore insane values) 2017-10-30 20:33:29 +01:00
bergware 95ddd749f4 Improved SMART support (including NVMe) 2017-10-29 18:27:59 +01:00
bergware 0eea338b9b Fix regression error in monitor script 2017-10-29 00:19:44 +02:00
bergware b1f7407ded Monitor script: support temperature reading of NVMe devices
Plus some code optimizations
2017-10-28 18:54:25 +02:00
bergware 1bcfe21981 Minor code optimizations 2017-10-09 09:53:54 +02:00
Tom Mortensen 26e59bfb5c Handle $disk['fsType'] possibly having "luks:" prefix which checking file system type.
Don't permit choosing encrypted file system type if there's no encryption keyfile present. (Don't know
if this is such as good idea or not, may end up changing this again.)
2017-09-04 11:48:54 -07:00
bergware 550dd2b0fc Fixed remove linefeed from parity notification report 2017-07-26 10:04:22 +02:00
bergware 3ce672abb8 Prevent unassigned devices from spinning up unnecessary 2017-07-18 19:27:15 +02:00