NRPE: Unable to read output

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Katya.Ailarov
Posts: 25
Joined: Wed Aug 17, 2016 5:29 am

Re: NRPE: Unable to read output

Post by Katya.Ailarov »

nmpa command from nagios sercer itself:
-bash-4.1# nmap -sU -p 5666 168.162.97.143

Starting Nmap 6.47 ( http://nmap.org ) at 2017-03-20 10:53 EDT
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers
Nmap scan report for 168.162.97.143
Host is up (0.00023s latency).
PORT STATE SERVICE
5666/udp open|filtered unknown

Nmap done: 1 IP address (1 host up) scanned in 0.26 seconds
-bash-4.1# hostname
ssbpops01.ssb.sungard.com
-bash-4.1#
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: NRPE: Unable to read output

Post by rkennedy »

Can you run this too since JMX is going to utilize this port directly?

Code: Select all

nmap -sU -p 7780 168.162.97.143
Then, as requested, post the JMX configuration settings that are running on the client side.
Former Nagios Employee
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: NRPE: Unable to read output

Post by dwhitfield »

Thanks @rkennedy!
Locked