[Solved] NRPE alternative

I have a few checks I would like to run via NRPE which exceed the 1024 character limit for the response.
Are there any alternatives which will allow me to do this short of opening a SSH session each time for the check to occur?

I worked around this issue by using rsync to transfer the results file. NRPE transfers the file to be picked up via rsync and the exit status.