From cbfb6eca3c2bbab6b980c8265c1674bffb572be7 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 7 Jun 2023 08:13:05 +0000 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1b6da49..bdc3f24 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Extended traceroute plugin [(Download the MKP package)](/../../../-/raw/master/active_check_traceroute.mkp "Download MKP package") +# Extended traceroute plugin This is a extension for the original CheckMK traceroute plugin (Routing) @@ -28,17 +28,36 @@ To enable this options you need to uncomment the line `# shell = True` in [~/lib **Note**: the original TCP path trace option also needs root permisions. --- -Check Info: +### Check Info * *service*: creates the service **_Routing {item}_** with optional suffix as item ---- + * *state*: see original plugin ---- + * *wato*: [(see WATO options)](/../../../-/raw/master/doc/wato.png "see sample screenshot") ---- + * *perfdata*: see original plugin + +--- +### Download + +* [active_check_traceroute.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/active_check_traceroute/-/raw/master/active_check_traceroute.mkp "Download latest version") + +--- +### Installation + +You can install the package by uploading it to your CheckMK site and as site user run `mkp install active_check_traceroute.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  -- GitLab