Search found 8 matches

by wkratky
Tue Dec 14, 2021 5:30 pm
Forum: Nagios XI
Topic: NCPA Process Service for 32 bit Process Does Not Work
Replies: 10
Views: 1855

Re: NCPA Process Service for 32 bit Process Does Not Work

My apologies, I did not realize I was working with the same person. :) I was just trying to maximize resources. We can focus entirely on this in the ticket. I tried your code suggestion, but I tried many different combinations and got wrong credentials. I also had tried the User Macro by using $USER...
by wkratky
Mon Dec 13, 2021 4:47 pm
Forum: Nagios XI
Topic: NCPA Process Service for 32 bit Process Does Not Work
Replies: 10
Views: 1855

Re: NCPA Process Service for 32 bit Process Does Not Work

I had a ticket with support as well and they were able to figure out the *32 bit instances. This is what worked in that situation: /usr/local/nagios/libexec/check_ncpa.py -H X.X.X.X -t 'yourtoken' -M 'processes' -c 1: -q 'name=md2tfsrv.exe' I am still having trouble with one that has capital letters...
by wkratky
Mon Dec 13, 2021 1:15 pm
Forum: Nagios XI
Topic: NCPA Process Service for 32 bit Process Does Not Work
Replies: 10
Views: 1855

Re: NCPA Process Service for 32 bit Process Does Not Work

I believe I posted it in the one picture. Unless I am misunderstanding you, this is the full command I am running logged in as root: su -c '/usr/local/nagios/libexec/check_icmp -H 192.168.1.156 -t 'SxxxxxxxxlS$4' -M 'processes' -q 'name=tfreader32.exe' -c 1:1 nagios I found this guide that talks abo...
by wkratky
Fri Dec 10, 2021 4:14 pm
Forum: Nagios XI
Topic: NCPA IIS Pool Service Sensor
Replies: 4
Views: 675

Re: NCPA IIS Pool Service Sensor

Powershell: PS C:\Program Files (x86)\Nagios\NCPA\plugins> .\check_ms_iis_application_pool_DefaultAppPool.ps1 OK: Application Pool Started but no process is assigned yet "DefaultAppPool" with 0 Applications. {CPU: 0%}{Memory: 0MB} | 'pool_cpu'=0%, 'pool_memory'=0MB, 'app_count'=0 Poweshell...
by wkratky
Fri Dec 10, 2021 12:15 pm
Forum: Nagios XI
Topic: NCPA Process Service for 32 bit Process Does Not Work
Replies: 10
Views: 1855

Re: NCPA Process Service for 32 bit Process Does Not Work

I did the 'Run as Nagios Check' option and it does see it there (see attached). Same with nagios user and following the test check guide. However, I still get the ) error as root doing the same thing. I just don't understand what I am doing wrong and the discrepancy.
by wkratky
Thu Dec 09, 2021 12:16 pm
Forum: Nagios XI
Topic: NCPA IIS Pool Service Sensor
Replies: 4
Views: 675

NCPA IIS Pool Service Sensor

Trying to build IIS pool checks via NCPA for a server. I tried https://support.nagios.com/forum/viewtopic.php?t=49956 and https://support.nagios.com/forum/viewtopic.php?t=48302, and I am still not having luck. I get the following message in the API: CRITICAL: Cannot retrieve the dynamic parameters f...
by wkratky
Thu Dec 09, 2021 11:12 am
Forum: Nagios XI
Topic: NCPA Process Service for 32 bit Process Does Not Work
Replies: 10
Views: 1855

Re: NCPA Process Service for 32 bit Process Does Not Work

This is what is shows in NagiosXI GUI check: [nagios@nagiosximon.acklie.com ~]$ /usr/local/nagios/libexec/check_ncpa.py -H 192.168.1.156 -t 'SxxxxxxxxL$4' -P 5693 -M 'processes' -q 'name=tfreader32.exe *32' -c 1:1 CRITICAL: Process count for processes named tfreader32.exe *32 was 0 | 'process_count'...
by wkratky
Fri Dec 03, 2021 5:16 pm
Forum: Nagios XI
Topic: NCPA Process Service for 32 bit Process Does Not Work
Replies: 10
Views: 1855

NCPA Process Service for 32 bit Process Does Not Work

Does NCPA support 32 bit processes on machines? Have had no problems with 64 bit processes. I verified the process is running on the machine, and tried different variations (with and without the *32) to no available. The workstation is unfortunately Windows 7 at the moment. See attached. Here is the...