Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
axelhahn committed Dec 19, 2023
1 parent a8c0ba3 commit 0b7fc35
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/20_Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LOGDIR | string | Ouput dir of all logfiles when using cronwrapper.<br>It is
SINGLEJOB | int | 0 or 1; 1=deny multiple execution of the same job (default)
HOOKDIR | string | set an absolute directory to the hooks directory; use it if you use a created a softlink for the cronwrapper to /usr/local/bin and want to point to the real install directory; default: ./hooks

For an optional rsync script to collect all logs of all servers on a central server (see [Cronlog-Sync](30_Usage/50_Cronlog-Sync.md)):
For an optional rsync script to collect all logs of all servers on a central server (see [Cronlog-Sync](40_More/50_Cronlog-Sync.md)):

Variable | type | description
--- |--- |---
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/30_Usage/50_Hooks.md → docs/40_More/50_Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Remark:
To send an email you need to install a mailer like sendmail or postfix locally and configure it to be able to send trusted emails via your smtp gateway.

Create a script as root eg. `hooks/after/on-error/send_email.sh`.

Make it executable `chmod 0755 hooks/after/on-error/send_email.sh`

Content of *send_email.sh*:
Expand Down
File renamed without changes.

0 comments on commit 0b7fc35

Please sign in to comment.