From 9fed4ef7b4fec347b2f23567d398a66f46a40e1a Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Thu, 14 Mar 2019 13:36:12 +0100 Subject: [PATCH] README update --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 318816c..071f6e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

QList

# Health checker for UNIX/Linux - + 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 @@ -21,11 +21,11 @@ Use the build templates & scripts in the `build/` directory to roll your own pac ### HP-UX Install the core bundle: - + swinstall -x mount_all_filesystems=false -s /tmp/hc-hpux-.sd \* Install the HP-UX plugin bundle: - + swinstall -x mount_all_filesystems=false -s /tmp/hc-hpux-platform-.sd \* ### Linux @@ -36,7 +36,7 @@ Install the core bundle: zypper install hc-linux-.noarch.rpm Install the Linux plugin bundle: - + yum localinstall hc-linux-platform-.noarch.rpm zypper install hc-linux-platform-.noarch.rpm @@ -50,11 +50,22 @@ Install the AIX plugin bundle: installp -Xap -d hc-aix-platform- all -### Miscelleanous +### Exadata + +Install the core bundle: + + yum localinstall hc-linux-.noarch.rpm + +Install the Linux plugin bundle: + + yum localinstall hc-exadata-platform-.noarch.rpm + +### Miscellaneous Additionally, there may be bundles for display or notification plugins, e.g.: * hc-display-csv * hc-display-init +* hc-display-json * hc-display-terse * hc-notify-eif * hc-notify-sms @@ -100,7 +111,7 @@ Additionally, there may be bundles for display or notification plugins, e.g.: /opt/hc/bin/check_health.sh --report --today /opt/hc/bin/check_health.sh --report --id=20160704154001 --detail ``` - + * **Alerting** on failed health checks: ``` /opt/hc/bin/check_health.sh --hc=check_hpux_root_crontab --run --notify=mail --mail-to="alert@acme.com"