diff --git a/etc/example.conf b/etc/example.conf index 2aaa70e12..933de848d 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -266,7 +266,13 @@ paths = ( rate = 100, # Send message over this path with a fixed (constant) rate (default: 0). # Setting this value to 0 will disable this feature. - queuelen = 128 + queuelen = 128, + + mode = "all", # When this path should be triggered + # - "all": After all masked input nodes received new data + # - "any": After any of the masked input nodes received new data + mask = [ "acs" ], # A list of input nodes which will trigger the path + rate = 10.0 # A rate at which this path will be triggered if no input node receives new data }, { enabled = false,