Search found 9 matches
- Fri Sep 13, 2019 10:37 am
- Forum: Open Source Nagios Projects
- Topic: NCPA 1.9 on Centos 7 Vulnerabities
- Replies: 1
- Views: 824
NCPA 1.9 on Centos 7 Vulnerabities
Hi, I found a vulnerability problem on the NCPA agent, the problem is the following: SSL / TLS: Missing `secure` Cookie Attribute (IP host) (port: 5693) Set-Cookie: session = eyJyZWRpcmVjdCI6Imh0dHBzOi8vMTAuMTAuMy4xMDQ6NTY5My8ifQ.EFz9CQ.NVUmaIxym3klqP3EUxhdlls5I8o; HttpOnly; Path = / are missing the...
- Mon Jun 12, 2017 2:59 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Re: Nagios and NCPA
Thank you lmiltchev!!! Of course partition C does not exixt, it's CentOS, but looking in the help section of NCPA web site every reference to the partitions is described by letter C, so I thought it was a feature of the plugin, but obviously it is not. Now works fine and all partition can be monitor...
- Fri Jun 09, 2017 10:45 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Re: Nagios and NCPA
Do you actually have a "C:" drive on 10.1.3.4?
The FTP server I would like to monitor has a CentOS 6.9 System on board, partitions are shown in the previews post, sorry but I don't understand your question.
The FTP server I would like to monitor has a CentOS 6.9 System on board, partitions are shown in the previews post, sorry but I don't understand your question.
- Fri Jun 09, 2017 1:38 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Re: Nagios and NCPA
Hi lmiltchev, that's the result... /usr/local/nagios/libexec/check_ncpa.py -H 10.1.3.4 -P 5693 -t mytoken -M 'disk/logical/C:|/used_percent' -w 80 -c 90 The node (C:|) requested does not exist. You may be trying to access the '|' node. /usr/local/nagios/libexec/check_ncpa.py -H 10.1.3.4 -P 5693 -t m...
- Thu Jun 08, 2017 10:02 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Re: Nagios and NCPA
...now is in UNKNOWN Status, as you can see.
- Thu Jun 08, 2017 5:39 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Re: Nagios and NCPA
Now I have another question about check command syntax. As you can see in the attached screen capture probably there's something wrong in the definition service I wrote in Nagios Config file: define service{ use generic-service host_name ftp-server service_description Disk Usage check_command check_...
- Thu Jun 08, 2017 5:15 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Re: Nagios and NCPA
Yes!!! Solve the problem for me! Thank you very much yum install dos2unix -y && dos2unix /usr/local/nagios/libexec/check_ncpa.py Loaded plugins: fastestmirror, security Setting up Install Process Loading mirror speeds from cached hostfile * base: it.centos.contactlab.it * epel: pkg.adfinis-s...
- Wed Jun 07, 2017 3:58 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Re: Nagios and NCPA
/etc/init.d/ncpa_listener restart Stopping NCPA Listener: [ OK ] Starting NCPA Listener: [ OK ] /etc/init.d/ncpa_listener status NCPA Listener: Service is running. (pid 32552) /etc/init.d/ncpa_passive restart Stopping NCPA Passive: [ OK ] Starting NCPA Passive: [ OK ] /etc/init.d/ncpa_passive status...
- Tue Jun 06, 2017 5:26 am
- Forum: Open Source Nagios Projects
- Topic: Nagios and NCPA
- Replies: 15
- Views: 8497
Nagios and NCPA
Hi guys, I've problem with Nagios Core and the plugin NCPA, that's the error: (No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_ncpa.py, ...) failed. errno is 2: No such file or directory ans that's the scenario: Nagios Core 4.3.2 On CentOS 6.9 More than 40 Wiondow Server monitore...