summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/inc/remotereport.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-1/+1
|
* [statistics_reporting] Fix phpstorm complaintsSimon Rettberg2023-06-201-7/+8
|
* [statistics_reporting] Fallback for IP and hostnameSteffen Ritter2022-08-221-2/+2
| | | | | The php '$_SERVER' variables are not populated when executed by a cron job. As fallback use the server adress from ipxe-module.
* [statistics_reporting] Report GPU stats in 7/30/90 fashionSimon Rettberg2022-05-171-3/+5
|
* [statistics_reporting] Add GPU type countsSimon Rettberg2022-04-131-0/+20
|
* [statistics_reporting] Gather some more os infosSteffen Ritter2022-01-311-0/+9
| | | | | | * IP address * Hostname by reverse lookup on IP * OS name/version
* [statistics_reporting] Always send a minimal reportSteffen Ritter2021-11-051-25/+27
| | | | | | | Even if reporting is disabled send an absolute minimal report which includes at least the satellite version but nothing more. This is just for tracking how many servers are in use.
* [statistics_reporting/statistics] Include system/runmode total countsSimon Rettberg2020-12-031-0/+2
| | | | References #3781
* [statistics_reporting] Add exam statisticsSimon Rettberg2020-10-221-1/+2
|
* [statistics_reporting] Fix numer of unique users and server CPU modelSimon Rettberg2020-06-291-1/+1
|
* [statistics_reporting] Don't leak locationid in remote reportSimon Rettberg2018-01-081-1/+1
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-1/+1
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [statistics_reporting] Reporting is opt-out nowSimon Rettberg2017-05-021-6/+7
|
* [statistics_reporting] Extend remote report by hwstats, date ranges, userstatsSimon Rettberg2017-04-241-9/+53
| | | | This implements #3108
* [statistics_reporting] Don't include perUser and perClient in remote reportSimon Rettberg2017-04-101-2/+0Star
|
* Fix a couple of warnings and notices from error.logSimon Rettberg2017-03-211-4/+4
|
* [statistics_reporting] Nag user if statistics reporting is disabledSimon Rettberg2017-02-081-1/+1
|
* [statistics_reporting] Make getdata functions options flag based in ↵Simon Rettberg2017-01-311-5/+5
| | | | preparation of data export
* [statistics_reporting] Overhaul remote reporting structure; default to offSimon Rettberg2017-01-191-0/+84