From e6a080a2b4d4651b8915d74e2ef88176e9641e0c Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 24 Apr 2019 14:46:48 +0200 Subject: [PATCH] Updates --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b69f6a..b9b9a5d 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ Health checker for UNIX/Linux is a small framework of monitoring scripts. It is ## Requirements -* ksh88/ksh93 (mksh/pdksh will work also but YMMV) +* *ksh88/ksh93* (mksh/pdksh will work also but YMMV) * some disk space for storing logs & event files -* system dependant tools/utilities (see individual health checks) -* UNIX cron or other scheduler -* execute as user root only +* system dependent tools/utilities (see individual health checks) +* UNIX *cron* or other scheduler +* execute as user *root* only -## Build +## Downloads -Use the build templates & scripts in the `build/` directory to roll your own packages. +See the [Release](https://github.com/patvdv/check_health/releases) page. ## Installation