Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] Fix copypasta | Simon Rettberg | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | [statistics] Track and display memory/tmp usage of clients | Simon Rettberg | 2019-01-28 | 1 | -3/+6 |
| | |||||
* | [statistics] Handling of standby state in statistics, log crashes | Simon Rettberg | 2019-01-24 | 1 | -4/+16 |
| | | | | | | | Or rather, not really crashes, but log whenever a client reports a poweron event without reporting a proper shutdown first. This isn't neccessarily a crash but could also be due to power loss, hard poweroff, or network failures. | ||||
* | [statistics] Log if client seems to have crashed | Simon Rettberg | 2019-01-21 | 1 | -0/+13 |
| | | | | | | Log when we reset a client's state in the cron job, as well as if we receive a poweron event even though the state in the DB is still IDLE or OCCUPIED. | ||||
* | [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0 | Simon Rettberg | 2017-12-01 | 1 | -3/+8 |
| | |||||
* | [statistics] Introduce state column to get rid of complicated state ↵ | Simon Rettberg | 2017-11-28 | 1 | -4/+14 |
| | | | | | | determination This also adds support for the STANDBY state | ||||
* | [statistics&syslog] Fix possible cron delete query overflow | Simon Rettberg | 2017-11-15 | 1 | -3/+14 |
| | |||||
* | [statistics] Compat to old DB in conftgz hook | Simon Rettberg | 2017-05-10 | 1 | -19/+21 |
| | |||||
* | [statistics] Handle client screens, manage projectors | Simon Rettberg | 2017-04-06 | 1 | -0/+32 |
| | |||||
* | Modularize cron api | Simon Rettberg | 2016-08-22 | 1 | -0/+18 |
Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php |