Page 1 of 1

CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds.

Posted: Thu Aug 30, 2018 4:41 am
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

Re: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 secon

Posted: Thu Aug 30, 2018 7:35 am
by scottwilkerson
Sorry, we cannot support Icinga2