From 24f37fe12683b5c0ca48863d9a476d8d032220a5 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 26 May 2024 11:46:35 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bad524..5ab3b14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[PACKAGE]: ../../raw/master/mkp/active_check_traceroute-0.0.2-20230607.mkp "active_check_traceroute-0.0.2-20230607.mkp" +[PACKAGE]: ../../raw/2.1.x/mkp/active_check_traceroute-0.0.2-20230607.mkp "active_check_traceroute-0.0.2-20230607.mkp" # Extended traceroute plugin This is a extension for the original CheckMK traceroute plugin (Routing) @@ -17,7 +17,7 @@ adds the following options: **Note: Source address and source interface uses the "shell=True" option in in the "subprocess.Popen" command. This is insecure, so be careful.** -To enable this options you need to uncomment the line `# shell = True` in [~/lib/nagios/plugins/check_traceroute](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/active_check_traceroute/-/blob/master/lib/nagios/plugins/check_traceroute) like this. +To enable this options you need to uncomment the line `# shell = True` in [~/lib/nagios/plugins/check_traceroute](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/active_check_traceroute/-/blob/2.1.x/lib/nagios/plugins/check_traceroute) like this. ``` if (source_int is not None) or (source_addr is not None): @@ -35,7 +35,7 @@ To enable this options you need to uncomment the line `# shell = True` in [~/lib * *state*: see original plugin -* *wato*: [(see WATO options)](/../../../-/raw/master/doc/wato.png "see sample screenshot") +* *wato*: [(see WATO options)](/../../../-/raw/2.1.x/img/wato.png "see sample screenshot") * *perfdata*: see original plugin -- GitLab