1st auto commit with script

This commit is contained in:
2026-03-07 17:18:27 +00:00
parent 03ce6ff6e7
commit bd52c9775f
3 changed files with 0 additions and 14 deletions

View File

@@ -4,9 +4,6 @@
from collections.abc import Mapping
from typing import NotRequired, TypedDict
from pprint import pprint
from cmk.utils import debug
from cmk.agent_based.v2 import (
AgentSection,
@@ -46,8 +43,6 @@ def discover_nextcloud_database(section) -> DiscoveryResult:
def check_nextcloud_database(params, section) -> CheckResult:
if debug.enabled():
pprint(section)
for key in section:
if key == "database":
opcache_hit_rate = section[key]["opcache_hit_rate"]