Hi,
I need to encrypt all communication to monitored servers and disabling usage of check_nt is one way of doing so (leaving only secured nrpe).
But I wonder, is it possible to wrap check_nt checks with nrpe? Like “check_nrpe -H IP -c check_nt -a args”, and locally it would execute whatever check_nt request is executing normally?
To put it another way - how to execute the equivalent of check_nt commands, locally on windows?