summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-0721-227/+975
| | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
* [statistics/rebootcontrol] Implement editing subnetSimon Rettberg2019-11-2716-232/+603
|
* [rebootcontrol] Start adding WOL functionalitySimon Rettberg2019-11-2215-373/+610
|
* Use collapse mode for translations, runmode, rebootcontrolSimon Rettberg2019-03-261-1/+2
| | | | Also shuffle around modules.
* [rebootcontrol] Fix NO_SUCH_INSTANCE handlingSimon Rettberg2018-04-251-1/+1
|
* [rebootcontrol] Nicer status list; list of all running jobsSimon Rettberg2018-04-258-46/+186
|
* [rebootcontrol] Fix keypair regen feedbackSimon Rettberg2018-04-251-2/+18
|
* [rebootcontrol] Try clients first that are known to be onlineSimon Rettberg2018-04-242-3/+9
| | | | | This prevents long delays if a large amount of clients is selected where the majority is offline.
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-3/+6
| | | | This is supposed to prevent unneeded js/css from being pulled in
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-3/+6
| | | | | | be accessible Closes #3340
* Update translationsSimon Rettberg2018-03-211-1/+1
|
* [rebootcontrol] Rewrite permission handling, simplify html/javascriptSimon Rettberg2018-02-1511-194/+172Star
|