CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds.

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.
Locked
taxiarxos
Posts: 1
Joined: Thu Aug 30, 2018 4:22 am

CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds.

Post by taxiarxos »

Hello,

I am having an issue while I try to connect a windows server 2016 with an Icinga2 ubuntu 18 monitoring server. The outputs are below:

root@nms:~# sudo /usr/lib/nagios/plugins/check_nrpe -H 10.10.0.100 -n
I (0.5.2.35 2018-01-28) seem to be doing fine...

root@nms:~# sudo /usr/lib/nagios/plugins/check_nrpe -H 10.10.0.100 -p 5666 -c CheckMEM -a MaxWarn=80 MaxCrit=90 ShowAll type=physical
CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds.


This is the .ini file on client

; in flight - TODO
[/settings/default]

; Undocumented key
password = XXXXXXXXX

; Undocumented key
allowed hosts = 10.10.0.110

[/settings/NRPE/server]
insecure = true
allow arguments = 1
allow nasty_meta chars = 1
allowed hosts = 10.10.0.110
port = 5666
use SSL = 0
ssl options =
verify mode = none
insecure = true
cache allowed hosts = false
ssl options =
allow arguments = true
allow nasty characters = true
timeout=60
host_check_timeout=30
service_check_timeout=60

; in flight - TODO
[/modules]

; Undocumented key
CheckExternalScripts = disabled

; Undocumented key
CheckHelpers = disabled

; Undocumented key
CheckEventLog = disabled

; Undocumented key
CheckNSCP = disabled

; Undocumented key
CheckDisk = disabled

; Undocumented key
CheckSystem = disabled

; Undocumented key
NRPEServer = enabled

; Undocumented key
NSClientServer = enabled

;# SOCKET TIMEOUT
; Timeout when reading packets on incoming sockets. If the data has not arrived withint this time we will bail out.
socket_timeout=60
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 secon

Post by scottwilkerson »

Sorry, we cannot support Icinga2
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked