Absolutely. Thanks!hsmith wrote:Are we all right to mark this thread resolved and close it?
Search found 5 matches
- Fri Nov 06, 2015 11:43 am
- Forum: Open Source Nagios Projects
- Topic: Check_winfile only works locally
- Replies: 7
- Views: 2645
Re: Check_winfile only works locally
- Fri Nov 06, 2015 11:39 am
- Forum: Open Source Nagios Projects
- Topic: Check_winfile only works locally
- Replies: 7
- Views: 2645
Re: Check_winfile only works locally
Nevermind! I added
[/settings/NRPE/server]
insecure = true
to my nsclient.ini and now it works.
Thanks again for your help!
[/settings/NRPE/server]
insecure = true
to my nsclient.ini and now it works.
Thanks again for your help!
- Fri Nov 06, 2015 11:37 am
- Forum: Open Source Nagios Projects
- Topic: Check_winfile only works locally
- Replies: 7
- Views: 2645
Re: Check_winfile only works locally
What version of NSClient++ are you using? I was able to sucessfully test this Windows 2008 R2 server running NSClient++ 0.4.3.143. This was a new install of NSClient++ version 0.4.1.73. I uninstalled as you described and installed 4.3.143. I hadn't copied over my ini yet but on the Nagios server I ...
- Wed Nov 04, 2015 5:14 pm
- Forum: Open Source Nagios Projects
- Topic: Check_winfile only works locally
- Replies: 7
- Views: 2645
Re: Check_winfile only works locally
Can you post the output in your nsclient.log for us to take a look at? Thanks for replying! Here's what I'm getting: 2015-11-04 16:12:34: l:d:\source\nscp\trunk\modules\checkexternalscripts\commands.hpp:100: Failed to parse arguments for command 'check_DFSConflicts', using old split string method: ...
- Wed Nov 04, 2015 10:47 am
- Forum: Open Source Nagios Projects
- Topic: Check_winfile only works locally
- Replies: 7
- Views: 2645
Check_winfile only works locally
Hi I am able to execute my check_winfile command from my Windows 2008 R2 server successfully. However, running it from my Nagios server on Ubuntu I get an error. In my nsclient.ini I have: check_DFSConflicts = scripts\check_winfile.exe --target C:\Temp --filter "age ge -15 minutes" --criti...