diff --git a/check_federation.py b/check_federation.py index 3087c3b..5dc0ddb 100644 --- a/check_federation.py +++ b/check_federation.py @@ -244,7 +244,7 @@ async def main() -> None: for x in prints: print(f'\n{x}', end=' ') - print(f"|'{bot1_hs_domain}_outbound'={bot1_output_msg}s;;; '{bot1_hs_domain}_inbound'={bot1_output_msg}s;;;") + print(f"|'{bot1_hs_domain}_outbound'={bot1_output_msg}s;;; '{bot1_hs_domain}_inbound'={bot2_output_msg}s;;;") sys.exit(nagios_output)