From 6fda91c6a24df018854a5e1f63388884e6453693 Mon Sep 17 00:00:00 2001 From: Guillaume28 <Guillaume28@users.noreply.github.com> Date: Wed, 21 Mar 2018 12:54:51 +0100 Subject: [PATCH] fix(clapi):Add missing SC (#6155) * fix(clapi):Add missing SC * fix(clapi):Wrong parameters --- tests/clapi_export/clapi-configuration.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/clapi_export/clapi-configuration.txt b/tests/clapi_export/clapi-configuration.txt index 8803bbcbc3..f3a59e1d9f 100644 --- a/tests/clapi_export/clapi-configuration.txt +++ b/tests/clapi_export/clapi-configuration.txt @@ -5400,6 +5400,14 @@ SERVICE;setparam;test_host;service_test;service_use_only_contacts_from_host;0 SERVICE;setparam;test_host;service_test;service_locked;0 SERVICE;setparam;test_host;service_test;service_register;1 SERVICE;setparam;test_host;service_test;service_activate;1 +SC;ADD;Ping;ping +SC;setparam;Ping;sc_activate;1 +SC;ADD;Traffic;Traffic +SC;setparam;Traffic;sc_activate;1 +SC;ADD;Disk;Disk +SC;setparam;Disk;sc_activate;0 +SC;ADD;Memory;Memory +SC;setparam;Memory;sc_activate;0 SC;addservicetemplate;Ping;Ping-LAN SC;addservicetemplate;Ping;Ping-WAN SC;addservicetemplate;Ping;test_stpl @@ -5427,3 +5435,4 @@ ACLGROUP;SETACTION;ALL;Simple User; ACLGROUP;SETRESOURCE;ALL;All Resources; ACLGROUP;SETCONTACT;ALL;test_contact; ACLGROUP;SETCONTACTGROUP;ALL;Guest|test_contact-group; + -- GitLab