README fixes

This commit is contained in:
Michael Höß 2022-02-23 14:58:40 +01:00
parent 825701e285
commit 778fda7aea
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ But if you want to ensure
- has the expected output
- 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
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
- Compile the go program, if required, the src-dir: `go get .;go build .`
- `cp jobwatch /usr/loca/bin`
- `ln -s /usr/local/bin /usr/lib/check_agent/plugins`
- `cp jobwatch /usr/local/bin`
- `ln -s /usr/local/bin/jobwatch /usr/lib/check_agent/plugins`
On the check-mk server just deploy the provede .mkp, no further
config there is currently needed