update
This commit is contained in:
parent
52c79bb0c2
commit
3166f4a98e
16
README.md
16
README.md
@ -1,6 +1,6 @@
|
|||||||
# Health checker for UNIX/Linux
|
# 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
|
## Requirements
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ Health checker for UNIX/Linux is a small framework of monitoring scripts (plugin
|
|||||||
|
|
||||||
## Build
|
## 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
|
## Installation
|
||||||
|
|
||||||
@ -20,11 +20,11 @@ Use the build templates & scripts in the build/ directory to roll your own packa
|
|||||||
|
|
||||||
Install the core bundle:
|
Install the core bundle:
|
||||||
|
|
||||||
swinstall -x mount_all_filesystems=false -d /tmp/hc-hpux-<version>.sd HC-HPUX
|
swinstall -x mount_all_filesystems=false -s /tmp/hc-hpux-<version>.sd \*
|
||||||
|
|
||||||
Install the HP-UX plugin bundle:
|
Install the HP-UX plugin bundle:
|
||||||
|
|
||||||
swinstall -x mount_all_filesystems=false -d /tmp/hc-hpux-platform-<version>.sd HC-PLATFORM
|
swinstall -x mount_all_filesystems=false -s /tmp/hc-hpux-platform-<version>.sd \*
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ Install the core bundle:
|
|||||||
Install the Linux plugin bundle:
|
Install the Linux plugin bundle:
|
||||||
|
|
||||||
yum localinstall hc-linux-platform-<version>.noarch.rpm
|
yum localinstall hc-linux-platform-<version>.noarch.rpm
|
||||||
zypper install hc-linux-<version>.noarch.rpm
|
zypper install hc-linux-platform-<version>.noarch.rpm
|
||||||
|
|
||||||
### AIX
|
### AIX
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ Additionally, there may be bundles for display or notification plugins, e.g.:
|
|||||||
* hc-notify-eif
|
* hc-notify-eif
|
||||||
* hc-notify-sms
|
* hc-notify-sms
|
||||||
|
|
||||||
## Examples
|
## Execute (examples)
|
||||||
|
|
||||||
* **Listing** available health checks:
|
* **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"
|
/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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user