From 7a9cbe6bdba66f13573d99981996f470362e278c Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme <jan.philipp@timme.it> Date: Thu, 8 Aug 2019 17:52:53 +0200 Subject: [PATCH] Add install hint to Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e041e29..e94687d 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ Please note that logstats-plugins need to be able to read some of your logfiles. Be prepared to handle your permissions. * Clone this repository into e.g. `/opt/check-mk-logstats`. -* Install the plugins you need by using the provided `install.sh`. It will create proper launcher scripts for you. +* Install the plugins you need by using the provided `install.sh`. It will create proper launcher scripts for you. Example: `./install.sh postfix-logstats.sh` * Go into your Check_MK installation and monitor the new service That's about it. -- GitLab