BUG: Nutanix Prism Special Agent crashing on 2.3.0

CMK version: 2.3.0
OS version: Ubuntu 22.04

Error message: [special_prism] Agent exited with code 1: Agent failed - please submit a crash report! (Crash-ID: fc49d67a-06c1-11ef-88aa-57f2c89fca6e)

Output of “cmk --debug -vvn hostname”:

OMD[monitor]:~/share/check_mk/agents/special$ cmk --debug -vvn Nutanix-Prism
value store: synchronizing
Trying to acquire lock on /omd/sites/monitor/tmp/check_mk/counters/Nutanix-Prism
Got lock on /omd/sites/monitor/tmp/check_mk/counters/Nutanix-Prism
value store: loading from disk
Releasing lock on /omd/sites/monitor/tmp/check_mk/counters/Nutanix-Prism
Released lock on /omd/sites/monitor/tmp/check_mk/counters/Nutanix-Prism
Checkmk version 2.3.0
+ FETCHING DATA
  Source: SourceInfo(hostname='Nutanix-Prism', ipaddress='192.164.4.100', ident='special_prism', fetcher_type=<FetcherType.SPECIAL_AGENT: 6>, source_type=<SourceType.HOST: 1>)
[cpu_tracking] Start [7f4e5c30b200]
Read from cache: AgentFileCache(Nutanix-Prism, path_template=/omd/sites/monitor/tmp/check_mk/data_source_cache/special_prism/{hostname}, max_age=MaxAge(checking=0, discovery=90.0, inventory=90.0), simulation=False, use_only_cache=False, file_cache_mode=6)
Not using cache (does not exist)
Calling: /omd/sites/monitor/share/check_mk/agents/special/agent_prism --pwstore=6@0@/omd/sites/monitor/var/check_mk/passwords_merged@uuidbe75267c-4a18-4f16-ac32-48284b17ceaf --server 192.164.4.100 --username monitorntxprismmon --password '********************'
Get data from program
[cpu_tracking] Stop [7f4e5c30b200 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.48, children_system=0.05, elapsed=0.5700000002980232))]
  Source: SourceInfo(hostname='Nutanix-Prism', ipaddress='192.164.4.100', ident='piggyback', fetcher_type=<FetcherType.PIGGYBACK: 4>, source_type=<SourceType.HOST: 1>)
[cpu_tracking] Start [7f4e5c450bc0]
Read from cache: NoCache(Nutanix-Prism, path_template=/dev/null, max_age=MaxAge(checking=0.0, discovery=0.0, inventory=0.0), simulation=False, use_only_cache=False, file_cache_mode=1)
No piggyback files for 'Nutanix-Prism'. Skip processing.
No piggyback files for '192.164.4.100'. Skip processing.
Get piggybacked data
[cpu_tracking] Stop [7f4e5c450bc0 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.0))]
[cpu_tracking] Start [7f4e5cc398e0]
+ PARSE FETCHER RESULTS
  HostKey(hostname='Nutanix-Prism', source_type=<SourceType.HOST: 1>)  -> Add sections: []
Received no piggyback data
Containers DC01_HC3_Data007 PEND Check plug-in received no monitoring data
Containers DC01_HC3_Data011 PEND Check plug-in received no monitoring data
Containers DC01_HC3_Data012 PEND Check plug-in received no monitoring data
Containers DC01_HC4_Data005 PEND Check plug-in received no monitoring data
Containers NutanixManagementShare PEND Check plug-in received no monitoring data
Containers SelfServiceContainer PEND Check plug-in received no monitoring data
Containers default-container-90060466523836 PEND Check plug-in received no monitoring data
Prism Alerts         PEND Check plug-in received no monitoring data
Prism Cluster        PEND Check plug-in received no monitoring data
Storage Pool DEAG-HC-Pool10 PEND Check plug-in received no monitoring data
No piggyback files for 'Nutanix-Prism'. Skip processing.
No piggyback files for '192.164.4.100'. Skip processing.
[cpu_tracking] Stop [7f4e5cc398e0 - Snapshot(process=posix.times_result(user=0.009999999999999787, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.0))]
[special_prism] Agent exited with code 1: Agent failed - please submit a crash report! (Crash-ID: 2b6d907c-06c2-11ef-88aa-57f2c89fca6e)(!!), [piggyback] Success (but no data found for this host), Missing monitoring data for all plugins(!), execution time 0.6 sec | execution_time=0.570 user_time=0.010 system_time=0.000 children_user_time=0.480 children_system_time=0.050 cmk_time_ds=0.040 cmk_time_agent=0.000

I just updated to the new CheckMK Version. Everything runs very smooth exec for the integrated Prism Special Agent. It is configured via a rule in Setup → Agents → Other Integrations → Operating Systems → Nutanix Prism
Did there something go wrong with the update or have I missconfigured the check somehow?

In the old version 2.2.x the agent worked perfectly fine

Thank you all

Can you run the following as site user and share the output:

/omd/sites/monitor/share/check_mk/agents/special/agent_prism --pwstore=6@0@/omd/sites/monitor/var/check_mk/passwords_merged@uuidbe75267c-4a18-4f16-ac32-48284b17ceaf --server 192.164.4.100 --username monitorntxprismmon --password '********************' --debug

Sure, here you go;

OMD[monitor]:~/share/check_mk/agents/special$ /omd/sites/monitor/share/check_mk/agents/special/agent_prism --pwstore=6@0@/omd/sites/monitor/var/check_mk/passwords_merged@uuidbe75267c-4a18-4f16-ac32-48284b17ceaf --server 192.164.4.100 --username monitorntxprismmon --password '********************' --debug
Traceback (most recent call last):
  File "/omd/sites/monitor/share/check_mk/agents/special/agent_prism", line 11, in <module>
    sys.exit(main())
             ^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/agent_prism.py", line 172, in main
    return special_agent_main(parse_arguments, agent_prism_main)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/agent_common.py", line 171, in special_agent_main
    return _special_agent_main_core(parse_arguments, main_fn, argv or sys.argv[1:])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/agent_common.py", line 148, in _special_agent_main_core
    return main_fn(args)
           ^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/agent_prism.py", line 139, in agent_prism_main
    output_containers(requester_v1)
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/agent_prism.py", line 45, in output_containers
    obj = requester.get("containers")
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/request_helper.py", line 113, in get
    response = self._opener.open(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 515, in open
    response = self._open(req, data)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 532, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 492, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/request_helper.py", line 81, in https_open
    return self.do_open(self.get_connection, req)  # type: ignore[arg-type]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 1348, in do_open
    r = h.getresponse()
        ^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/http/client.py", line 1428, in getresponse
    response.begin()
  File "/omd/sites/monitor/lib/python3.12/http/client.py", line 331, in begin
    version, status, reason = self._read_status()
                              ^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/http/client.py", line 300, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

Did you left the port intentionally in the command or its not needed?

We use the default Port 9440, it makes no difference if I specify it or not. I tried both ways.

The output from the command should be different:
Can you run this?

/omd/sites/monitor/share/check_mk/agents/special/agent_prism --pwstore=6@0@/omd/sites/monitor/var/check_mk/passwords_merged@uuidbe75267c-4a18-4f16-ac32-48284b17ceaf --server 192.164.4.100 --port 9440 --username monitorntxprismmon --password '********************' --debug --verbose

Pretty much the same.

OMD[monitor]:~/share/check_mk/agents/special$ /omd/sites/monitor/share/check_mk/agents/special/agent_prism --pwstore=6@0@/omd/sites/monitor/var/check_mk/passwords_merged@uuidbe75267c-4a18-4f16-ac32-48284b17ceaf --server 192.164.4.100 --username monitorntxprismmon --password '********************' --debug --verbose --port 9440
INFO 2024-04-30 08:29:02 root: running file /omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/agent_common.py
INFO 2024-04-30 08:29:02 root: using Python interpreter v3.12.3.final.0 at /omd/sites/monitor/bin/python3
INFO 2024-04-30 08:29:02 agent_prism: setup HTTPS connection..
INFO 2024-04-30 08:29:02 agent_prism: fetch and write container info..
Traceback (most recent call last):
  File "/omd/sites/monitor/share/check_mk/agents/special/agent_prism", line 11, in <module>
    sys.exit(main())
             ^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/agent_prism.py", line 172, in main
    return special_agent_main(parse_arguments, agent_prism_main)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/agent_common.py", line 171, in special_agent_main
    return _special_agent_main_core(parse_arguments, main_fn, argv or sys.argv[1:])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/agent_common.py", line 148, in _special_agent_main_core
    return main_fn(args)
           ^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/agent_prism.py", line 139, in agent_prism_main
    output_containers(requester_v1)
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/agent_prism.py", line 45, in output_containers
    obj = requester.get("containers")
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/request_helper.py", line 113, in get
    response = self._opener.open(request)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 515, in open
    response = self._open(req, data)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 532, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 492, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/special_agents/v0_unstable/request_helper.py", line 81, in https_open
    return self.do_open(self.get_connection, req)  # type: ignore[arg-type]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/urllib/request.py", line 1348, in do_open
    r = h.getresponse()
        ^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/http/client.py", line 1428, in getresponse
    response.begin()
  File "/omd/sites/monitor/lib/python3.12/http/client.py", line 331, in begin
    version, status, reason = self._read_status()
                              ^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3.12/http/client.py", line 300, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

Do I maybe have a wrong dependency version?

OMD[monitor]:~/share/check_mk/agents/special$ pip3 freeze
aiohttp==3.9.5
aiosignal==1.3.1
annotated-types==0.5.0
anyio==4.3.0
apispec==6.4.0
apispec-oneofschema==3.0.0
attrs==23.2.0
azure-core==1.30.1
azure-identity==1.12.0
azure-storage-blob==12.15.0
bcrypt==4.1.2
black==24.3.0
blinker==1.7.0
boto3==1.34.15
botocore==1.34.15
cached-property==1.5.2
cachetools==5.3.3
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cmk-agent-based @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/335/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_agent-based
cmk-agent-receiver @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/321/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_agent-receiver
cmk-graphing @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/389/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_graphing
cmk-livestatus-client @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/396/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_livestatus-client
cmk-mkp-tool @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/427/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_mkp-tool
cmk-rulesets @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/434/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_rulesets
cmk-server-side-calls @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/431/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_server-side-calls
cmk-werks @ file:///home/jenkins/.cache/bazel/_bazel_jenkins/c6389d939769d091dfe99c4ec1f2a83f/sandbox/processwrapper-sandbox/319/execroot/omd_packages/tmp/bazel-out/k8-fastbuild/bin/omd/packages/python3-modules/compiled_werks
cryptography==42.0.4
Cython==0.29.34
decorator==5.1.1
defusedxml==0.7.1
dicttoxml==1.7.16
dnspython==2.6.1
docstring_parser==0.15
elementpath==4.4.0
exchangelib==5.2.1
fastapi==0.110.1
feedparser==6.0.10
fido2==1.1.2
Flask==3.0.2
frozenlist==1.4.1
gitdb==4.0.11
GitPython==3.1.43
google-api-core==2.10.1
google-api-python-client==2.126.0
google-auth==2.17.1
google-auth-httplib2==0.2.0
google-cloud-access-context-manager==0.1.14
google-cloud-asset==3.14.0
google-cloud-monitoring==2.11.1
google-cloud-org-policy==1.4.1
google-cloud-os-config==1.12.2
googleapis-common-protos==1.56.4
grpc-google-iam-v1==0.12.4
grpcio==1.62.1
grpcio-status==1.48.2
gssapi==1.8.3
gunicorn==22.0.0
h11==0.14.0
httplib2==0.22.0
icalendar==5.0.7
idna==3.4
isodate==0.6.1
itsdangerous==2.1.2
Jinja2==3.1.3
jira==3.5.0
jmespath==0.10.0
jsonpatch==1.33
jsonpath-rw==1.4.0
jsonpointer==2.4
jsonschema==4.21.1
jsonschema-path==0.3.2
jsonschema-specifications==2023.12.1
krb5==0.5.1
kubernetes==21.7.0
lazy-object-proxy==1.10.0
looseversion==1.2.0
lxml==4.9.3
Markdown==3.6
MarkupSafe==2.1.2
marshmallow==3.19.0
marshmallow-oneofschema==3.0.1
meraki==1.41.0
more-itertools==9.1.0
msal==1.26.0
msal-extensions==1.1.0
multidict==6.0.4
mypy_extensions==1.0.0
netapp-ontap @ git+https://github.com/Checkmk/netapp-ontap-cmk.git@e38ce4ce357ad2ea8f47260c269757f8805bdbce
numpy==1.26.2
oauthlib==3.2.2
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
opsgenie-sdk==2.1.5
packaging==24.0
paho-mqtt==1.6.1
paramiko==3.4.0
pathable==0.4.3
pathspec==0.12.1
pbr==5.11.1
pillow==10.3.0
platformdirs==4.2.0
ply==3.11
portalocker==2.8.2
proto-plus==1.23.0
protobuf==3.20.1
psutil==5.9.4
psycopg2-binary==2.9.6
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyasyncore==1.0.4
pycparser==2.22
pydantic==2.5.2
pydantic_core==2.14.5
pyghmi==1.5.60
Pygments==2.17.2
PyJWT==2.8.0
pymssql==2.2.11
PyMySQL==1.0.3
PyNaCl==1.5.0
pyOpenSSL==24.0.0
pyparsing==3.0.9
pypdf==4.0.0
pyprof2calltree==1.4.5
pyrsistent==0.19.3
pysaml2==7.5.0
pysmb==1.2.9.1
pysmi-lextudio==1.1.13
pysnmp-lextudio==5.0.31
pysnmpcrypto==0.0.4
pyspnego==0.10.2
python-active-directory==2.0.1
python-dateutil==2.8.2
python-ldap==3.4.3
python-multipart==0.0.9
python-snap7==1.3
pytz==2023.3
PyYAML==6.0.1
recurring_ical_events==2.0.2
redfish==3.2.2
redis==4.5.4
referencing==0.31.1
reportlab==3.6.13
requests==2.31.0
requests-kerberos==0.14.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
requests-unixsocket==0.3.0
requests_ntlm==1.2.0
rfc3339_validator==0.1.4
roman==4.0
rpds-py==0.18.0
rrdtool==0.1.10
rsa==4.9
s3transfer==0.10.0
setproctitle==1.3.2
setuptools==69.5.1
setuptools_scm==4.1.2
sgmllib3k==1.0.0
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
snmpsim-lextudio==1.0.5
starlette==0.37.2
tenacity==8.2.2
tqdm==4.66.2
typing_extensions==4.9.0
tzdata==2024.1
tzlocal==5.2
uritemplate==4.1.1
urllib3==1.26.18
uvicorn==0.20.0
vcrpy==6.0.0
websocket-client==1.5.1
Werkzeug==3.0.1
wrapt==1.15.0
x_wr_timezone==0.0.7
xmlschema==2.5.1
xmltodict==0.13.0
yarl==1.9.3
zipp==3.15.0

What does “find -L ~/local” shows up ?

A very long list: :smiley:

OMD[monitor]:~/share/check_mk/agents/special$ find -L ~/local
/omd/sites/monitor/local
/omd/sites/monitor/local/share
/omd/sites/monitor/local/share/check_mk
/omd/sites/monitor/local/share/check_mk/notifications
/omd/sites/monitor/local/share/check_mk/notifications/log
/omd/sites/monitor/local/share/check_mk/checks
/omd/sites/monitor/local/share/check_mk/enabled_packages
/omd/sites/monitor/local/share/check_mk/enabled_packages/ACME_Status-1.0.0.mkp
/omd/sites/monitor/local/share/check_mk/locale
/omd/sites/monitor/local/share/check_mk/inventory
/omd/sites/monitor/local/share/check_mk/agents
/omd/sites/monitor/local/share/check_mk/agents/bakery
/omd/sites/monitor/local/share/check_mk/agents/linux
/omd/sites/monitor/local/share/check_mk/agents/linux/alert_handlers
/omd/sites/monitor/local/share/check_mk/agents/special
/omd/sites/monitor/local/share/check_mk/agents/plugins
/omd/sites/monitor/local/share/check_mk/pnp-rraconf
/omd/sites/monitor/local/share/check_mk/web
/omd/sites/monitor/local/share/check_mk/web/plugins
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/hsm_cryptoserver_time.py
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/hsm_cslan_time.py
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/hsm_cryptoserver_transactions.py
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/hsm_cryptoserver_temp.py
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/hsm_cpu_temp.py
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/kms_licenses.py
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/hsm_connected_clients.py
/omd/sites/monitor/local/share/check_mk/web/plugins/perfometer/hsm_fan_speed.py
/omd/sites/monitor/local/share/check_mk/web/plugins/dashboard
/omd/sites/monitor/local/share/check_mk/web/plugins/pages
/omd/sites/monitor/local/share/check_mk/web/plugins/wato
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/yum.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/http_remote.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/open_ports.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/hsm_version.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/ipv6_status.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/dpkg_packages.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/certificates.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/kms_licenses.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/hsm_connected_clients.py
/omd/sites/monitor/local/share/check_mk/web/plugins/wato/apt_update.py
/omd/sites/monitor/local/share/check_mk/web/plugins/visuals
/omd/sites/monitor/local/share/check_mk/web/plugins/views
/omd/sites/monitor/local/share/check_mk/web/plugins/config
/omd/sites/monitor/local/share/check_mk/web/plugins/icons
/omd/sites/monitor/local/share/check_mk/web/plugins/sidebar
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/hsm_cryptoserver_time.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/hsm_cslan_time.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/hsm_cryptoserver_transactions.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/hsm_cryptoserver_temp.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/hsm_cpu_temp.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/kms_licenses.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/hsm_connected_clients.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/hsm_fan_speed.py
/omd/sites/monitor/local/share/check_mk/web/plugins/metrics/units.py
/omd/sites/monitor/local/share/check_mk/web/htdocs
/omd/sites/monitor/local/share/check_mk/web/htdocs/images
/omd/sites/monitor/local/share/check_mk/web/htdocs/themes
/omd/sites/monitor/local/share/check_mk/reporting
/omd/sites/monitor/local/share/check_mk/reporting/images
/omd/sites/monitor/local/share/check_mk/pnp-templates
/omd/sites/monitor/local/share/check_mk/mibs
/omd/sites/monitor/local/share/check_mk/alert_handlers
/omd/sites/monitor/local/share/check_mk/checkman
/omd/sites/monitor/local/share/diskspace
/omd/sites/monitor/local/share/snmp
/omd/sites/monitor/local/share/snmp/mibs
/omd/sites/monitor/local/share/nagios
/omd/sites/monitor/local/share/nagios/htdocs
/omd/sites/monitor/local/share/nagios/htdocs/theme
/omd/sites/monitor/local/share/nagios/htdocs/theme/images
/omd/sites/monitor/local/share/nagios/htdocs/theme/stylesheets
/omd/sites/monitor/local/share/nagvis
/omd/sites/monitor/local/share/nagvis/htdocs
/omd/sites/monitor/local/share/nagvis/htdocs/server
/omd/sites/monitor/local/share/nagvis/htdocs/server/core
/omd/sites/monitor/local/share/nagvis/htdocs/server/core/classes
/omd/sites/monitor/local/share/nagvis/htdocs/server/core/classes/objects
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/gadgets
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/images
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/images/maps
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/images/shapes
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/images/iconsets
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/scripts
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/templates
/omd/sites/monitor/local/share/nagvis/htdocs/userfiles/styles
/omd/sites/monitor/local/share/doc
/omd/sites/monitor/local/share/doc/check_mk
/omd/sites/monitor/local/bin
/omd/sites/monitor/local/lib
/omd/sites/monitor/local/lib/apache
/omd/sites/monitor/local/lib/check_mk
/omd/sites/monitor/local/lib/check_mk/gui
/omd/sites/monitor/local/lib/check_mk/gui/plugins
/omd/sites/monitor/local/lib/check_mk/gui/plugins/dashboard
/omd/sites/monitor/local/lib/check_mk/gui/plugins/views
/omd/sites/monitor/local/lib/check_mk/gui/plugins/views/host
/omd/sites/monitor/local/lib/check_mk/gui/plugins/reports
/omd/sites/monitor/local/lib/check_mk/special_agents
/omd/sites/monitor/local/lib/check_mk/special_agents/__pycache__
/omd/sites/monitor/local/lib/check_mk/special_agents/__pycache__/agent_prism.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/cee
/omd/sites/monitor/local/lib/check_mk/cee/dcd
/omd/sites/monitor/local/lib/check_mk/cee/dcd/plugins
/omd/sites/monitor/local/lib/check_mk/cee/dcd/plugins/connectors
/omd/sites/monitor/local/lib/check_mk/base
/omd/sites/monitor/local/lib/check_mk/base/plugins
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/yum.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/http_remote.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/acmetest.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/open_ports.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_fans.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_battery_state.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_version.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cryptoserver_state.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cryptoserver_time.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/ipv6_status.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/splunk_read.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cslan_time.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cryptoserver_transactions.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/entropy_avail.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/galera_sequences.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_operating_mode.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/dpkg_packages.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cryptoserver_temp.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/certificates.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cryptoserver_alarm_state.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_powersupply_state.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/ocsp.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cpu_temp.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_containers.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_host_disks.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/yum.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ocsp.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_test.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_host_usage.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/kms_licenses.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_version.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/kms_licenses.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/apt_update.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/esttest.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/certificates.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/open_ports.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_protection_domains.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_cluster_io.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/pipeline_status.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/acmetest.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_vm.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ocsp.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_cluster_cpu.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/splunk_read.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/certificates.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_version_check.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_vm_tools.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/apt_update.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ocsp.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/http_remote.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/yum.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_info.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/http_remote.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/http_remote.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/splunk_read.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_version.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_remote_support.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_hosts.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_version.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/acmetest.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/esttest.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_cluster_mem.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/yum.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/pipeline_status.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_vm_status.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_vm_stats.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_host.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/open_ports.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/yum.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_storage_pools.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_alerts.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/http_remote.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_host_stats.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/open_ports.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_host_networks.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/open_ports.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/certificates.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_vms.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/apt_update.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/ocsp.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/splunk_read.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/certificates.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_version.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-38.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/apt_update.cpython-311.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/prism_ha.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/__pycache__/splunk_read.cpython-39.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/kms_licenses.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/utils
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/utils/__pycache__
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/utils/__pycache__/prism.cpython-312.pyc
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/pipeline_status.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_connected_clients.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/esttest.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/apt_update.py
/omd/sites/monitor/local/lib/check_mk/base/plugins/agent_based/hsm_cryptoserver_module_state.py
/omd/sites/monitor/local/lib/check_mk/plugins
/omd/sites/monitor/local/lib/python
/omd/sites/monitor/local/lib/nagios
/omd/sites/monitor/local/lib/nagios/plugins
/omd/sites/monitor/local/lib/python3
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/METADATA
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/RECORD
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/REQUESTED
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/WHEEL
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/top_level.txt
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/metadata.json
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/DESCRIPTION.rst
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/LICENSE.txt
/omd/sites/monitor/local/lib/python3/jmespath-0.10.0.dist-info/INSTALLER
/omd/sites/monitor/local/lib/python3/bin
/omd/sites/monitor/local/lib/python3/bin/jp.py
/omd/sites/monitor/local/lib/python3/bin/__pycache__
/omd/sites/monitor/local/lib/python3/bin/__pycache__/jp.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info/METADATA
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info/RECORD
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info/licenses
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info/licenses/LICENSE
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info/REQUESTED
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info/WHEEL
/omd/sites/monitor/local/lib/python3/looseversion-1.2.0.dist-info/INSTALLER
/omd/sites/monitor/local/lib/python3/cmk
/omd/sites/monitor/local/lib/python3/cmk/gui
/omd/sites/monitor/local/lib/python3/cmk/gui/plugins
/omd/sites/monitor/local/lib/python3/cmk/gui/plugins/dashboard
/omd/sites/monitor/local/lib/python3/cmk/gui/plugins/views
/omd/sites/monitor/local/lib/python3/cmk/gui/plugins/views/host
/omd/sites/monitor/local/lib/python3/cmk/gui/plugins/reports
/omd/sites/monitor/local/lib/python3/cmk/special_agents
/omd/sites/monitor/local/lib/python3/cmk/special_agents/__pycache__
/omd/sites/monitor/local/lib/python3/cmk/special_agents/__pycache__/agent_prism.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/cee
/omd/sites/monitor/local/lib/python3/cmk/cee/dcd
/omd/sites/monitor/local/lib/python3/cmk/cee/dcd/plugins
/omd/sites/monitor/local/lib/python3/cmk/cee/dcd/plugins/connectors
/omd/sites/monitor/local/lib/python3/cmk/base
/omd/sites/monitor/local/lib/python3/cmk/base/plugins
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/yum.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/http_remote.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/acmetest.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/open_ports.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_fans.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_battery_state.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_version.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cryptoserver_state.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cryptoserver_time.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/ipv6_status.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/splunk_read.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cslan_time.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cryptoserver_transactions.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/entropy_avail.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/galera_sequences.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_operating_mode.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/dpkg_packages.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cryptoserver_temp.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/certificates.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cryptoserver_alarm_state.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_powersupply_state.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/ocsp.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cpu_temp.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_containers.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_host_disks.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/yum.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ocsp.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_test.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_host_usage.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/kms_licenses.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_version.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/kms_licenses.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/apt_update.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/esttest.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/certificates.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/open_ports.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_protection_domains.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_cluster_io.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/pipeline_status.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/acmetest.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_vm.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ocsp.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_cluster_cpu.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/splunk_read.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/certificates.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_version_check.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_vm_tools.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/apt_update.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ocsp.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/http_remote.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/yum.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_info.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/galera_sequences.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/http_remote.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/http_remote.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/splunk_read.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cslan_time.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cpu_temp.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_version.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_remote_support.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_hosts.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_version.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/acmetest.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/esttest.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_fans.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_cluster_mem.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/yum.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/pipeline_status.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_vm_status.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_vm_stats.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_alarm_state.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_host.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/open_ports.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/yum.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ipv6_status.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_storage_pools.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_alerts.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_state.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_connected_clients.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/http_remote.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_host_stats.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_operating_mode.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/open_ports.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_host_networks.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/open_ports.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_temp.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/certificates.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_vms.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/entropy_avail.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/apt_update.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_time.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/ocsp.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/splunk_read.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_module_state.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/dpkg_packages.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/certificates.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_version.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_battery_state.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_cryptoserver_transactions.cpython-38.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/hsm_powersupply_state.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/apt_update.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/prism_ha.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/__pycache__/splunk_read.cpython-39.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/kms_licenses.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/utils
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/utils/__pycache__
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/utils/__pycache__/prism.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/pipeline_status.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_connected_clients.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/esttest.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/apt_update.py
/omd/sites/monitor/local/lib/python3/cmk/base/plugins/agent_based/hsm_cryptoserver_module_state.py
/omd/sites/monitor/local/lib/python3/cmk/plugins
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info/METADATA
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info/RECORD
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info/REQUESTED
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info/WHEEL
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info/top_level.txt
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info/LICENSE.txt
/omd/sites/monitor/local/lib/python3/jmespath-1.0.1.dist-info/INSTALLER
/omd/sites/monitor/local/lib/python3/looseversion
/omd/sites/monitor/local/lib/python3/looseversion/__init__.py
/omd/sites/monitor/local/lib/python3/looseversion/py.typed
/omd/sites/monitor/local/lib/python3/looseversion/__pycache__
/omd/sites/monitor/local/lib/python3/looseversion/__pycache__/__init__.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/looseversion/__pycache__/__init__.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/looseversion/__init__.pyi
/omd/sites/monitor/local/lib/python3/jmespath
/omd/sites/monitor/local/lib/python3/jmespath/compat.py
/omd/sites/monitor/local/lib/python3/jmespath/parser.py
/omd/sites/monitor/local/lib/python3/jmespath/functions.py
/omd/sites/monitor/local/lib/python3/jmespath/exceptions.py
/omd/sites/monitor/local/lib/python3/jmespath/ast.py
/omd/sites/monitor/local/lib/python3/jmespath/__init__.py
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/lexer.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/__init__.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/ast.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/functions.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/compat.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/exceptions.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/visitor.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/compat.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/exceptions.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/parser.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/__init__.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/ast.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/parser.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/lexer.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/visitor.cpython-312.pyc
/omd/sites/monitor/local/lib/python3/jmespath/__pycache__/functions.cpython-311.pyc
/omd/sites/monitor/local/lib/python3/jmespath/visitor.py
/omd/sites/monitor/local/lib/python3/jmespath/lexer.py
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info/METADATA
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info/RECORD
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info/licenses
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info/licenses/LICENSE
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info/REQUESTED
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info/WHEEL
/omd/sites/monitor/local/lib/python3/looseversion-1.1.2.dist-info/INSTALLER
/omd/sites/monitor/local/lib/python3/cmk_addons
/omd/sites/monitor/local/lib/python3/cmk_addons/plugins
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info/METADATA
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info/RECORD
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info/licenses
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info/licenses/LICENSE
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info/REQUESTED
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info/WHEEL
/omd/sites/monitor/local/lib/python3/looseversion-1.3.0.dist-info/INSTALLER

Lets do a simple test. Create a fresh 2.3.0 (test site) on the same server and repeat the below command:

OMD[test]:~/share/check_mk/agents/special$ /omd/sites/test/share/check_mk/agents/special/agent_prism --server 192.164.4.100 --username monitorntxprismmon --password ‘yourpassword’ --port 9440 --debug --verbose

Does it work ?

Sadly, no. It fails with the exact same error.

Can you submit the crash report ? Then we can look into this internally.

One last test. If you create a fresh 2.2.0p24 and repeat the same command, does it work then ?

I used p25 and got this result:

INFO 2024-04-30 09:07:47 root: running file /omd/sites/test2/lib/python3/cmk/special_agents/utils/agent_common.py
INFO 2024-04-30 09:07:47 root: using Python interpreter v3.11.5.final.0 at /omd/sites/test2/bin/python3
INFO 2024-04-30 09:07:47 agent_prism: setup HTTPS connection..
INFO 2024-04-30 09:07:47 agent_prism: fetch and write container info..
<<<prism_containers:sep(124)>>>
name|usage|capacity
NutanixManagementShare|69449947136|14128740590672
DC01_HC3_Data007|1035072037888|6597069766656
DC01_HC3_Data011|690548514816|3298534883328
DC01_HC3_Data012|1449703833600|3298534883328
DC01_HC4_Data005|1144608784384|3298534883328
SelfServiceContainer|7691534336|14066982177872
default-container-90060466523836|0|14059290643536
INFO 2024-04-30 09:07:47 agent_prism: fetch and write alerts..
<<<prism_alerts:sep(0)>>>
["timestamp", "severity", "message", "context"]
[1713600229216160, "kWarning", "Found 2 clones related to protection domain DC01_HC3_Data012_1702469106654 which are older than the currently configured threshold of 7 days.", {}]
[1713600229148496, "kWarning", "Found 2 clones related to protection domain DC01_HC3_Data007_1702469107388 which are older than the currently configured threshold of 7 days.", {}]
INFO 2024-04-30 09:07:48 agent_prism: fetch and write cluster info..
<<<prism_info:sep(124)>>>
name|version
DEAG-HC-Cluster10|6.5.5.5
INFO 2024-04-30 09:07:48 agent_prism: fetch and write storage_pools..
<<<prism_storage_pools:sep(124)>>>
name|usage|capacity
DEAG-HC-Pool10|8794149304320|36912730591392
INFO 2024-04-30 09:07:48 agent_prism: all done. bye.

It seems to work just fine.

How can I submit the crash report?

Monitor > System > Crash reports

Choose the crash report which is similar to the problem and then submit.

There is a small problem, our site has no direct internet access, so I cannot upload it directly.

What mail address do I use, when submitting the report manually?

I have opened an internal ticket on this. Will keep you posted.

1 Like

Hi,

any news on this ? we have the same problem after upgrade to 2.3.0p2 cee.

i have already done a crash report.

Thanks
Ulrich

Do you have a Nutanix MKP in your system? If so, please remove it.
We integrated the MKP, and that might also interfere.

is this the agent_prism ? If yes, there is already an internal ticket.
Sorry for the inconvenience.

@k.fritsch & @uleodolter
As the original code was written by myself for CMK 2.2, i made a quickfix to resolve the broken internal API functions.
A test with one Nutanix system was working properly on my system.

1 Like