From 8d39a23a49e159bc16d87acc9c5893df91a3417a Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 21 May 2023 15:54:21 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cb9038..b813828 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Squid Web Proxy -This CheckMK plugin monitors the prsformance of the _**Squid Web Proxy**_. This plugin is intended to use with the Agent Bakery of CheckMK. +This CheckMK plugin monitors the performance of the _**Squid Web Proxy**_. This plugin is intended to use with the Agent Bakery of CheckMK. ### Acnowlegement @@ -22,7 +22,9 @@ mkp enable squid VERSION In the Enterprise/Free/Cloud edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) -The agentplugin requieres the **squidclient** package to be installed in addition to the _**Squid Web Proxy**_. +If you are not using the Agent Bakery, you need to copy the `squid` agent plugin from `~/local/share/check_mk/agents/plugins/squid` of your CheckMK site to the check_mk agent path of your Squid server. This is usually `/usr/lib/check_mk_agent/plugins/` (Don't forget to make it executable). + +**Note**: The agent plugin requieres the **squidclient** package to be installed in addition to the _**Squid Web Proxy**_. --- ### Want to Contribute? -- GitLab