check_sip getting a time out
Posted: Mon Sep 11, 2023 1:41 am
Hi All
I'm probably missing something obvious here so please bare with me. I have set up the check_sip command and opened the port on the server that I am trying to monitor, however when I run the check command from Nagios I get a no response. Does anyone know what I have missed.
Output of running command from nagios pluginfolder
Please let me know if you need anything else in terms of logs etc
I'm probably missing something obvious here so please bare with me. I have set up the check_sip command and opened the port on the server that I am trying to monitor, however when I run the check command from Nagios I get a no response. Does anyone know what I have missed.
Output of running command from nagios pluginfolder
check_sip command in commands.cfgSIP timeout: No response from SIP server after 15 seconds
Code: Select all
define command {
command_name check_sip
command_line $USER1$/check_sip -u $ARG1$ -H $ARG2$
}