check_nrpe error
Posted: Fri Jan 25, 2013 3:45 am
Hi,
Could you please explain me why it happened this NRPE error ?
Thank you !
bb
Could you please explain me why it happened this NRPE error ?
Thank you !
bb
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
iptables -LNRPE is running on the external IP only for Windows OS. When I try it for Linux I received : CHECK_NRPE: Socket timeout after 10 seconds.Is NRPE running on the External IP?
Yes but it is working fine between the XI server and Win OS.Is there any firewall between the XI server and the External IP?
There is vmware ESXi 4.1 and it doesnt have iptables.On the External IP, can you run: iptables -L
[root@SERVER ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTAB LISHED
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:s mtp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:h ttps
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:s sh
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:s nmp
ACCEPT udp -- anywhere anywhere state NEW udp dpt:s nmp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:s nmptrap
ACCEPT udp -- anywhere anywhere state NEW udp dpt:s nmptrap
ACCEPT tcp -- anywhere anywhere state NEW tcp dpts: nrpe:nsca
REJECT all -- anywhere anywhere reject-with icmp-ho st-prohibited
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-ho st-prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Yes. Is it possible ?slansing wrote:Your configuration will be different between Linux and Windows NRPE agents, are you attempting to install and monitor an ESX server with NRPE?
Theoretically yes, you would need to compile it on the underlying OS, the procedure would depend on the OSBogdan_B wrote:Yes. Is it possible ?
Code: Select all
telnet <client_IP> 5666Code: Select all
nc -zv <client_IP> 5666