Search found 11 matches

by senthilc
Sat Oct 26, 2019 12:54 pm
Forum: Nagios XI
Topic: ncpa agent install issue
Replies: 5
Views: 406

Re: ncpa agent install issue

That worked. Thank you!
by senthilc
Fri Oct 25, 2019 4:32 pm
Forum: Nagios XI
Topic: ncpa agent install issue
Replies: 5
Views: 406

Re: ncpa agent install issue

For some reason, it is trying to install el7 yum install ncpa -y Loaded plugins: fastestmirror, security Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror.dal10.us.leaseweb.net * epel: fedora-epel.mirror.lstn.net * extras: repos.dfw.quadranet.com * updates: mirror....
by senthilc
Fri Oct 25, 2019 1:30 am
Forum: Nagios XI
Topic: ncpa agent install issue
Replies: 5
Views: 406

ncpa agent install issue

When I tried to install ncpa agent, it throws the following error and not able to install ncpa agent on Centos 6.x machine. [root@test]# rpm -Uvh https://repo.nagios.com/nagios/6/nagios-repo-6-4.el6.noarch.rpm Retrieving https://repo.nagios.com/nagios/6/nagios-repo-6-4.el6.noarch.rpm Preparing... ##...
by senthilc
Wed Jun 27, 2018 9:05 am
Forum: Nagios XI
Topic: Windows 2003 Performance Counters with NCPA are not working
Replies: 1
Views: 551

Windows 2003 Performance Counters with NCPA are not working

Hi, Windows 2003 Performance Counters with NCPA are not working. It only returns the result as 0c instead of the actual value. The NCPA agent version is 1.8.1. The same check works fine on Windows 2008+ servers. Please see the example of check results on Windows 2003 servers. [nxi01 libexec]# ./chec...
by senthilc
Thu Dec 28, 2017 1:43 pm
Forum: Nagios XI
Topic: NCPA - Service check timed out after 60.01 seconds
Replies: 3
Views: 1613

Re: NCPA - Service check timed out after 60.01 seconds

Thanks for your reply. I changed that value to 120 and restarted the ncpa service. However, I am still getting the same error Service check timed out after 60.01 seconds
by senthilc
Thu Dec 28, 2017 9:24 am
Forum: Nagios XI
Topic: NCPA - Service check timed out after 60.01 seconds
Replies: 3
Views: 1613

NCPA - Service check timed out after 60.01 seconds

Hi, We are using NCPA agent and getting lot of "Service check timed out after 60.01 seconds" for different services. The same windows client was working fine prior to adding 15 checks.This happens on different Windows servers. Out of 30 servers, 6 servers have this issue. Any way to increa...
by senthilc
Tue Nov 28, 2017 4:36 pm
Forum: Nagios XI
Topic: NCPA - Windows event message log not listed on the alarm
Replies: 1
Views: 449

NCPA - Windows event message log not listed on the alarm

NCPA - Windows event message log not listed on the alarm. Agent is ncpa-2.0.6.exe Query #1 ========= In the Query 1, it lists the message but not marked as warning. [nagios@xi01.net ~]$ /usr/local/nagios/libexec/check_ncpa.py -H IP -t 'token123' -P 5693 -M 'logs' -q 'name=Application,severity=WARNIN...
by senthilc
Mon Oct 09, 2017 2:20 pm
Forum: Nagios XI
Topic: Windows Event log monitoring with NCPA not working
Replies: 6
Views: 3547

Re: Windows Event log monitoring with NCPA not working

Also, how can i apply the fix listed here? or did you mean to say it will be fixed in the next release?

https://github.com/NagiosEnterprises/nc ... gs.py#L352
by senthilc
Mon Oct 09, 2017 2:18 pm
Forum: Nagios XI
Topic: Windows Event log monitoring with NCPA not working
Replies: 6
Views: 3547

Re: Windows Event log monitoring with NCPA not working

Hi, I tried removing eventid (without underscore), but the event id 4114 didnt work. it pulls all the log files. [nagios@xi01 ~]$ /usr/local/nagios/libexec/check_ncpa.py -H IP -t 'Apptix123' -P 5693 -M 'logs' -q 'name=Application,severity=INFORMATION,logged_after=2h,eventid=4114' -w 0 -c 1 -l list l...
by senthilc
Thu Oct 05, 2017 10:22 pm
Forum: Nagios XI
Topic: Windows Event log monitoring with NCPA not working
Replies: 6
Views: 3547

Re: Windows Event log monitoring with NCPA not working

Thanks for the reply. Tried that suggestion, but the issue still persist. If I use the command as any event_id (such as event_id=262248) [nagios@xiserver ~]$ /usr/local/nagios/libexec/check_ncpa.py -H IPaddress -t 'token' -P 5693 -M 'logs' -q 'name=Application,severity=ERROR,logged_after=2h,event_id...