diff --git a/agents_plugins/robotmk.py b/agents_plugins/robotmk.py index 0fecdc6e..3a242d96 100755 --- a/agents_plugins/robotmk.py +++ b/agents_plugins/robotmk.py @@ -34,7 +34,7 @@ local_tz = datetime.utcnow().astimezone().tzinfo -ROBOTMK_VERSION = 'v1.3.1' +ROBOTMK_VERSION = 'v1.4.0' class RMKConfig: diff --git a/bakery/v1/robotmk.py b/bakery/v1/robotmk.py index 0ad17dca..c92f2546 100644 --- a/bakery/v1/robotmk.py +++ b/bakery/v1/robotmk.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # This file is part of the Robotmk project (https://www.robotmk.org) -ROBOTMK_VERSION = 'v1.3.1' +ROBOTMK_VERSION = 'v1.4.0' import cmk.utils.paths import os diff --git a/bakery/v2/robotmk.py b/bakery/v2/robotmk.py index e33dc99b..7b13ff5d 100644 --- a/bakery/v2/robotmk.py +++ b/bakery/v2/robotmk.py @@ -5,7 +5,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # This file is part of the Robotmk project (https://www.robotmk.org) -ROBOTMK_VERSION = 'v1.3.1' +ROBOTMK_VERSION = 'v1.4.0' from typing import Iterable, TypedDict, List from pathlib import Path diff --git a/checks/v1/robotmk b/checks/v1/robotmk index bff420ed..ade44afc 100644 --- a/checks/v1/robotmk +++ b/checks/v1/robotmk @@ -21,7 +21,7 @@ from collections import namedtuple iam = "robotmk" # DO NOT DELETE inventory_robotmk_rules = [] -ROBOTMK_VERSION = 'v1.3.1' +ROBOTMK_VERSION = 'v1.4.0' DEFAULT_SVC_PREFIX = 'Robot Framework E2E $SUITEID$SPACE-$SPACE' HTML_LOG_DIR = "%s/%s" % (os.environ['OMD_ROOT'], 'var/robotmk') diff --git a/checks/v2/robotmk.py b/checks/v2/robotmk.py index b1631f19..32b1b711 100644 --- a/checks/v2/robotmk.py +++ b/checks/v2/robotmk.py @@ -22,7 +22,7 @@ from cmk.base.plugins.agent_based.agent_based_api.v1 import * from cmk.utils.exceptions import MKGeneralException -ROBOTMK_VERSION = 'v1.3.1' +ROBOTMK_VERSION = 'v1.4.0' DEFAULT_SVC_PREFIX = 'Robot Framework E2E $SUITEID$SPACE-$SPACE' HTML_LOG_DIR = "%s/%s" % (os.environ['OMD_ROOT'], 'var/robotmk')