Skip to content
Snippets Groups Projects
Commit 84fc2c7c authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Fix installation instructions

parent 7b0efee2
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,12 @@ Please note that this script needs permission to read your postfix log (`/var/lo ...@@ -9,8 +9,12 @@ Please note that this script needs permission to read your postfix log (`/var/lo
So give it appropriate permissions. So give it appropriate permissions.
* Clone this repository into e.g. `/opt/check-mk-postfix-stats`. * Clone this repository into e.g. `/opt/check-mk-postfix-stats`.
* Edit the `settings.sh` (There is not much to do) * Edit the `settings.sh` (just check if the path to your logfile is okay)
* Symlink `postfix-stats.sh` to `/usr/lib/check_mk_agent/plugins` * 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 * Go into your Check_MK installation and monitor the new service
That's about it. That's about it.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment