mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
check-rabbitmq-consumers: Add missing f on format string.
This commit is contained in:
committed by
Tim Abbott
parent
46a57e37aa
commit
1b10bf1921
@@ -65,5 +65,5 @@ for queue_name in consumers:
|
||||
atomic_nagios_write(
|
||||
"check-rabbitmq-consumers-" + queue_name,
|
||||
"critical" if consumers[queue_name] < target_count else "ok",
|
||||
"queue {queue_name} has {consumers[queue_name]} consumers, needs {target_count}",
|
||||
f"queue {queue_name} has {consumers[queue_name]} consumers, needs {target_count}",
|
||||
)
|
||||
|
Reference in New Issue
Block a user