summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol
Commit message (Collapse)AuthorAgeFilesLines
* [rebootcontrol] Show '-' for "subnet 2 subnet"-count if disabledSimon Rettberg2021-03-191-0/+4
|
* [locations/rebootcontrol] Inherit openingtimes for WOL/shutdownSimon Rettberg2021-03-192-56/+203
| | | | | | | | | | 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-173-13/+26
|
* [rebootcontrol] Simplify some logic, improve schedulerSimon Rettberg2021-03-173-96/+83Star
|
* [locations/rebootcontrol] FormattingSimon Rettberg2021-03-172-36/+55
|
* [rebootcontrol] Handle scheduler overlapsChristian Hofmaier2021-03-163-42/+85
| | | | | - Overlaps < 5 min are ignored, < 15 triggers reboot - Database: Make 1 line out of 2
* Update translationsSteffen Ritter2021-03-101-5/+5
|
* [rebootcontrol] Increase subnet delete timeoutSimon Rettberg2021-03-031-1/+1
|
* [rebootcontrol] add Scheduler Cron JobChristian Hofmaier2021-02-231-0/+23
|
* [rebootcontrol] calculate next execution time functionChristian Hofmaier2020-12-221-4/+31
|
* [rebootcontrol] rename scheduler table and associated queriesChristian Hofmaier2020-12-082-15/+15
|
* [locations] Add scheduler to openingtimes modalChristian Hofmaier2020-12-032-0/+67
| | | | | - only load/safe without further functionality - add backend to rebootcontrol
* [rebootcontrol] WOL: Make UDP-Port and c2c discovery configurableSimon Rettberg2020-09-036-21/+63
| | | | | | | | | 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.
* [serversetup-bwlp-ipxe/rebootcontrol] Fix translationsSimon Rettberg2020-09-032-5/+5
|
* [rebootcontrol] busybox timeout was patched to behave like coreutilsSimon Rettberg2020-08-261-1/+1
|
* [rebootcontrol] Set var, do not assume set by callerSimon Rettberg2020-05-151-0/+1
|
* [rebootcontrol] Wait until tasks finishSimon Rettberg2020-05-151-0/+10
|
* [rebootcontrol] Cleanup, TODOSimon Rettberg2020-05-151-37/+8Star
|
* [rebootcontrol] cron: Bail out if WOL listening failedSimon Rettberg2020-05-141-1/+1
|
* [rebootcontrol/statistics] Move subnet size handling to hookSimon Rettberg2020-04-271-0/+24
|
* [statistics] Fix subnet filter link in client listSimon Rettberg2020-04-221-1/+1
|
* [rebootcontrol] Add button to subnet list to show all matching clientsSimon Rettberg2020-04-222-2/+8
|
* [rebootcontrol] Update translations, fix typoSimon Rettberg2020-04-221-1/+1
|
* [rebootcontrol] wakeMachines(): Return machines that can't be reachedSimon Rettberg2020-04-161-1/+2
| | | | | | | | | | | A clumsy way to return a list of machines we can't wake, since their subnet is not reachable. This is required for the upcoming remoteaccess module, since it needs to know how many machines it could actually wake up. This needs some proper refactoring anyways, but we either need separate functions for building a wakeup plan and actually executing it, or change this method so it takes a binch of machines, but you can specify after how many machines it can actually reach, it should just stop and return.
* [rebootcontrol] Fix indirect subnet to subnet WOLSimon Rettberg2020-03-271-3/+3
| | | | | | | | The query for getting clients that can reach a client in another subnet was broken in that it didn't check for actual reachability from src to dst. Then the wrong array key was accessed when trying to wake clients via this method.
* Update translationsSimon Rettberg2020-02-272-2/+2
|
* [rebootcontrol] Add "delete subnet" buttonSimon Rettberg2020-02-276-0/+25
|
* [rebootcontrol] Add debug output to WOL job status pageSimon Rettberg2020-02-271-0/+20
|
* [rebootcontrol] Fix WOL within same subnetSimon Rettberg2020-02-271-0/+2
|
* [rebootcontrol] Fix WOL via jumphost (missing array index)Simon Rettberg2020-01-241-1/+1
| | | | | Lookup of jumphost depends on the hostid of the jumphost in its according array.
* [rebootcontrol] Try harder to silence notice about ref passingSimon Rettberg2020-01-241-2/+3
| | | | | Only variables should be passed by reference in .../rebootcontrol/inc/rebootcontrol.inc.php on line 295
* Update translationsSimon Rettberg2020-01-165-25/+87
|
* [rebootcontrol] Add missing closing tagSimon Rettberg2020-01-131-1/+1
|
* [rebootcontrol] Make use of conditionally showing error logSimon Rettberg2020-01-101-2/+4
|
* [rebootcontrol] Don't pass string "false" to WOL taskSimon Rettberg2020-01-101-2/+2
|
* [rebootcontrol] Implement deletion of jump hostSimon Rettberg2019-12-172-0/+16
|
* [rebootcontrol] Add help text to subnet listSimon Rettberg2019-12-173-7/+30
|
* Fix some more typosStefan Weil2019-12-162-3/+3
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [rebootcontrol] Fix incomplete querySimon Rettberg2019-12-131-1/+1
|
* [rebootcontrol] Minor UI tweaksSimon Rettberg2019-12-133-7/+5Star
|
* [rebootcontrol] Longer cooldown for client status updatesSimon Rettberg2019-12-133-8/+8
|
* [rebootcontrol] Only use Session to pass machine list to exec formwolSimon Rettberg2019-12-113-31/+33
|
* [rebootcontrol] Fix: Replace \r\n by \n for exec scriptSimon Rettberg2019-12-111-1/+1
|
* [rebootcontrol] Update translationsSimon Rettberg2019-12-112-1/+9
|
* [rebootcontrol] Refine exec status layoutSimon Rettberg2019-12-111-18/+26
|
* [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-109-58/+250
|
* [rebootcontrol] Fix jumphost script template (missing %)Simon Rettberg2019-12-101-1/+1
|
* [rebootcontrol] cron: Test jumphost availabilitySimon Rettberg2019-12-071-1/+14
|
* [rebootcontrol] Implement assigning subnets to jump hostSimon Rettberg2019-12-079-34/+121
| | | | | Also fix removing all jump hosts from a subnet. Update translations.