From a8046065020fafd9fda67d8714648da26ad1210a Mon Sep 17 00:00:00 2001 From: Cyberes Date: Fri, 21 Apr 2023 23:54:17 -0600 Subject: [PATCH] fix --- check_federation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)