From 5173f0ca0ce7be77bb4d1ff95d94f7dd6e3ac405 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Tue, 30 May 2023 19:04:37 +0000
Subject: [PATCH] Update README.md

---
 README.md | 40 +++++++++++++++++++++++++++++-----------
 1 file changed, 29 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index ab27a4c..ba0891e 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,42 @@
 # Check Point Maestro SG path distribution counters
 
-**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
-
 Monitors status of Check Point scalable platform Security Group (SG) path distribution counters
 
-Check Info:
+---
+### Check Info
 
 * *service*: this check creates one service for each performance counter, with the countername as item
----
+
 * *state*: allways **ok**
----
+
 * *wato*: [(see WATO options)](/../../../-/raw/master//doc/wato.png "see WATO options")
+
+* *perfdata*:
+    - asg_path_accel
+    - asg_path_medium
+    - asg_path_firewall
+    - asg_path_drop
+
 ---
-* *perfdata*:\
-asg_path_accel\
-asg_path_medium\
-asg_path_firewall\
-asg_path_drop
+### Download
+
+* [checkpoint_asg_path_distribution.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/check-point/maestro/checkpoint_asg_path_distribution/-/raw/master/checkpoint_asg_path_distribution.mkp "Download latest version")
 
-Sample output
+---                   
+### Installation
+
+You can install the package by uploading it to your CheckMK site and as site user run `mkp install checkpoint_asg_path_distribution.mkp`.
+
+
+In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
+
+---
+### Want to contribute?
+
+Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
+
+---
+### Sample output
 
 ![sample output](/doc/sample.png?raw=true "sample output")
 
-- 
GitLab