summaryrefslogtreecommitdiffstats
path: root/core/modules/system-check
Commit message (Collapse)AuthorAgeFilesLines
* Rename hardware-stats service to gather-hw-infoSimon Rettberg2024-01-291-1/+1
|
* [system-check/hardware-stats] Loosen dependenciesSimon Rettberg2024-01-292-1/+2
| | | | | | | | | | | | | For some reason, system-check is ordered before hardware-report, but I can't figure out why. system-check merely generates the warnings to display on the login screen, and hardware-report sends hw data to the boot server. I don't see anything in hardware-report actually depending on anything system-check does. There are some other minor changes, like moving the generation of the json report from hardware-report to hardware-stats, and putting the according python script into a directory named hardware-stats instead of system-check, which might imply it belongs to that module which is wrong.
* [system-check/hardware-stats] Refactor report stats gather split stuffSimon Rettberg2021-10-201-11/+13
| | | | | | | | | Reporting to server is now a separate service, as it slows down system-check for no reason via hooks.d. Also add a couple comments and simplifications to system-check main script. We now redirect to the tags file within the main script instead of letting each hook individually open the tags file and write to it concurrently, which seems like a bad idea in retrospect.
* [system-check] Try harder to determine system languageSimon Rettberg2021-10-201-9/+15
|
* [*] system-check english translationsJonathan Bauer2020-08-051-0/+2
|
* [system-check] fix IFS being set for the rest of the scriptJonathan Bauer2020-06-251-0/+2
|
* Debian!Simon Rettberg2020-05-191-0/+3
|
* [system-check] added descriptionJonathan Bauer2019-11-131-1/+1
|
* [system-check] fix englishJonathan Bauer2019-11-131-3/+5
|
* [system-check] +xJonathan Bauer2019-10-311-0/+0
|
* [*] introduce system-checkJonathan Bauer2019-10-317-0/+128
* hardware stats now only reports hardware info data in /run/hwinfo and /run/hwreport * system-check hooks will generate lightdm warnings and curl the report to the satellite * run-virt now handles the ID44 warnings to cope for network shares on /tmp/virt WARNING PROFI111!