You can execute a script if you specify a plugin command on the remote server.
In the example below the plugin command is get_disk
:
command[get_disk]=csript.exe c:\nagios\checks\check_disks_percentage_spave_used.vbs
I would however like NRPE on the remote server to execute a script on the client server, without a plugin command.
On the remote server something like this:
check_nrpe -H 196.35.132.9 -t 60 -c 'csript.exe c:\\nagios\\checks\\check_disks_percentage_space_used.vbs'