# The number of Seconds Between Pulses. heartrate 10 # The max number of tokens the bucket can hold, # so auto-assert will take place after maxtokens*heartrate seconds. maxtokens 3 # The UDP Port that the Service runs on (must be the same on peer). port 3030 # The IP address of the Peer. peeraddr 192.168.1.7 # Password to vaguely secure the commands (case sensitive). password test # Whether the node is master, else slave. master 1 # Listen Address, the local address to bind to. listenaddr 192.168.1.10 # Assertion Script, the script to run on assertion. assert_script /home/critson/assert_script # Drop Script, the script to run on drop. drop_script /home/critson/drop_script