Issue with NCPA agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
balothia
Posts: 68
Joined: Sun Dec 08, 2013 10:25 am

Re: Issue with NCPA agent

Post 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.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Issue with NCPA agent

Post by lmiltchev »

Nick is still working on the issue. As soon as we have a fix / patch, we will let you know.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Issue with NCPA agent

Post 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
Nicholas Scott
Former Nagios employee
balothia
Posts: 68
Joined: Sun Dec 08, 2013 10:25 am

Re: Issue with NCPA agent

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Issue with NCPA agent

Post by slansing »

Just keep an eye on the downloads page, we will keep this thread open until you update and let us know, thanks!
balothia
Posts: 68
Joined: Sun Dec 08, 2013 10:25 am

Re: Issue with NCPA agent

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Issue with NCPA agent

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
balothia
Posts: 68
Joined: Sun Dec 08, 2013 10:25 am

Re: Issue with NCPA agent

Post 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
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Issue with NCPA agent

Post 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.
Former Nagios employee
balothia
Posts: 68
Joined: Sun Dec 08, 2013 10:25 am

Re: Issue with NCPA agent

Post 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.
Locked