summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data
Commit message (Collapse)AuthorAgeFilesLines
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-282-0/+0
| | | | | | They're all now in subdirectories of /opt/openslx/pam/hooks. Symlinks have been put in place where they used to reside.
* [hardware-stats] Fix inverted logic for fallbackSimon Rettberg2019-06-181-1/+1
|
* [hardware-stats] use slx-tools for ID44Jonathan Bauer2019-06-171-15/+25
|
* [hardware-stats] Use slx-tools to determine free /tmpSimon Rettberg2019-06-141-3/+3
|
* [hardware-stats] Use idle-daemon to warn users of low memSimon Rettberg2019-06-121-27/+1Star
|
* [hardware-stats] Remove UUID fallback; require /etc/system-uuidSimon Rettberg2019-04-091-8/+3Star
|
* [hardware-stats] Add missing su(do) exclusion to session open hookSimon Rettberg2019-04-081-2/+3
|
* [hardware-stats] Fix smartctl partSimon Rettberg2019-04-041-1/+0Star
| | | | | When refactoring how the harddisks are enumerated, an old line stripping of a colon at the end of the line was accidentally left there.
* [hardware-stats] Use proper cmdline switch...Simon Rettberg2019-04-031-2/+2
|
* [hardware-stats] Use ExecStop for shutdown notificationSimon Rettberg2019-04-034-18/+3Star
| | | | | | | Try a different approach: Since out initial hardware-stats service logging the poweron event is a oneshot with RemainAfterExit set, make the shutdown reporting script its ExecStop line (and hope that this works reliably on shutdown).
* [hardware-stats] curl: Retry harderSimon Rettberg2019-03-202-2/+2
|
* [hardware-stats] Filter a few more bogus system model namesSimon Rettberg2019-03-201-1/+1
|
* [hardware-stats] Show warning if using nouveauSimon Rettberg2019-03-121-0/+3
|
* [hardware-stats] Fiddle with service file againSimon Rettberg2019-02-282-1/+5
|
* [hardware-stats/rootfs-stage32] Ignore USB sticks/HDDsSimon Rettberg2019-02-261-1/+1
|
* [hardware-stats/rootfs-stage32] HI JOEY!Simon Rettberg2019-02-191-0/+2
|
* [hardware-stats/rootfs-stage32] Improve HDD detectionSimon Rettberg2019-02-191-7/+11
|
* [hardware-stats] Try to make shutdown hook run earlierSimon Rettberg2019-02-081-1/+2
|
* [hardware-stats] Fix smartctl not reporting if HDD has issuesSimon Rettberg2019-02-061-1/+4
|
* [hardware-stats] God fucking dammitSimon Rettberg2019-01-251-1/+1
|
* [hardware-stats] Prefer MemAvailable if present...Simon Rettberg2019-01-251-1/+4
| | | | Fallback is MemFree + Buffers + Cached which might overshoot
* [hardware-stats] Use curl --retry instead of bash for loopSimon Rettberg2019-01-243-33/+31Star
|
* [hardware-stats] Add more memory stats to runstate reportSimon Rettberg2019-01-241-4/+9
|
* [hardware-stats] Report current client runmode tooSimon Rettberg2018-07-131-1/+6
|
* [hardware-stats] fdisk output in sectorsSimon Rettberg2018-04-131-2/+2
|
* [hardware-stats] Suppress local warnings about swap/tmp if flag-file is presentSimon Rettberg2018-03-191-0/+4
|
* [hardware-stats] check if '--no-legend' is neededJonathan Bauer2018-03-081-1/+4
| | | | before using loginctl
* [hardware-stats] Sanity checksSimon Rettberg2017-12-011-4/+6
|
* [hardware-stats] Import SLX vars in standby-scriptSimon Rettberg2017-11-271-0/+2
|
* [hardware-stats] Support reporting suspend/resumeSimon Rettberg2017-11-257-1/+52
|
* [hardware-stats] Different fallback mac for dmidecode failsSimon Rettberg2017-11-211-1/+1
| | | | | This collided with the blacklisted UUIDs and led to errors in slx-admin. Fixes #3227
* [hardware-stats] Fix syntax error in scriptSimon Rettberg2017-11-131-0/+1
|
* [hardware-stats] Write log file about potential problemsSimon Rettberg2017-11-122-1/+41
| | | | | | This is a more generic version of what we patched into the kdm theme previously, so we can switch to lightdm at some point.
* [hardware-stats] Random (0-15)s delay for cronjob, debug outputSimon Rettberg2017-10-231-1/+16
|
* [init, etc] Pass system-uuid when fetching config & config.tgzSimon Rettberg2017-07-125-34/+8Star
| | | | | Also save the system-uuid for later use in stage32+, which changed locations from /run to /etc - modules got updated accordingly
* [hardware-stats] Include pending sectors in bad sector countSimon Rettberg2017-07-061-0/+4
|
* [hardware-stats] Report screen meta dataSimon Rettberg2017-04-071-0/+39
|
* [hardware-stats] Check for mktemp binary before trying to call itSimon Rettberg2017-03-231-3/+5
|
* [hardware-stats] Implement blacklisting of known bad UUIDsSimon Rettberg2017-03-222-13/+68
| | | | | | Some hardware vendors ship all their mainboards with the same SMBIOS UUID, so let's try our best to work around that. This closes #3096
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-233-32/+152
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-259-0/+281