Commit graph

219 commits

Author SHA1 Message Date
638796cc44
Updated Prime95 countdown 2019-11-15 13:14:17 -07:00
578818271f
Fixed osTicket post color for failed diags 2019-08-03 18:39:56 -06:00
a732c3a9ff
Post UNKNOWN CPU results in DIAG FAIL color 2019-07-08 18:20:49 -06:00
8c6fcfe99c
Fail drives for old age but allow further testing
* Addresses issue #103
2019-07-03 19:32:25 -06:00
0077240255
Support new color codes in osTicket posts
* Addresses #105
2019-07-02 20:53:35 -06:00
1aba3476da
Merge remote-tracking branch 'upstream/dev' into dev 2019-06-12 16:38:13 -06:00
e798503f6f
Save RAM details to CpuObj 2019-06-12 16:37:04 -06:00
8f792ac76d
Merge remote-tracking branch 'upstream/dev' into dev 2019-06-12 16:01:03 -06:00
87668c6ad0
Avoid rare crash when uploading results for review
* Fixes issue #117
2019-06-11 20:52:45 -06:00
4c3be6eac6
Merge remote-tracking branch 'upstream/dev' into dev 2019-06-11 20:19:31 -06:00
70823d2cd8
Updated HW-Diags and sensor sections 2019-06-04 20:53:34 -06:00
7816602685
4K Alignment checks 2019-06-04 18:40:42 -06:00
7ccd4c6055
BITWISE operators =/= LOGICAL operators 2019-06-04 18:24:01 -06:00
2ff8690a66
Avoid crash in HW-Diags --quick
* The LogDir wasn't being created before being used.
2019-05-29 20:45:25 -06:00
4912b17bf3
Improved support for AMD CPU sensors
* K8, K10, and K11? should be treated the same as CoreTemp
  * These are included in osTicket posts
* Cleaned up code for pylint
* Removed unused join_columns() function
2019-05-26 17:40:47 -06:00
385f4a1d15
BITWISE operators =/= LOGICAL operators
* Also fixed is_writable_dir()
2019-05-17 16:05:01 -06:00
d1f8307153
Moved tmux pane logic into State objects 2019-05-13 19:59:54 -06:00
ab4c201b4b
Moved build_outer_panes() into State objects 2019-05-13 19:45:22 -06:00
f452216035
Adjusted CPU report 2019-05-13 19:37:41 -06:00
51b6bd0fdf
Added 4K alignment check to disk reports
* Addresses issue #73
2019-05-13 18:23:47 -06:00
6fe273cf8b
Include RAM details in report
* Addresses issue #88
2019-05-13 18:07:52 -06:00
3088a2452a
Moved get_ram_details() to hw_diags 2019-05-13 17:53:43 -06:00
bd08921f17
Post to osTicket before the upload for review 2019-04-25 23:06:37 -07:00
f473d315f8
Merge remote-tracking branch 'upstream/dev' into dev
* Fixes issue #72
2019-04-25 20:56:20 -07:00
d8024be2c3
Add option to upload hw-diag results for review 2019-04-25 20:55:14 -07:00
f6fdc047cf
Post quick SMART results if run from menu
* --quick argument still disables osTicket integration
* Fixes issue #81
2019-04-25 19:28:34 -07:00
eb80580794
Merge remote-tracking branch 'upstream/dev' into dev 2019-04-25 19:18:20 -07:00
896f9e4a05
Explicitly define smartctl tolerance levels
* Fixes issue #104
2019-04-25 18:37:17 -07:00
a0f4d74656
Merge remote-tracking branch 'upstream/dev' into dev 2019-04-20 18:57:10 -07:00
4d9ab2215b
Ensure SMART values are shown for some disks
* smartctl can return non-zero if there are errors in the SMART logs
2019-04-08 18:57:38 -07:00
6a7ef8ebcb
Merge remote-tracking branch 'upstream/dev' into dev 2019-04-02 16:37:09 -07:00
e089dd99a3
Avoid crash when no disks are connected
* It was attempting to recheck the NVMe/SMART data for the fake N/A lines
2019-04-02 16:29:09 -07:00
86f81f2720
Prevent updating OVERRIDE to CS 2019-03-16 15:11:42 -06:00
5aeeb41995
Prevent updating OVERRIDE to PASS 2019-03-16 15:09:35 -06:00
d447e694b2
Set NVMe/SMART test to FAIL if safety check fails
* Fixes issues #49
2019-03-14 00:22:11 -06:00
8835fb486d
Include ticket ID and name in osTicket posts
* Fixes issue #58
2019-03-13 23:01:32 -06:00
c73bf2521c
Include ticket ID and name in top pane
* Only if ticket ID and name are set
* Expands on fix for issue #58
2019-03-13 22:49:07 -06:00
4c3fe1d66f
Avoid crash if connection to osTicket fails 2019-03-13 22:26:42 -06:00
b6ecf348d4
Merge remote-tracking branch 'upstream/dev' into dev 2019-03-13 21:00:25 -06:00
34ef0bfae6
Fail test on SMART self-test timeout 2019-03-13 20:22:28 -06:00
c45c1c9225
Merge remote-tracking branch 'upstream/dev' into dev
* Fixes issues #54 & #55
2019-03-12 22:45:43 -06:00
122bbfb157
Added debug mode for HW Diagnostics
* Uses alternative major exception
  * Saves State, CpuObj, and DiskObj data after traceback
  * Uploads the whole LogDir folder (compressed) instead of just the main log
2019-03-12 21:24:06 -06:00
7381547b27
Added functions.json
* Uses safer method to get JSON data from a command
* Replaced nearly all uses of json.loads with new get_json_from_command()
* Fixes issue #100
2019-03-12 16:08:21 -06:00
480222c1f2
Adjusted variable name usage for consistency 2019-03-12 15:13:16 -06:00
1d10503b91
Support disks over 4TB in badblocks test
* Set read block size to 4KB if disk is 4Kn or 3TB+
* Fixes issue #99
2019-03-11 21:00:26 -06:00
e7d31c21c3
Get disk size in bytes during object creation
* Also moved dd calc section into docstring
2019-03-11 20:55:24 -06:00
7f6509d235
Return to HW-Diags menu from safety_check() 2019-03-11 13:26:11 -06:00
7701418e55
Recheck disk attributes after all tests
* Should catch errors exposed by badblocks
* Addresses issue #96
2019-03-11 13:25:12 -06:00
7078efe9e7
Adjusted SMART self-test running message 2019-03-11 13:23:56 -06:00
a3d2de92bc
Show CS/NS in quick mode if self-test is running
* It still shows the slightly ambiguous message "all tests disabled"
* Addresses issue #96
2019-03-11 12:37:01 -06:00