Search found 2 matches

by gareth129349
Fri Sep 09, 2022 9:10 am
Forum: Open Source Nagios Projects
Topic: check_sip
Replies: 1
Views: 430

Re: check_sip

The code under /usr/local/nagios/etc/objects/commands.cfg was set to $HOSTADDRESS$ and needed changing to $ARG2$

Code: Select all

define command{
        command_name    check_sip
        command_line    $USER1$/check_sip -u $ARG1$ -H $ARG2$
        }
It's now working :)
by gareth129349
Thu Sep 08, 2022 5:37 am
Forum: Open Source Nagios Projects
Topic: check_sip
Replies: 1
Views: 430

check_sip

Hi All, I'm having a little trouble getting the check_sip plugin to work. If I run the command from the terminal it works fine [root@nagios objects]# /usr/local/nagios/libexec/check_sip -u sip:user@server.com -H II.PP.AA.SS SIP/2.0 200 OK, 3.555702 seconds response time, cnt=4|rtt=3.555702s;cnt=4;0....