#===============================================================================
# listener-rest
#===============================================================================
# Daemons that can load this listener:
# - synchronizer
#===============================================================================
define listener {
# ┌─────────────────────────────────────────────────────────────────────────────────────────────────────┐ #
# │ ────────────────────────────────────── MODULE IDENTITY ────────────────────────────────────── │ #
# └─────────────────────────────────────────────────────────────────────────────────────────────────────┘ #
# ─── Listener name [ Must be unique ] [ MANDATORY ] ───
listener_name listener-rest
# ─── Module type [ Do not edit ] [ MANDATORY ] ───
listener_name listener-rest
# ─── Imply if a source is before another source when merging data ───
order 5
# ─── Display a description on the interface for this source ───
description The listener-rest allow listening by HTTP(s)/REST hosts
# ─── In minutes, what is the schedule import interval for this source. ───
# ─── 0 = don't schedule this source, will run only if an administrator launch it from the interface ───
# >>> Default : 0 ───
# import_interval 0
# ─── Enabled this source or not ───
# >>> Enable : 1 ( enable the listener ) ( Default ) ───
# ─── Disable : 0 ( disable the listener ) ───
enabled 0
# ┌─────────────────────────────────────────────────────────────────────────────────────────────────────┐ #
# │ ───────────────────────────────────── LISTENER OPTIONS ────────────────────────────────────── │ #
# └─────────────────────────────────────────────────────────────────────────────────────────────────────┘ #
# ─── The IPv4 listening interface to listen to ───
# >>> Default : 0.0.0.0 ───
# ─── NOTE: The address 0.0.0.0 matches all interfaces ───
# ─── You cannot use multiple interfaces ( except with 0.0.0.0 ) ───
# host 0.0.0.0
# ─── The port to listen to ───
# >>> Default : 7761 ───
# post 7761
} |