Skip to content

Testing on an unmodified Checkmk

Rick Elrod edited this page Jun 16, 2026 · 2 revisions

cmk-rustik can be tested in a Checkmk that hasn't yet been modified to support this architecture.

  • Run the development environment in Kind:
    • just kind-dev
  • In your local Checkmk instance:
    • Create a new host, set it to no IP
    • Add a rule under Individual program call instead of agent access
      • Set the command to /usr/bin/curl -s localhost:30050/debug
      • Bind it to your new host
    • Create a DCD rule
      • Restrict source hosts to your host above
      • Ensure discovery is enabled
    • Save && Activate
    • Wait for DCD (or run it manually)

Clone this wiki locally