Page 4 of 5

Re: Issue with NCPA agent

Posted: Wed Feb 05, 2014 5:48 pm
by balothia
lmiltchev wrote:Just wanted to give you heads up. Nick Scott is off today but he will be in the office tomorrow afternoon, and will follow up with you on the development. Unfortunately, I don't know how much he's done on fixing the bug.
Just want to check if there any updates on this.

Re: Issue with NCPA agent

Posted: Thu Feb 06, 2014 11:24 am
by lmiltchev
Nick is still working on the issue. As soon as we have a fix / patch, we will let you know.

Re: Issue with NCPA agent

Posted: Fri Feb 07, 2014 4:02 pm
by nscott
I have actually found this issue and am prepping a 1.3 release for NCPA. The fix for this issue will be among its bug fixes/updates.

/Nick

Re: Issue with NCPA agent

Posted: Mon Feb 10, 2014 5:09 pm
by balothia
nscott wrote:I have actually found this issue and am prepping a 1.3 release for NCPA. The fix for this issue will be among its bug fixes/updates.

/Nick
Thanks Nick for working on this. I will be waiting for new release, hopefully it will be released soon.

Thanks,
Gautam

Re: Issue with NCPA agent

Posted: Mon Feb 10, 2014 5:10 pm
by slansing
Just keep an eye on the downloads page, we will keep this thread open until you update and let us know, thanks!

Re: Issue with NCPA agent

Posted: Wed Feb 12, 2014 4:01 pm
by balothia
I could see a new ncpa agent install file is uploaded but while installing the new agent I am facing a error. I am attaching the screenshot and looks like because of this error the ncpa agent is not getting registered to windows as service.

Not sure if this is related but i though to intimate you guys so in case anyone download it will have issues.

Thanks,
Gautam

Re: Issue with NCPA agent

Posted: Wed Feb 12, 2014 4:53 pm
by lmiltchev
I was able to recreate the issue. It seems there is a problem with the Windows installer. I expect this issue to be fixed by tomorrow.

Re: Issue with NCPA agent

Posted: Tue Feb 18, 2014 12:17 pm
by balothia
New agent version is release and I installed it on our server but no joy. Still I am facing same issue.
Agent Information
Version 1.3
When i run the plugin from server directly i get below results
C:\check_winevent.exe --log security
EVENT OK - 7 events|events=7;;;

Where as when i try to run the plugin from nagios server through check_ncpa.py I always get below output which means parameters are not getting parsed or passed. Let me know if I am making a mistake here.
./check_ncpa.py -H x.x.x.x -t 'xxxxx' -P 5693 -M agent/plugin/check_winevent -a "--log security"
EVENT OK - 36 events|events=36;;;

Let me know if we have any solution to this issue.

Thanks,
Gautam

Re: Issue with NCPA agent

Posted: Tue Feb 18, 2014 4:42 pm
by tmcdonald
That is very odd...

We are going to talk to our developer Nick about this again and do some more testing on our end. Out of curiosity, how many events are listed if you omit the security log flag? Is it 36 or so? My guess is that the args are still not being passed.

Re: Issue with NCPA agent

Posted: Wed Feb 19, 2014 9:26 am
by balothia
tmcdonald wrote:That is very odd...

We are going to talk to our developer Nick about this again and do some more testing on our end. Out of curiosity, how many events are listed if you omit the security log flag? Is it 36 or so? My guess is that the args are still not being passed.
Thanks correct its 36 Events arguments are not getting passed at all.