summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/hooks/cron.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-1/+1
|
* [rebootcontrol] Make subnet deletion timoeut match that of machinesSimon Rettberg2023-09-211-1/+1
| | | | Closes #3941
* [rebootcontrol] Run reachability checks a little more oftenSimon Rettberg2022-05-241-2/+2
|
* [rebootcontrol] Show location for automated WOL test tasksSimon Rettberg2022-05-021-1/+2
|
* Moderize Database handlingSimon Rettberg2021-05-111-4/+4
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [locations/rebootcontrol] Inherit openingtimes for WOL/shutdownSimon Rettberg2021-03-191-26/+1Star
| | | | | | | | | | The opening times schedule is now inherited to child locations, so it's easy to toggle WOL or shutdown for individual rooms in a building, where you only have to set the opening times once for the entire building. As of now, WOL and shutdown settings are *not* inherited to child locations, as I'm not sure if you always want to inherit those by default. Closes #3710
* [locations/rebootcontrol] Change ENUM constants; display next eventSimon Rettberg2021-03-171-3/+5
|
* [rebootcontrol] Simplify some logic, improve schedulerSimon Rettberg2021-03-171-10/+6Star
|
* [locations/rebootcontrol] FormattingSimon Rettberg2021-03-171-6/+13
|
* [rebootcontrol] Handle scheduler overlapsChristian Hofmaier2021-03-161-3/+3
| | | | | - Overlaps < 5 min are ignored, < 15 triggers reboot - Database: Make 1 line out of 2
* [rebootcontrol] Increase subnet delete timeoutSimon Rettberg2021-03-031-1/+1
|
* [rebootcontrol] add Scheduler Cron JobChristian Hofmaier2021-02-231-0/+23
|
* [rebootcontrol] WOL: Make UDP-Port and c2c discovery configurableSimon Rettberg2020-09-031-0/+3
| | | | | | | | | The port setting only applies to WOL-packets sent from the satellite server. Testing the reachability of client subnets between each other is usually pointless, since a subnet that is reachable from another subnet can also be reached form the satelitte server, unless some fancy firewall rules are in place.
* [rebootcontrol] busybox timeout was patched to behave like coreutilsSimon Rettberg2020-08-261-1/+1
|
* [rebootcontrol] Wait until tasks finishSimon Rettberg2020-05-151-0/+10
|
* [rebootcontrol] cron: Bail out if WOL listening failedSimon Rettberg2020-05-141-1/+1
|
* [rebootcontrol] cron: Test jumphost availabilitySimon Rettberg2019-12-071-1/+14
|
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-071-0/+223
* Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end