From 7b0efee278b97634a76a5e9c2fd3c3c5599272e5 Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Tue, 6 Aug 2019 16:57:09 +0200
Subject: [PATCH] Update Readme.md

---
 Readme.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index c06afbe..ced1203 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,10 +1,16 @@
 # check-mk-postfix-logstats
 
-This is a fairly simple plugin for linux check_mk agents which parses your postfix logfile and returns a bunch of numbers.
+This is a fairly simple plugin for linux Check_MK agents which parses your postfix logfile and returns a bunch of numbers.
+It might not perform ideal, feel free to adapt and improve.
 
-# Installation
+## Installation
+
+Please note that this script needs permission to read your postfix log (`/var/log/mail.info` on Debian).
+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`
+* Go into your Check_MK installation and monitor the new service
 
+That's about it.
-- 
GitLab