Hi, many thanks for your answer, yes at the moment I only need a ping.
The other step I did in order to bypass all SSL handshake errors are:
-
-
Edited check_nrpe command in nagios to:
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ -2 -t 30 -c $ARG1$ $ARG2$
Is evertything right with this changes ?
I mean it works, but I don't know if it's best practice.
In the end my command is:
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H HOST-A_FQDN -2 -t 30 -c check_ping -a 'host=HOST-B_FQDN'
And this is the output:
Code: Select all
OK: All 1 hosts are ok|'HOST-A_FQDN_loss'=0;5;10 'HOST-B_FQDN_time'=0;60;100
I don't understand what's the "_loss" and the "_time" means , from GUI I only have this output (image below)
And I would like to have the response time in my output, is that possible ?
You do not have the required permissions to view the files attached to this post.