reboot_lists.eterm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. %% -*- mode: erlang; -*-
  2. #{
  3. %% must always be of type `load'
  4. db_apps =>
  5. [
  6. mnesia_rocksdb,
  7. mnesia,
  8. mria,
  9. ekka
  10. ],
  11. system_apps =>
  12. [
  13. kernel,
  14. sasl,
  15. crypto,
  16. public_key,
  17. asn1,
  18. syntax_tools,
  19. ssl,
  20. %% started temporary in emqx to prevent crash vm when permanent.
  21. {os_mon, load},
  22. inets,
  23. compiler,
  24. runtime_tools,
  25. redbug,
  26. xmerl,
  27. %% has no application/2 callback
  28. {hocon, load},
  29. telemetry,
  30. observer_cli,
  31. covertool,
  32. tools,
  33. observer,
  34. {system_monitor, load},
  35. jq
  36. ],
  37. %% must always be of type `load'
  38. common_business_apps =>
  39. [
  40. emqx,
  41. emqx_conf,
  42. esasl,
  43. emqx_utils,
  44. emqx_durable_storage,
  45. emqx_http_lib,
  46. emqx_resource,
  47. emqx_connector,
  48. emqx_auth,
  49. emqx_auth_http,
  50. emqx_auth_jwt,
  51. emqx_auth_mnesia,
  52. emqx_auth_mongodb,
  53. emqx_auth_mysql,
  54. emqx_auth_postgresql,
  55. emqx_auth_redis,
  56. emqx_ldap,
  57. emqx_auth_ldap,
  58. emqx_auto_subscribe,
  59. emqx_gateway,
  60. emqx_gateway_stomp,
  61. emqx_gateway_mqttsn,
  62. emqx_gateway_coap,
  63. emqx_gateway_lwm2m,
  64. emqx_gateway_exproto,
  65. emqx_exhook,
  66. emqx_bridge,
  67. emqx_bridge_mqtt,
  68. emqx_bridge_http,
  69. emqx_rule_engine,
  70. emqx_modules,
  71. emqx_management,
  72. emqx_dashboard,
  73. emqx_retainer,
  74. emqx_prometheus,
  75. emqx_psk,
  76. emqx_slow_subs,
  77. emqx_mongodb,
  78. emqx_redis,
  79. emqx_mysql,
  80. emqx_postgresql,
  81. emqx_plugins,
  82. emqx_opentelemetry,
  83. quicer,
  84. bcrypt
  85. ],
  86. %% must always be of type `load'
  87. ee_business_apps =>
  88. [
  89. emqx_license,
  90. emqx_enterprise,
  91. emqx_message_validation,
  92. emqx_bridge_kafka,
  93. emqx_bridge_pulsar,
  94. emqx_bridge_gcp_pubsub,
  95. emqx_bridge_cassandra,
  96. emqx_bridge_opents,
  97. emqx_bridge_clickhouse,
  98. emqx_bridge_dynamo,
  99. emqx_bridge_greptimedb,
  100. emqx_bridge_hstreamdb,
  101. emqx_bridge_influxdb,
  102. emqx_bridge_iotdb,
  103. emqx_bridge_es,
  104. emqx_bridge_matrix,
  105. emqx_bridge_mongodb,
  106. emqx_bridge_mysql,
  107. emqx_bridge_pgsql,
  108. emqx_bridge_redis,
  109. emqx_bridge_rocketmq,
  110. emqx_bridge_tdengine,
  111. emqx_bridge_timescale,
  112. emqx_bridge_sqlserver,
  113. emqx_bridge_kinesis,
  114. emqx_oracle,
  115. emqx_bridge_oracle,
  116. emqx_bridge_rabbitmq,
  117. emqx_bridge_azure_event_hub,
  118. emqx_bridge_s3,
  119. emqx_schema_registry,
  120. emqx_eviction_agent,
  121. emqx_node_rebalance,
  122. emqx_ft,
  123. emqx_gcp_device,
  124. emqx_dashboard_rbac,
  125. emqx_dashboard_sso,
  126. emqx_audit,
  127. emqx_gateway_gbt32960,
  128. emqx_gateway_ocpp,
  129. emqx_gateway_jt808,
  130. emqx_bridge_syskeeper,
  131. emqx_bridge_confluent
  132. ],
  133. %% must always be of type `load'
  134. ce_business_apps =>
  135. [emqx_telemetry]
  136. }.