PUSH mechanism in Check_mk agent

See Can we monitor a host without an active connection

Basically you need to setup a cronjob on the client that calls the check_mk_agent every minute, transfer that output to the checkmk server and store it in a file and have the server do a cat that_file instead of connecting to the client on port 6556.

1 Like