Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit e296366b authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 44ee4397
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/freeradius-0.1.3-20240506.mkp "freeradius-0.1.3-20240506.mkp" [PACKAGE]: ../../raw/master/mkp/freeradius-0.1.3-20240507.mkp "freeradius-0.1.3-20240507.mkp"
[PYRADLIB]: ../../raw/master/mkp/pyrad-2.4.0-240421.mkp "pyrad-2.4.0-240421.mkp" [PYRADLIB]: ../../raw/master/mkp/pyrad-2.4.0-240421.mkp "pyrad-2.4.0-240421.mkp"
# FreeRADIUS # FreeRADIUS
......
File added
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
# 2024-05-06: fixed crash in _rate_attributes (missing values to unpack) # 2024-05-06: fixed crash in _rate_attributes (missing values to unpack)
# changed time output to render.datetime # changed time output to render.datetime
# 2024-05-07: changed max CMK version in package info to 2.3.0b1
from _collections_abc import Mapping, Sequence from _collections_abc import Mapping, Sequence
from json import loads as json_loads, JSONDecodeError from json import loads as json_loads, JSONDecodeError
......
...@@ -55,7 +55,7 @@ try: ...@@ -55,7 +55,7 @@ try:
except ModuleNotFoundError: except ModuleNotFoundError:
no_radiuslib = True no_radiuslib = True
VERSION = '0.1.1-20240430' VERSION = '0.1.3-20240507'
class Args(Namespace): class Args(Namespace):
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
'web': ['plugins/wato/agent_freeradiusi.py']}, 'web': ['plugins/wato/agent_freeradiusi.py']},
'name': 'freeradius', 'name': 'freeradius',
'title': 'FreeRADIUS special agent', 'title': 'FreeRADIUS special agent',
'version': '0.1.3-20240506', 'version': '0.1.3-20240507',
'version.min_required': '2.2.0b1', 'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24', 'version.packaged': '2.2.0p24',
'version.usable_until': '2.3.0b1'} 'version.usable_until': '2.3.0b1'}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment