Page 1 of 1

Windows server 2003 - NCPA 1.8.1 - sslv3 alert handshake fai

Posted: Tue May 25, 2021 1:24 pm
by dragan.vucanovic
I have nagios core 4.4.4 and want to monitor Windows server 2003
Latest supported version of NCPA agent is 1.8.1

Here is ncpa.cfg

Code: Select all

[listener]
uid = nagios
certificate = adhoc
loglevel = info
ip = 0.0.0.0
gid = nagcmd
logfile = var/ncpa_listener.log
port = 5693
pidfile = var/ncpa_listener.pid
# Available versions: PROTOCOL SSLv2, SSLv3, TLSv1
ssl_version = TLSv1

[passive]
uid = nagios
handlers = nrds,nrdp
loglevel = info
gid = nagcmd
sleep = 300
logfile = var/ncpa_passive.log
pidfile = var/ncpa_passive.pid

[nrdp]
token =UjdZYhrlDT7w8
hostname =vm.example.com
parent =https://nrdp.example.com

[nrds]
URL =https://nrdp.example.com
CONFIG_VERSION =0
TOKEN =UjdZYhrlDT7w8
CONFIG_NAME =
CONFIG_OS = None
PLUGIN_DIR=plugins/
UPDATE_CONFIG=1
UPDATE_PLUGINS=1

[api]
community_string =UjdZYhrlDT7w8

[plugin directives]
plugin_path = plugins/
.sh = /bin/sh $plugin_name $plugin_args
.ps1 = powershell -ExecutionPolicy Bypass -File $plugin_name $plugin_args
.vbs = cscript $plugin_name $plugin_args //NoLogo

[passive checks]
%HOSTNAME%|cpu usage = /cpu/percent --warning 20 --critical 30
%HOSTNAME%|swap usage = /memory/swap/percent --warning 40 --critical 80
%HOSTNAME%|memory usage = /memory/virtual/percent --warning 60 --critical 80
Getting error when sending data to nrdp server:

Code: Select all

SSLError: [Errno 1] _ssl.c:507: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Is it possible to send data from Nagios when using Windows Server 2003 ?

thanks

Re: Windows server 2003 - NCPA 1.8.1 - sslv3 alert handshake

Posted: Fri May 28, 2021 2:51 am
by astinzz
Same problem.