summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/opt/openslx/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [hardware-stats] Add ID45 to status updatesSimon Rettberg2021-01-251-1/+11
| | | | References #3634
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-231-2/+0Star
| | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier.
* [hardware-stats] Fix awk output format for numbers > 2^31Simon Rettberg2020-09-231-1/+1
|
* [hardware-stats] Fix GPT PARSINGSimon Rettberg2020-08-311-1/+1
|
* [hardware-stats] Make fdisk sed compatible with GPTSimon Rettberg2020-08-311-1/+1
|
* [hardware-stats] Work around even harderSimon Rettberg2020-08-271-1/+1
|
* [hardware-stats] fix fix fix fifeefSimon Rettberg2020-08-271-1/+1
|
* [hardware-stats] Move sed so we can properly get the exit codeSimon Rettberg2020-08-271-3/+3
|
* [hardware-stats] Work around more busybox changesSimon Rettberg2020-08-271-1/+1
| | | | fdisk output changed. sed it into form for now.
* [hardware-stats] Use bash for better mathSimon Rettberg2020-07-231-1/+2
|
* [hardware-stats] Report runmode in poweron, not runstateSimon Rettberg2020-06-291-6/+1Star
| | | | It can't change anyways.
* [hardware-stats] ...Simon Rettberg2020-04-301-2/+2
|
* [hardware-stats] Fix CPU load scriptSimon Rettberg2020-04-301-7/+5Star
|
* [hardware-stats] Send CPU tempSimon Rettberg2020-04-271-0/+8
|
* [hardware-stats] Tweak hooks for immediate usage updates; add %CPU statSimon Rettberg2020-04-241-4/+32
| | | | | | | | The hooks that immediately call the usage update script have been modified to only fire for :0 X11 sessions, and also trigger for Xreset, which usually means a session ended. Also added a %CPU stat that gets reported every 5 minutes.
* [hardware-stats] fix weird typoJonathan Bauer2020-01-281-1/+1
| | | | | Came from e74418844e9912f254deb35eb7f60243e7af238b Guess that was not intended ^^
* [hardware-stats] Add NVMe supportSimon Rettberg2019-12-131-3/+3
|
* [*] introduce system-checkJonathan Bauer2019-10-311-133/+68Star
| | | | | | | | | | | * 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!
* [hardware-stats] id44 check for /tmp/virt not /tmpJonathan Bauer2019-10-161-4/+4
|
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-282-10/+0Star
| | | | | | 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-031-1/+1
| | | | | | | 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-281-0/+2
|
* [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] 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-252-0/+27
|
* [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
|