Search found 28 matches

by Keystone
Fri Nov 01, 2019 2:44 pm
Forum: Nagios XI
Topic: Uninstall Nagios-xi -> uninstall_xi.sh script
Replies: 4
Views: 609

Re: Uninstall Nagios-xi -> uninstall_xi.sh script

TY.

I will proceed with caution. you can lock the post.
by Keystone
Thu Oct 31, 2019 3:03 pm
Forum: Nagios XI
Topic: Uninstall Nagios-xi -> uninstall_xi.sh script
Replies: 4
Views: 609

Uninstall Nagios-xi -> uninstall_xi.sh script

Hello,

i installed Nagios-xi 5.6.7 on my dev server for test purpose and i want to uninstall it.

i done see any uninstall scripts here -> /usr/local/nagiosxi/scripts

please let me know how to uninstall it.

Thanks.
by Keystone
Mon Aug 19, 2019 5:53 pm
Forum: Nagios XI
Topic: check_ncpa.py for multiple separate process is bugged
Replies: 7
Views: 767

Re: check_ncpa.py for multiple separate process is bugged

Ty for this detailed information, i am going to do this in one of our lower environment and test it, but before i proceed to Prod, wanted to confirm the below as this plugin is being used to monitor several services and processes in Production. 1) is there any compatibility issue using Version 1.1.5...
by Keystone
Mon Aug 19, 2019 1:01 pm
Forum: Nagios XI
Topic: check_ncpa.py for multiple separate process is bugged
Replies: 7
Views: 767

Re: check_ncpa.py for multiple separate process is bugged

Found this from Github https://github.com/NagiosEnterprises/ncpa/blob/master/client/CHANGES.rst 1.1.1 Fixed sending multiple query arguments not being sent to the API and my prod server is using 1.1.0v of check_ncpa.py Being still new to Nagios, Can you please let me know, if i can just update the c...
by Keystone
Mon Aug 19, 2019 12:48 pm
Forum: Nagios XI
Topic: check_ncpa.py for multiple separate process is bugged
Replies: 7
Views: 767

Re: check_ncpa.py for multiple separate process is bugged

Also i did the same test from my dev nagios and it works fine [svcanagios@devserver libexec]$ ./check_ncpa.py -H devserver -P 5666 -t '<your token>' -M 'processes' -q 'name=crond,name=rsyslogd,combiner=or' OK: Process count for processes named crond,rsyslogd was 102 | 'process_count'=102;;; 'cpu'=0....
by Keystone
Mon Aug 19, 2019 12:28 pm
Forum: Nagios XI
Topic: check_ncpa.py for multiple separate process is bugged
Replies: 7
Views: 767

Re: check_ncpa.py for multiple separate process is bugged

its not that nagios cant get crond task , i see this pattern for all services. From production server, i ran -q 'name=crond,name=rsyslogd,combiner=or' , it only shows the last process , in this case rsyslogd [svcanagios@prodserver libexec]$ ./check_ncpa.py -H devserver -P 5666 -t '<your token>' -M '...
by Keystone
Fri Aug 16, 2019 7:17 pm
Forum: Nagios XI
Topic: check_ncpa.py for multiple separate process is bugged
Replies: 7
Views: 767

check_ncpa.py for multiple separate process is bugged

Hi, Im trying to use Check_ncpa.py to create a single ncpa process check that checks multiple processes, https://support.nagios.com/kb/article/process-checks-782.html#multiple_processes From NCPA agent GUI, Active check sample shows me ./check_ncpa.py -H Server1 -P 5666 -t '<your token>' -M 'process...
by Keystone
Tue Aug 13, 2019 12:06 pm
Forum: Nagios XI
Topic: Powershell check_ncpa - unable to get service from remote co
Replies: 5
Views: 866

Re: Powershell check_ncpa - unable to get service from remot

Thanks for your suggestions, We have created a service account and made the NCPA services run with that account, And we updated the Group policy to give local admin privileges in our dev servers. And we were able to get-service details of the remote servers that has NCPA running as the same Service ...
by Keystone
Thu Aug 08, 2019 1:27 pm
Forum: Nagios XI
Topic: Powershell check_ncpa - unable to get service from remote co
Replies: 5
Views: 866

Re: Powershell check_ncpa - unable to get service from remot

Thank you for the quick response,

i tried changing the NCPA Listener service from Local System to My user name on the AD , it failed with "Access is denied"
by Keystone
Thu Aug 08, 2019 12:16 pm
Forum: Nagios XI
Topic: Powershell check_ncpa - unable to get service from remote co
Replies: 5
Views: 866

Powershell check_ncpa - unable to get service from remote co

Hi , I wrote a powershell script for windows failover cluster monitoring. On which i have a scenario where i need to check for a running service on all the cluster nodes. when running my script from Nagios, the script only fetches the service on the current node where the check_ncpa command runs, an...