Add admin dashboard checks for Elasticsearch version (#17863)
This commit is contained in:
parent
b58db8f12e
commit
f65eaa5aae
3 changed files with 45 additions and 0 deletions
|
@ -5,6 +5,7 @@ class Admin::SystemCheck
|
|||
Admin::SystemCheck::DatabaseSchemaCheck,
|
||||
Admin::SystemCheck::SidekiqProcessCheck,
|
||||
Admin::SystemCheck::RulesCheck,
|
||||
Admin::SystemCheck::ElasticsearchCheck,
|
||||
].freeze
|
||||
|
||||
def self.perform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue