diff --git a/mkp/check_radius-0.1.1-20240428.mkp b/mkp/check_radius-0.1.1-20240428.mkp
index eb41f06b9cd46531cfa8f267a7cf3d78e009815a..e063feb21f1f60174744ab718c4bca80ae3c59c9 100644
Binary files a/mkp/check_radius-0.1.1-20240428.mkp and b/mkp/check_radius-0.1.1-20240428.mkp differ
diff --git a/source/gui/wato/check_parameters/check_radius.py b/source/gui/wato/check_parameters/check_radius.py
index c3092ecee7bb52f391faba2c9504e597abad67eb..3b09cec2b8d64f1843d20c355e1a15d1ad736149 100644
--- a/source/gui/wato/check_parameters/check_radius.py
+++ b/source/gui/wato/check_parameters/check_radius.py
@@ -7,7 +7,7 @@
 # Author: thl-cmk[at]outlook[dot]com
 # URL   : https://thl-cmk.hopto.org
 # Date  : 2024-04-21
-# File  : wato/active_checks_radius.py
+# File  : wato/checks_radius.py
 #
 # 2024-01-01: modified for cmk 2.2.x
 
diff --git a/source/lib/nagios/plugins/check_radius b/source/lib/nagios/plugins/check_radius
index 79568a9aa11d8421b98513a86b0afbd3c9c42751..e4e0158c115fabef81e18231b2edff24254915f7 100755
--- a/source/lib/nagios/plugins/check_radius
+++ b/source/lib/nagios/plugins/check_radius
@@ -13,6 +13,8 @@
 #
 # https://github.com/pyradius/pyrad
 #
+# 2024-04-29: removed dictionary.freeradius
+#
 
 from argparse import (
     ArgumentDefaultsHelpFormatter,
@@ -167,7 +169,7 @@ def main(args=None):
 
     if no_radiuslib:
         sys_stdout.write(
-            'To use this check plugin you need to install the python pyrad lib in your CMK python environment.(!!!)\n'
+            'To use this check plugin you need to install the python pyrad lib in your CMK python environment.(?)\n'
         )
         sys_exit(3)
 
diff --git a/source/lib/nagios/plugins/dictionary b/source/lib/nagios/plugins/dictionary
index f7a30cae93b7d47c1697415fa6dce42e35c6179c..c1dab16b172628ca1c9284c8bf0c03dcd9a4cc6c 100755
--- a/source/lib/nagios/plugins/dictionary
+++ b/source/lib/nagios/plugins/dictionary
@@ -53,7 +53,7 @@
 #$INCLUDE dictionary.usr
 #$INCLUDE dictionary.versanet
 #$INCLUDE dictionary.erx
-$INCLUDE dictionary.freeradius
+#$INCLUDE dictionary.freeradius
 #$INCLUDE dictionary.alcatel
 
 #
diff --git a/source/packages/check_radius b/source/packages/check_radius
index 7bbd0d9f0586195edf103d66f1957d02c39f6099..8d6f35dd482f66ffb49289d1d0455e8615607475 100644
--- a/source/packages/check_radius
+++ b/source/packages/check_radius
@@ -7,7 +7,10 @@
                 ' - checks response code, response time and number of response '
                 'attributes\n'
                 '\n'
-                'NOTE: this plugin needs _pyrad_ to work.\n',
+                'NOTE: this plugin needs _pyrad_ to work.\n'
+                '\n'
+                'For more information and the latest version see:\n'
+                'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/check_radius\n',
  'download_url': 'https://thl-cmk.hopto.org',
  'files': {'checks': ['check_radius'],
            'gui': ['metrics/check_radius.py',