Hi all,
I have a serious problem. I’m searching 2 full days and still can’t find the source of my problem.
I have nagios installed and running.
Now i want to check the Veritas Back-up with it. I installed and configured Check_be.
But first of all i needed check_nrpe to run… After installing it, i checked with the command
/usr/local/nagios/libexec/check_nrpe -H
output:
/usr/local/nagios/libexec/check_nrpe -H
output:
I’ve running a VPN between my network and the network of the other server
nrpe.cfg
[code]# default: on
description: NRPE (Nagios Remote Plugin Executor)
service nrpe
{
flags = REUSE
socket_type = stream
port = 5666
wait = no
user = nagios
group = nagios
server /usr/local/nagios/bin/nrpe
server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd
log_on_failure += USERID
disable = no
only_from = x.x.x.x
where x.x.x.x = ip of nagios server[/code]
I’m running NSClient++ on the remote server
I’ll hope someone can help
Thanks