README fixes
This commit is contained in:
parent
825701e285
commit
778fda7aea
|
|
@ -14,7 +14,7 @@ But if you want to ensure
|
||||||
- has the expected output
|
- has the expected output
|
||||||
- only one instances executes in parallel
|
- only one instances executes in parallel
|
||||||
|
|
||||||
and want all this to be monitored with your CheckMK, you have to add a lot of plumping code.
|
and want all this to be monitored with your CheckMK, you have to add a lot of plumbing code.
|
||||||
|
|
||||||
jobwatch helps to migitate this problem. It wraps the execution of your script, and does
|
jobwatch helps to migitate this problem. It wraps the execution of your script, and does
|
||||||
all the rest for you, by providing output, which can be fed to CheckMK by the
|
all the rest for you, by providing output, which can be fed to CheckMK by the
|
||||||
|
|
@ -67,8 +67,8 @@ The config-config dir is When run as
|
||||||
|
|
||||||
## Deploying jobwatch
|
## Deploying jobwatch
|
||||||
- Compile the go program, if required, the src-dir: `go get .;go build .`
|
- Compile the go program, if required, the src-dir: `go get .;go build .`
|
||||||
- `cp jobwatch /usr/loca/bin`
|
- `cp jobwatch /usr/local/bin`
|
||||||
- `ln -s /usr/local/bin /usr/lib/check_agent/plugins`
|
- `ln -s /usr/local/bin/jobwatch /usr/lib/check_agent/plugins`
|
||||||
|
|
||||||
On the check-mk server just deploy the provede .mkp, no further
|
On the check-mk server just deploy the provede .mkp, no further
|
||||||
config there is currently needed
|
config there is currently needed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue