From b219d77005e2211202371c3bf68f5f6784126d97 Mon Sep 17 00:00:00 2001 From: Shivdhwaj Pandey Date: Wed, 3 Oct 2018 10:07:39 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67832e7..f459b2e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Server-Alert This process will be run continuously in order to check file in a folder. -In order to close process, press ctrl + c. -To make build, Please run following command "mvn clean install" -Path and max_limit configurable. You can find in property file name "config.properties". +In order to close process, press **ctrl + c**. +To make build, Please run following command "**mvn clean install**" +Path and max_limit configurable. You can find in property file name "**config.properties**". ## Assumptions @@ -13,11 +13,11 @@ For example: date_time, server_id, cpu_usage, total_disk_space, used_disk_space, On this above assumption, getting value on this basis from file. -Property file path is hard coded. It is placed in constant file. File Name is "MonitorConstant". +Property file path is hard coded. It is placed in constant file. File Name is "**MonitorConstant**". ## Dependency You can find property file in zip file and placed it on F: folder if you have and run this build. If not please placed in -your local folder and change path in "MonitorConstant" file. +your local folder and change path in "**MonitorConstant**" file.