mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
puppet: Fix typo in name of missedmessage_emails consumer.
This has been present since this check was introduced in
45c9c3cc30
.
This commit is contained in:
@@ -396,7 +396,7 @@ define service {
|
||||
define service {
|
||||
use generic-service
|
||||
service_description Check RabbitMQ missedmessage email consumers
|
||||
check_command check_rabbitmq_consumers!missedmessage_email
|
||||
check_command check_rabbitmq_consumers!missedmessage_emails
|
||||
# Workaround weird checks 40s after first error causing alerts
|
||||
# from a single failure because cron hasn't run again yet
|
||||
max_check_attempts 3
|
||||
|
Reference in New Issue
Block a user