Just want to check if there any updates on this.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.
Issue with NCPA agent
Re: Issue with NCPA agent
Re: Issue with NCPA agent
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!
Re: Issue with NCPA agent
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
/Nick
Nicholas Scott
Former Nagios employee
Former Nagios employee
Re: Issue with NCPA agent
Thanks Nick for working on this. I will be waiting for new release, hopefully it will be released soon.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,
Gautam
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Issue with NCPA agent
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
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
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.
Re: Issue with NCPA agent
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!
Re: Issue with NCPA agent
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
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
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.
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
Re: Issue with NCPA agent
Thanks correct its 36 Events arguments are not getting passed at all.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.