AutoSync from Dev System

This commit is contained in:
2026-03-07 17:37:28 +00:00
parent 9da31b7ec4
commit a88e918f85
12 changed files with 0 additions and 17 deletions

View File

@@ -2,10 +2,6 @@
# pylint: disable=line-too-long
"""HAL9002 checks for users"""
from pprint import pprint
from cmk.utils import debug
# import necessary elements from API version 2
from cmk.agent_based.v2 import (
AgentSection,
@@ -42,8 +38,6 @@ def discover_hal9002_users(section):
def check_hal9002_users(item, params, section):
"""the check function"""
if debug.enabled():
pprint(section)
attr = section.get(item)
if not attr:
# if a previously found user does not exist anymore, create a meaningful result