Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.