From 3166f4a98e8cd73d555d33919b0037db97794dd9 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sun, 3 Sep 2017 15:00:39 +0200 Subject: [PATCH] update --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e90280d..dcc526a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Health checker for UNIX/Linux -Health checker for UNIX/Linux is a small framework of monitoring scripts (plugins). It is meant to be used for low latency & low frequency checks, it is easy to extend where necessary and it can be integrated with other toolsets (YMMV). +Health checker for UNIX/Linux is a small framework of monitoring scripts. It is meant to be used for low latency & low frequency checks, it is easy to extend where necessary (plugins) and it can be integrated with other toolsets. ## Requirements @@ -12,7 +12,7 @@ Health checker for UNIX/Linux is a small framework of monitoring scripts (plugin ## Build -Use the build templates & scripts in the build/ directory to roll your own packages. +Use the build templates & scripts in the `build/ directory to roll your own packages. ## Installation @@ -20,11 +20,11 @@ Use the build templates & scripts in the build/ directory to roll your own packa Install the core bundle: - swinstall -x mount_all_filesystems=false -d /tmp/hc-hpux-.sd HC-HPUX + swinstall -x mount_all_filesystems=false -s /tmp/hc-hpux-.sd \* Install the HP-UX plugin bundle: - swinstall -x mount_all_filesystems=false -d /tmp/hc-hpux-platform-.sd HC-PLATFORM + swinstall -x mount_all_filesystems=false -s /tmp/hc-hpux-platform-.sd \* ### Linux @@ -36,7 +36,7 @@ Install the core bundle: Install the Linux plugin bundle: yum localinstall hc-linux-platform-.noarch.rpm - zypper install hc-linux-.noarch.rpm + zypper install hc-linux-platform-.noarch.rpm ### AIX @@ -57,7 +57,7 @@ Additionally, there may be bundles for display or notification plugins, e.g.: * hc-notify-eif * hc-notify-sms -## Examples +## Execute (examples) * **Listing** available health checks: ``` @@ -103,3 +103,7 @@ Additionally, there may be bundles for display or notification plugins, e.g.: ``` /opt/hc/bin/check_health.sh --hc=check_hpux_root_crontab --run --notify=mail --mail-to="alert@acme.com" ``` + +## References + +More documentation can be found at http://www.kudos.be/Projects/Health_checker.html