美文网首页
动态管理插件

动态管理插件

作者: 有怪兽变身奥特曼 | 来源:发表于2022-05-17 10:17 被阅读0次

    1.查看插件列表

    emqx_ctl plugins list

    ...
    Plugin(emqx_auth_http, description=EMQX Authentication/ACL with HTTP API, active=false)
    Plugin(emqx_auth_jwt, description=EMQX Authentication with JWT, active=false)
    Plugin(emqx_auth_ldap, description=EMQX Authentication/ACL with LDAP, active=false)
    ...
    

    2.加载插件

    emqx_ctl plugins load emqx_auth_redis

    3.删除插件

    emqx_ctl plugins unload emqx_auth_redis

    4.重载插件

    emqx_ctl plugins reload emqx_auth_redis

    相关文章

      网友评论

          本文标题:动态管理插件

          本文链接:https://www.haomeiwen.com/subject/leogurtx.html