Page 2 of 2

Re: NRPE check_windows_time

Posted: Tue May 14, 2013 11:28 pm
by slansing
It looks as though you have the handler defined properly in your nsclient.ini file, though it needs to be moved to the external scripts section, the header of this section is:

Code: Select all

[External Scripts]
Depending on how the external script works you may need to add $ARG1$ after the definition as you are passing an argument.

Re: NRPE check_windows_time

Posted: Wed May 15, 2013 9:20 am
by alceryes
The $ARG1$ was it! Didn't have to move it to [External Scripts].

Thx a million!!!

Re: NRPE check_windows_time

Posted: Wed May 15, 2013 10:03 am
by slansing
Great! Thanks for letting us know what resolved this!