From b6c4685b5bf4c3e3e02ad2f7535ece2f0b24933c Mon Sep 17 00:00:00 2001 From: meni2029 <56351431+meni2029@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:44:20 +0100 Subject: [PATCH] Add detect oid of C9800LCK9 for wlc_clients oid of C9800LCK9 is present in detect for cisco_wlc but missing for cisco_wlc_clients --- cmk/plugins/collection/agent_based/cisco_wlc_clients.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmk/plugins/collection/agent_based/cisco_wlc_clients.py b/cmk/plugins/collection/agent_based/cisco_wlc_clients.py index 3e62d93cccc..fb0c830c6bb 100644 --- a/cmk/plugins/collection/agent_based/cisco_wlc_clients.py +++ b/cmk/plugins/collection/agent_based/cisco_wlc_clients.py @@ -64,8 +64,9 @@ def parse_cisco_wlc_9800_clients( detect=any_of( equals(OID_sysObjectID, ".1.3.6.1.4.1.9.1.2391"), equals(OID_sysObjectID, ".1.3.6.1.4.1.9.1.2530"), - equals(OID_sysObjectID, ".1.3.6.1.4.1.9.1.2861"), equals(OID_sysObjectID, ".1.3.6.1.4.1.9.1.2669"), + equals(OID_sysObjectID, ".1.3.6.1.4.1.9.1.2860"), + equals(OID_sysObjectID, ".1.3.6.1.4.1.9.1.2861"), ), parse_function=parse_cisco_wlc_9800_clients, fetch=[