# ICPLD config file. # All options are set to boring, though reasonable, # default, which should work for most users. The most # vital post to change, is the ip field. # # Note that icpld can check two connections at once, one # IPv4 connection, and one IPv6. One of the two optione # 'ip' or 'ip6' has to be set for icpld to start. # If you wish to disable any of the two, just leave that # option empty. # IPv4 address to send ICMP requests to. This field is required, unless you specify # an ip on command line, by supplying the -ip argument. This variable may also take # a host name ip=192.168.0.1 # Fallback ip. This is the ip we will probe for confirmation # if 'ip' isn't responding. Leave emtpy to disable double checking. fbip=127.0.0.1 # Same as 'ip' but IPv6. Leave this empty unless you have # a working IPv6 connection and/or configured icpld with # --enable-ipv6 #ip6= # Same as 'fbip' but for IPv6. Leave this empty unless you # have a working IPv6 connection. #fbip6= # How often will we check for replies? interval=8 # How often will we check for replies if the connection is down? # Can be lower than interval, since it won't load the target system. dinterval=5 # Normally 'ping' sends one packet per second, with this option # you can change that frequence. Note that this is how often packets # should be sent once the pinging sequence has commenced, and NOT how # long to wait between the pinging processes. # # Also note that only a superuser, such as root, can set this value to # lower than or equal to 0.2 seconds. 1.0 is however a reasonable figure. pint=1.0 # Which file should contain the log for IPv4? logFile=~/.icpld/log # The log is copied and converted into HTML format. This option # specifies where the HTML formatted log will be located. # Leave empty to disable log duplicating. htmlFile=~/.icpld/icpld.html # This is the log to which we will log failures on a # IPv6 connection. Comment out to use the same logfile # for both IPv4 and IPv6 #logFile6= # Same as htmlFile, but for the IPv6 log #htmlFile6= # Should we fork into background? true or false daemonize=true # Should we generate a sound when the connection comes up? # Sound is only generated if daemonize is false. nobeep=true # This is a system command which will be executed when the IPv4 # connection is broken. This setting is optional and can be # used to alert you whenever the status of your connection(s) # changes. For instance, you can cose to play a sound when # the connection comes back up after down time or whatever # you wish. cmd4dn=play /home/erik/sounds/grunt.wav # Same as above, but for when the connection comes back up cmd4up=play /home/erik/sounds/yipee.wav # Same as cmd4dn but for the IPv6 connection #cmd6dn= # Same as cmd4up but for the IPv6 connection #cmd6up=