Execute Checks on Linux maschines without Agent?

# Created by Check_MK Agent Bakery.
# This file is managed via WATO, do not edit manually or you
# lose your changes next time when you update the agent.


service check-mk-agent
{
        type           = UNLISTED
        port           = 6556
        socket_type    = stream
        protocol       = tcp
        wait           = no
        user           = root
        server         = /usr/bin/check_mk_agent
        log_on_success =
        disable        = no
}

Copy the agent script to /usr/bin/check_mk_agent and restart xinetd.
If you only have inetd I can send you config for this, just let me know.
regards

Michael