Browse Source

Merge pull request #9273 from volodymyr-babak/edge/disable-snmp

Added SNMP_ENABLED=false for install edge instructions in case TB is …
pull/9283/head
Andrew Shvayka 3 years ago
committed by GitHub
parent
commit
2faf8134a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      application/src/main/data/json/edge/install_instructions/centos/instructions.md
  2. 1
      application/src/main/data/json/edge/install_instructions/ubuntu/instructions.md

1
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}
```

1
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}
```

Loading…
Cancel
Save