How-to transfer agent output from a host to Checkmk

If you want to push the agent output from a Windows machine to Checkmk, just follow this small how-to!

LAST TESTED ON CHECKMK 2.2.0P1

Table of Contents

Step-by-step guide

  1. Enable SSH on the monitoring system (https://docs.checkmk.com/latest/en/agent_linux.html#_creating_ssh_key_pairs)
    .
  2. Create the script
    .
  3. On the Checkmk Server, we need to create a rule by going to Setup → Agents → Other intergrations → Individual program call... → Add rule

    Command line to execute: cat /var/cmk/$HOSTNAME$

    Screenshot of a new rule for individual program call.


More information can be found here: Windows monitoring over SSH