From 43e989f39bd597c6aca83eebb2a4b7e3c9c55ded Mon Sep 17 00:00:00 2001 From: siddharthist Date: Sun, 27 Mar 2016 14:32:58 -0700 Subject: [PATCH] Update tests for process running check --- samples/misc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/misc.json b/samples/misc.json index eb92f79..a710d50 100644 --- a/samples/misc.json +++ b/samples/misc.json @@ -2,9 +2,9 @@ "Name": "Miscellaneous system checks", "Checklist" : [ { - "Name": "shell running check", + "Name": "process running check", "ID" : "running", - "Parameters": ["ps"] + "Parameters": ["distributive"] }, { "ID" : "phpConfig",