-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
The idea is to update the plugin httpsend
to allow sending a file through HTTP to multiple urls.
With below config example:
# HTTP full URL to use for uploading files
# You can use following placeholders in this url:
# - {ORIGINAL_BASENAME}
# - {ORIGINAL_DIRNAME}
# - {RANDOM_ID}
# - {STEP_COUNTER}
# - {ORIGINAL_UID}
# - strftime placeholders like %Y%m%d
# Example for feeding another mfdata with HTTP
# http://FIXME:9091/incoming/{ORIGINAL_BASENAME}
# (coma separated list of urls)
http_url=http://server1:9091/incoming/{ORIGINAL_BASENAME},http://server2:9091/incoming/{ORIGINAL_BASENAME},http://server3:9091/incoming/{ORIGINAL_BASENAME}