From 394c9bb00aa22dd42dd9f85fe14ee12e8b2167c9 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 13 Mar 2019 18:32:42 +0100 Subject: [PATCH] TT#53665 Rename checktools.sip_check_enable to witnessd.gather.sip_responsiveness This follows the monitoring config keys reorganization. Change-Id: I30906b02ea80ad5863116cc41cac9adc869a6c73 --- bin/config_debug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index 728ee98f..c84a8d13 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -107,7 +107,7 @@ else $yaml->{kamailio}{proxy}{cfgt} = 'yes'; $yaml->{sems}{cfgt} = 'yes'; $yaml->{sems}{debug} = 'yes'; - $yaml->{checktools}{sip_check_enable} = 0; + $yaml->{witnessd}{gather}{sip_responsiveness} = 0; $yaml->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no'; $yaml->{mediator}{interval} = '1';