From e4acb717f3459d54ef5f5e243ccba2bce2a53627 Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Mon, 18 Sep 2023 14:52:50 +0300 Subject: [PATCH] Added SNMP_ENABLED=false for install edge instructions in case TB is already running on the same PC --- .../data/json/edge/install_instructions/centos/instructions.md | 1 + .../data/json/edge/install_instructions/ubuntu/instructions.md | 1 + 2 files changed, 2 insertions(+) diff --git a/application/src/main/data/json/edge/install_instructions/centos/instructions.md b/application/src/main/data/json/edge/install_instructions/centos/instructions.md index 0e9bf251c3..126c79b641 100644 --- a/application/src/main/data/json/edge/install_instructions/centos/instructions.md +++ b/application/src/main/data/json/edge/install_instructions/centos/instructions.md @@ -199,6 +199,7 @@ export HTTP_BIND_PORT=18080 export MQTT_BIND_PORT=11883 export COAP_BIND_PORT=15683 export LWM2M_ENABLED=false +export SNMP_ENABLED=false EOL' {:copy-code} ``` diff --git a/application/src/main/data/json/edge/install_instructions/ubuntu/instructions.md b/application/src/main/data/json/edge/install_instructions/ubuntu/instructions.md index 72b85e5190..425c08662b 100644 --- a/application/src/main/data/json/edge/install_instructions/ubuntu/instructions.md +++ b/application/src/main/data/json/edge/install_instructions/ubuntu/instructions.md @@ -131,6 +131,7 @@ export HTTP_BIND_PORT=18080 export MQTT_BIND_PORT=11883 export COAP_BIND_PORT=15683 export LWM2M_ENABLED=false +export SNMP_ENABLED=false EOL' {:copy-code} ```