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

Update Readme.md

parent 20724ed6
No related branches found
No related tags found
No related merge requests found
# check-mk-logstats # check-mk-plugins
This is a collection of simple plugins for linux Check_MK agents. 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. They might not be ideal, feel free to adapt and improve.
It might not perform ideal, feel free to adapt and improve.
## Installation ## 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`. * 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/` * Install the plugins you need by using the provided `install.sh`. It will create proper launcher scripts for you.
* Do NOT use symlinks, the bash scripts need their real CWD!
* 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