diff --git a/Readme.md b/Readme.md index ced120309144f0560441888aaf791439638d3be7..5d357ada8806a75eaa343b495ee06fa41e551a6d 100644 --- a/Readme.md +++ b/Readme.md @@ -9,8 +9,12 @@ Please note that this script needs permission to read your postfix log (`/var/lo So give it appropriate permissions. * Clone this repository into e.g. `/opt/check-mk-postfix-stats`. -* Edit the `settings.sh` (There is not much to do) -* Symlink `postfix-stats.sh` to `/usr/lib/check_mk_agent/plugins` +* Edit the `settings.sh` (just check if the path to your logfile is okay) +* Create a launcher for the plugin: +``` +echo /opt/check-mk-postfix-stats/postfix-stats.sh > /usr/lib/check_mk_agent/plugins/postfix-stats +chmod +x /usr/lib/check_mk_agent/plugins/postfix-stats +``` * Go into your Check_MK installation and monitor the new service That's about it.