From 1290f663749d0b71a2b2108af2a59f994cc3393a Mon Sep 17 00:00:00 2001 From: vishal kumar Date: Wed, 3 Feb 2021 17:46:50 +0530 Subject: [PATCH] add disk check as core check --- tasks/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/agent.py b/tasks/agent.py index 8e02178f7def..0bd7b8b3098d 100644 --- a/tasks/agent.py +++ b/tasks/agent.py @@ -47,6 +47,7 @@ AGENT_CORECHECKS = [ "cpu", "cri", + "disk", "file_handle", "go_expvar", "io",