Search found 12 matches

by yybadrou
Wed Aug 12, 2020 7:36 am
Forum: Nagios XI
Topic: NCPA_ACTIVE_CHECKS_set-method
Replies: 1
Views: 183

NCPA_ACTIVE_CHECKS_set-method

Hi, I have my Nagios XI server and a set of equipement monitored thanks to the new agent NCPA. I really find it great and helpful. In the documentation I read about active checks and how can we use the GET method to extract monitored data. as an example, in the following directory /usr/local/nagios/...
by yybadrou
Wed Aug 12, 2020 1:46 am
Forum: Nagios XI
Topic: NCPA_AUTO_INSTALL
Replies: 5
Views: 1105

Re: NCPA_AUTO_INSTALL

Yes, I have thught about that solution, I can prepare a standard ncpa.cfg file with the desired allowed host inside, but when i will dispatch it to my infrastructure, it will replace the last ncpa.cfg file that was built thanks to the silent install. so It is a little bit complicated :/
by yybadrou
Tue Aug 11, 2020 2:38 am
Forum: Nagios XI
Topic: NCPA_AUTO_INSTALL
Replies: 5
Views: 1105

Re: NCPA_AUTO_INSTALL

Hi,

Thank you for you answer, That's is clear, however I can't find the variable for the allowed host in order to accept the supervision only from the Nagios server. ANY HELP

Thank you
by yybadrou
Mon Aug 10, 2020 6:46 am
Forum: Nagios XI
Topic: NCPA_AUTO_INSTALL
Replies: 5
Views: 1105

NCPA_AUTO_INSTALL

Hi, I am using NAGIOS XI to monitor my network infrastructure ( more than 200 Windows Host) , I am planning to use The new NCPA Client. Given that I will use a custom installation ( customized Bind IP, and customized Port, customized allowed host in the ncpa.cfg file ). Is there any way to perform t...
by yybadrou
Tue Aug 04, 2020 7:58 am
Forum: Nagios XI
Topic: NCPA vs NSClient++
Replies: 1
Views: 592

NCPA vs NSClient++

Hi Dear Community, I have a set of different equipments (more than 400 hosts), Linux and windows, some are monitored with NRPE, other with NSClient++. I am working to migrate to the NCPA Client. So my questions are : - At what point, it becomes mandatory to use NCPA over NSClient - In a basic monito...
by yybadrou
Tue Aug 04, 2020 6:45 am
Forum: Nagios XI
Topic: SSL/TLS_ENCRYPTION
Replies: 3
Views: 469

Re: SSL/TLS_ENCRYPTION

Hi,

Thank you for your answer,
But where can I find the keylogfile on my linux client.

Thank you
by yybadrou
Thu Jul 30, 2020 2:16 am
Forum: Nagios XI
Topic: CUSTOM_PLUGIN
Replies: 5
Views: 1054

Re: CUSTOM_PLUGIN

Hi, I resolved the issue. Thank you so much for your help. The issue was resolved as follow, I stoped trying to run the command from the Nagios Server CLI. Instead i tried to delete my host completly from my Nagios, and try to add it again. But this is what I have done in the configuration Wizzard C...
by yybadrou
Thu Jul 30, 2020 2:08 am
Forum: Nagios XI
Topic: SSL/TLS_ENCRYPTION
Replies: 3
Views: 469

SSL/TLS_ENCRYPTION

Hi, I am monitoring a set of equipments with NAGIOS XI and NCPA Agent. The thing I liked a lot ABOUT NCPA is the deployment of SSL/TLS encryption. However I really would like to know how the communication is performed (packets level). Which protocols are used and how the checks are performed ? My qu...
by yybadrou
Tue Jul 28, 2020 4:16 am
Forum: Nagios XI
Topic: CUSTOM_PLUGIN
Replies: 5
Views: 1054

Re: CUSTOM_PLUGIN

Hi, I have successed to execute my pluging locally from the NCPA Client API as you can see ncpa client.png But when I try to execute it from Nagios to check the result, I proceed as follow: nagios req.png An this is the error I receive, It is an error in the execution of the script: nagios res.png H...
by yybadrou
Mon Jul 27, 2020 8:12 am
Forum: Nagios XI
Topic: CUSTOM_PLUGIN
Replies: 5
Views: 1054

CUSTOM_PLUGIN

Hello, I am using Nagios XI and I am monitoring a Windows Host with NCPA client. I have developed a python script which give me if a licence of one of the software installed on this windows machine is up to date or not. My script is named "check_opc.py" and it takes 3 arguments -s $ARG1$ -...