Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MINIO_NOTIFY_MQTT_ENABLE (0.14 sec)

  1. internal/event/target/mqtt.go

    	MqttReconnectInterval = "reconnect_interval"
    	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"
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    comment              (sentence)  optionally add a comment to this setting
    ```
    
    or environment variables
    
    ```
    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`
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 84.2K bytes
    - Viewed (0)
Back to top