Search found 2 matches

by clarkseth
Fri Feb 14, 2014 3:22 am
Forum: Open Source Nagios Projects
Topic: check_nrpe put $ at end of check string
Replies: 3
Views: 2833

Re: check_nrpe put $ at end of check string

Just a heads up that NRPE_NT is no longer supported and has been depreciated for over 3 years, NCPA or NSClient are now used in it's place. I'm curious as to why you are seeing output in tags. Can you share the check_files.pl plugin you are using? Hi Slansing, i've share powershell script yesterday...
by clarkseth
Wed Feb 12, 2014 11:44 am
Forum: Open Source Nagios Projects
Topic: check_nrpe put $ at end of check string
Replies: 3
Views: 2833

check_nrpe put $ at end of check string

Hi to all! i've a problem with my powershell nagios script, mounted on a MS Windows Server 2008 64bit, with a NRPE_NT daemon. I've declared the command like this: command[check_files]=cmd /c echo C:\nrpe\libexec\check_file.ps1 $ARG1$; exit($lastexitcode) | powershell.exe -command - I've set Executio...