Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MINIO_NOTIFY_MQTT_BROKER (0.24 sec)

  1. internal/event/target/mqtt.go

    	MqttKeepAliveInterval = "keep_alive_interval"
    	MqttQueueDir          = "queue_dir"
    	MqttQueueLimit        = "queue_limit"
    
    	EnvMQTTEnable            = "MINIO_NOTIFY_MQTT_ENABLE"
    	EnvMQTTBroker            = "MINIO_NOTIFY_MQTT_BROKER"
    	EnvMQTTTopic             = "MINIO_NOTIFY_MQTT_TOPIC"
    	EnvMQTTQoS               = "MINIO_NOTIFY_MQTT_QOS"
    	EnvMQTTUsername          = "MINIO_NOTIFY_MQTT_USERNAME"
    	EnvMQTTPassword          = "MINIO_NOTIFY_MQTT_PASSWORD"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Oct 07 15:07:38 GMT 2023
    - 8.2K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    ```
    KEY:
    notify_mqtt[:name]  publish bucket notifications to MQTT endpoints
    
    ARGS:
    MINIO_NOTIFY_MQTT_ENABLE*              (on|off)    enable notify_mqtt target, default is 'off'
    MINIO_NOTIFY_MQTT_BROKER*              (uri)       MQTT server endpoint e.g. `tcp://localhost:1883`
    MINIO_NOTIFY_MQTT_TOPIC*               (string)    name of the MQTT topic to publish
    MINIO_NOTIFY_MQTT_USERNAME             (string)    MQTT username
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
Back to top