Search found 4 matches

by mikeparker
Fri Sep 29, 2017 1:16 pm
Forum: Nagios XI
Topic: unable to connect to NRPE remotly.
Replies: 5
Views: 1181

Re: unable to connect to NRPE remotly.

you got me on the right path.

i turned off the ubuntu ufw and it worked.
i've enabled it and opened the ports and we are still testing good.

commands for reference.

sudo ufw disable
sudo ufw enable
sudo ufw allow <port>

thanks for the quick response! this is resolved for me.
by mikeparker
Fri Sep 29, 2017 1:08 pm
Forum: Nagios XI
Topic: unable to connect to NRPE remotly.
Replies: 5
Views: 1181

Re: unable to connect to NRPE remotly.

/etc/xinetd.d/nrpe was posted in the comment above. NRPE agent on the remote(target host) for the firewall command: -- firewalld package is not insalled. as mentioned i can see the packets hitting eth0 with a tcp dump. i installed firewalld and ran that command: root@testcore1:/etc/xinetd.d# firewal...
by mikeparker
Fri Sep 29, 2017 12:36 pm
Forum: Nagios XI
Topic: unable to connect to NRPE remotly.
Replies: 5
Views: 1181

Re: unable to connect to NRPE remotly.

additional files.
by mikeparker
Fri Sep 29, 2017 12:06 pm
Forum: Nagios XI
Topic: unable to connect to NRPE remotly.
Replies: 5
Views: 1181

unable to connect to NRPE remotly.

I'm having trouble getting NRPE running. I've followed two metedos intsalling the plugins via apt-get # apt-get install openssl nagios-nrpe-server nagios-plugins nagios-plugins-basic nagios-plugins-standard --then set the allowed hosts restarted nrpe services I';ve also tried the methods layed out t...