1st auto commit with script

This commit is contained in:
2026-03-07 17:23:29 +00:00
parent a8e26b4cd1
commit 027a303af1
3 changed files with 1 additions and 18 deletions

View File

@@ -1,9 +1,5 @@
#!/usr/bin/env python3
# pylint: disable=line-too-long, simplifiable-if-statement, missing-module-docstring, too-many-locals, unused-argument
from pprint import pprint
from cmk.utils import debug
# pylint: disable=line-too-long, simplifiable-if-statement, missing-module-docstring, too-many-locals
# import necessary elements from API version 2
from cmk.agent_based.v2 import (
@@ -65,8 +61,6 @@ def discover_mailcow_info(section):
def check_mailcow_info(params, section):
"""the check function"""
if debug.enabled():
pprint(section)
# get thresholds
_type, levels_num_domains = params["levels_num_domains"]
_type, levels_num_mailboxes = params["levels_num_mailboxes"]