Merge pull request #40 from aleksasiriski/patch-2

This commit is contained in:
Joshua M. Boniface 2022-11-17 12:53:38 -05:00 committed by GitHub
commit 98d7763f03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -608,6 +608,7 @@ def run_control(config):
if len(fallback_processes) > 0:
host_mappings[0] = {
"hostname": "localhost (fallback)",
"servername": "localhost (fallback)",
"weight": 0,
"current_state": "fallback",
"commands": fallback_processes,