From 2695466aadd32dbd3ceb1a170af51df16cf5baf7 Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Tue, 23 Jul 2024 08:42:32 +0200 Subject: [PATCH] Update yum.py Fix indentation error rendering the plugin completely unfunctional :wink: --- lib/python3/cmk/base/plugins/agent_based/yum.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/python3/cmk/base/plugins/agent_based/yum.py b/lib/python3/cmk/base/plugins/agent_based/yum.py index 32a43b8..7c309c9 100644 --- a/lib/python3/cmk/base/plugins/agent_based/yum.py +++ b/lib/python3/cmk/base/plugins/agent_based/yum.py @@ -225,11 +225,11 @@ def check_yum(params: Dict[str, int], section: Section): yield Result(state=State(level), summary="reboot required") - #### Use the API v1 "register" namspace to assign the various - #### processing sections of this python file to handle that various - #### data, - # set default parameters and the general details of the service. - register.check_plugin( +#### Use the API v1 "register" namspace to assign the various +#### processing sections of this python file to handle that various +#### data, +# set default parameters and the general details of the service. +register.check_plugin( # Set the unique name of the plugin name='yum', # Set the service name that is created on a host