From c6676a629b77c0d62b1131a1ad3b830f9e190fae Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme <jan.philipp@timme.it> Date: Thu, 8 Aug 2019 17:34:21 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 663db1d..e041e29 100644 --- a/Readme.md +++ b/Readme.md @@ -1,18 +1,16 @@ -# check-mk-logstats +# check-mk-plugins This is a collection of simple plugins for linux Check_MK agents. -They parse a bunch of logfiles and extract numbers out of them, which Check_MK can graph out for you. - -It might not perform ideal, feel free to adapt and improve. +They might not be ideal, feel free to adapt and improve. ## Installation -Please note that the scripts need permissions to read your logfiles, so be prepared to handle that. +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`. -* Enable the plugins you want by copying their launchers into `/usr/lib/check_mk_agent/plugins/` -* Do NOT use symlinks, the bash scripts need their real CWD! +* Install the plugins you need by using the provided `install.sh`. It will create proper launcher scripts for you. * Go into your Check_MK installation and monitor the new service That's about it. -- GitLab